开发者

Can ActiveMQ CPP Api be used to Talk to RabbitMQ Broker?

开发者 https://www.devze.com 2022-12-20 08:19 出处:网络
We have C++ Software that needs to send message via RabbitMQ broker, has somebody开发者_高级运维 tried ActiveMQ CPP lib (CMS) to send/receive messages to RabbitMQ broker?the CMS API is a generic API f

We have C++ Software that needs to send message via RabbitMQ broker, has somebody开发者_高级运维 tried ActiveMQ CPP lib (CMS) to send/receive messages to RabbitMQ broker?


the CMS API is a generic API for messaging which supports a number of different providers. There's nothing stopping someone implementing the CMS API on top of some AMQP C client library for example.

However since CMS supports Stomp it should be possible to communicate with RabbitMQ as well as pretty much any other JMS provider via StompConnect


You can expose RabbitMQ using the STOMP protocol. That means that you can interact (consume/produce) with RabbitMQ with clients written in any platform (even using Telnet).


these are two different messaging systems that are incompatible with each other.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号