Are there any simpleAMQP server/broker implementation written in Java? I need to use it for local integratio开发者_如何学Pythonn tests.I would like to start it from ant/maven, and I don\'t need any f
I have a message routing to implement, which has routes that vary according to the message content. Some strands of the route are dependent on other.
I\'m developing a system in Ruby that is going to make use of RabbitMQ to send messages to a queue as it does some work.I am using:
I am trying to use RabbitMQ in my C/C++ app, so far I have realized that using OpenAMQ\'s C Client is the only option, but OpenAMQ is AMQP 0-9 something and RabbitMQ server is 0-8. I have read somewhe
I\'m using RabbitMQ on RHEL 5.3 using the Java client.I have 2 nodes (machines)开发者_开发问答.Node1 is consuming messages from a queue on Node2 using the Java helper class QueueingConsumer.
We are building a windows-ce (6.0R3) based device that requires guaranteed and audit-ready message delivery (including store & forward) up to and down from the cloud.
Is there an Erlang AMQP client library th开发者_C百科at is not tied to the hip with RabbitMQ? I know about rabbitmq-erlang-client but I would like something more decoupled... pain when it comes to pac
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
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question already h开发者_如何学Cas answers here: AMQP C++ implementation [closed] (5 answers)