client « rabbitmq « Java Enterprise Q&A





1. RabbitMQ C# client not talking to Apache Qpid Java Broker    stackoverflow.com

I've installed the M4 release of the Apache Qpid Java broker on a Windows box, and started it using the out-of-the-box configuration (via the qpid-server.bat script). I'm now trying to publish a ...

2. Check RabbitMQ queue size from client    stackoverflow.com

Does anyone know if there's a way to check the number of messages in a queue from a client application? I'm using the .NET client library.

3. how to build rabbitmq C client lib on windows    stackoverflow.com

Can somebody throw some light on how to build rabbitmq C client lib on windows?

4. is it safe to allow clients to connect directly to a rabbitmq and consume a queue?    stackoverflow.com

I need to create a service that will send forex prices to thousands of connected clients. I'm thinking that i can use rabbitmq fanout exchange for this and clients can subscribe ...

5. Guaranteed delivery with rabbitmq client Java API    stackoverflow.com

I'd like to know what is the best way to deal with communication errors (rabbitmq crash or network problems for example), with java API. We use the Channel.basicPublish(...) method and we would like to guaranty ...

6. Can you publish a message while processing a queue in RabbitMQ .Net Client?    stackoverflow.com

I have a couple messaging scenarios I need help with using RabbitMQ 2.1.0 in c#... 1) I would like to have a subscriber listening to "raw" queue; then do some preprocessing and publish ...

7. Correct behaviour of AMQP client vs synchronous messages    stackoverflow.com

I recently crushed into a problem with one of the popular libraries implementing AMQP client protocol. AMQP specification defines synchronous and asynchronous messages. The problem is that I sent two synchronous ...

8. How to implement paired connection between server client using RabbitMQ?    stackoverflow.com

Well i am intending to implement a paired connection between server and client , as of now i have sent chunk of data and code to the slave system using rabbitMq ...

9. RabbitMQ cluster w/ .Net client    stackoverflow.com

I've read many posts and blogs at this point and I'm still not sure about how to cluster correctly my 2 RabbitMQ nodes. I've read the RabbitMQ clustering guide: http://www.rabbitmq.com/clustering.html I ...





10. Consume RabbitMQ server messages from Apache Qpid java client ? Which version?    stackoverflow.com

I have to consume rabbitmq-server with apache qpid java client (because I have to use apache camel). But I am confused with version of both of them , especially because of ...