rabbitmq « grails « Java Enterprise Q&A





1. Writing into file under NFS in Grails app using Quartz and RabbitMQ    stackoverflow.com

We have a Grails app, that uses RabbitMQ for passing messages. The architecture we have for the production environent is:
- 2 web servers, let's say web1, web2. Both of them run ...

2. How to control in Grails app which server to consume a RabbitMQ queue    stackoverflow.com

We have a Grails app running, and we are using the RabbitMQ plugin for exchanging messages within the application. On the production environment, we have two instances of the application deployed ...

3. RabbitMQ Plugin, Reconnect on network connection failure    forum.springsource.org

To answer my own question, Its seems it does, to prove I just disabled and re-enabled my network adapter whilst my client app was currently consuming messages from a remote server ...