Skip to content

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.

Path

Name of queue or topic.

Path Examples

For a queue named 'order' just add

order

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

topic:order

Service

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)

Screenshot

To-Endpoint-SJMS

Common options

For all options, see Camel documentation.

Clone this wiki locally