Skip to content

connection activemq

assimbly edited this page May 17, 2022 · 1 revision

The ActiveMQ connection creates a (shared) connection to an ActiveMQ broker.

Required fields

  • url

Note: When using the embedded broker: tcp://localhost:61616

Example

  • url (jms/openwire): tcp://localhost:61616
  • url (amqp): amqp://localhost:5672
  • url (stomp): stomp://localhost:61613
  • url (mqtt): mqtt://localhost:1883

Screenshot

ActiveMQ_Connection

Clone this wiki locally