Skip to content

connectiong mq

assimbly edited this page May 17, 2022 · 1 revision

The MQ connection creates a (shared) connection to an JMS broker.

Fields

URL

The basic URL is tcp://host:port

Examples:

  • tpc://localhost:61616
  • (tcp://localhost:61616,amqp://localhost:61617)

Username

The username to connect to the JMS Broker

Password

The password to connect to the JMS Broker

Provider

The broker provider. For example:

  1. ActiveMQ Classic
  2. ActiveMQ Artemis
  3. AMQ (7.x or newer)

Other JMS Brokers like SonicMQ or IBMMQ are supported through their own component.

Notes:

  • On an authorized client you need username and password. If not needed you can delete them from the service properties.

Screenshot

SJMS

Clone this wiki locally