everCurious
everCurious

Reputation: 295

Whats default protocol used by ibm mq broker for JMS interface

We are using IBM MQ as MoM for Java based JMS application. I need to know the underlying communication protocol used by ibm mq. Specifically, if I need to communicate using MQTT protocol with IBM MQ, do I need to use MQ Telemetry product ?

Upvotes: 0

Views: 2584

Answers (1)

whitfiea
whitfiea

Reputation: 1943

The MQ JMS client will use a proprietary protocol to communicate to the queue manager rather than the MQTT protocol. This proprietary protocol is not published externally like the MQTT protocol is.

If you need to use the MQTT protocol then you will need to use a MQTT client.

Upvotes: 2

Related Questions