How to write a RabbitMQ java client which can connect to IBM MQ AMQP channel

I have IBM MQ server with the latest feature of AMQP channel enabled. I am trying to write a RabbitMQ client program in Java which can connect to AMQP channel in IBM MQ and publish & consume messages. Is that possible?


RabbitMQ客户端使用0.9.1版本的AMQP,它与IBM MQ(AMQP 1.0)支持的版本非常不同。您可以使用Qpid Proton客户端连接到IBM MQ,其中一个MQ Light客户端或任何支持AMQP 1.0。

链接地址: http://www.djcxy.com/p/34138.html

上一篇: 仅通过关闭套接字来发送数据

下一篇: 如何编写可连接到IBM MQ AMQP通道的RabbitMQ java客户端