1. Writing into file under NFS in Grails app using Quartz and RabbitMQ stackoverflow.comWe have a Grails app, that uses RabbitMQ for passing messages. The architecture we have for the production environent is: |
2. How to control in Grails app which server to consume a RabbitMQ queue stackoverflow.comWe 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.orgTo 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 ... |