// Consuming from AMQP queue
from("amqp:queue:incoming").
  to(...);
// Sending message to the AMQP topic
from(...).
  to("amqp:topic:notify");
// Consuming from AMQP queue
from("amqp:queue:incoming").
  to(...);
// Sending message to the AMQP topic
from(...).
  to("amqp:topic:notify");
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow