1. RabbitMQ subscriber notification in .NET stackoverflow.comWe are using MSMQ right now with WCF activation feature, it enables us not to pull queue to read messages. It like push message to application. As we are looking at ... |
2. Swapping out MSMQ for RabbitMQ in NServiceBus stackoverflow.comUdi mentions here that "people have swapped out the MSMQ layer of NServiceBus and plugged in RabbitMQ in its place". I'm looking to do the same thing with the end ... |
3. How to get SimpleRpcClient.Call() to be a blocking call to achieve synchronous communication with RabbitMQ? stackoverflow.comIn the .NET version (2.4.1) of RabbitMQ the RabbitMQ.Client.MessagePatterns.SimpleRpcClient has a Call() method with these signatures:
|
4. Alternatives to RabbitMQ for .NET centric shop? stackoverflow.comI need a reliable messaging solution. It looks like RabbitMQ would address the needs of my application. However, my environment is not well suited to deploying Erlang and Mnesia ... |
5. SSL Support for Rabbit + .Net + Windows stackoverflow.comi have been trying to establish a ssl support for my rabbitMQ application, i have followed the rabbitmq documentation link to include ssl support in my .net application for ... |
6. How to make RabbitMQ gracefully recover from dropped connections stackoverflow.comI am coming from the MSMQ world so forgive me if I am missing something obvious. Is there a way to make RabbitMQ gracefully attempt to reconnect to a connection that has ... |
7. RabbitMQ consumer as windows service stackoverflow.comi have a rabbitmq consumer application in .net, which runs perfectly as a console applicaiton. but if i deploy that as a windows service i am getting the following error.
|