-
-
Notifications
You must be signed in to change notification settings - Fork 9
connectiong mq
assimbly edited this page May 17, 2022
·
1 revision
The MQ connection creates a (shared) connection to an JMS broker.
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:
- ActiveMQ Classic
- ActiveMQ Artemis
- 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.