-
-
Notifications
You must be signed in to change notification settings - Fork 9
component sjms
assimbly edited this page May 20, 2022
·
5 revisions
The SJMS component (Simple JMS) sends messages to or receives messages from a JMS broker.
Name of queue or topic.
For a queue named 'order' just add
order
For a queue named 'order' you must include the topic: prefix
topic:order
For the SJMS a MQ Connection is also needed (this sets up the connection factory). At least the broker url is needed and when used by the broker also an username and password.
When using "Artemis" as embedded broker use the properties from the broker.xml (otherwise just use the url: tcp://localhost:61616)
For all options, see Camel documentation.