-
-
Notifications
You must be signed in to change notification settings - Fork 9
component activemq
assimbly edited this page May 18, 2022
·
7 revisions
The Activemq component send messages to or receives messages from an ActiveMQ broker.
Name of a queue or topic
for a queue named 'order' just add
order
for a queue named 'order' you must include the topic: prefix
topic:order
In order to make a connection to the Broker you first need to create an ActiveMQ connection. This connection is required.
For all options, see Camel documentation