Skip to content

component activemq

assimbly edited this page May 18, 2022 · 7 revisions

The Activemq component send messages to or receives messages from an ActiveMQ broker.

URI

Name of a queue or topic

URI Examples

for a queue named 'order' just add

order

for a queue named 'order' you must include the topic: prefix

topic:order

Example: Creating endpoint for a queue

From_Endpoint_ActiveMQ

Connection

In order to make a connection to the Broker you first need to create an ActiveMQ connection. This connection is required.

Common options

For all options, see Camel documentation

Clone this wiki locally