[rabbitmq-discuss] rabbitmq java client android issues

Michael Klishin mklishin at gopivotal.com
Sun May 4 13:01:15 BST 2014


 On May 3, 2014 at 2:50:35 PM, Surendar Marudhachalam (surendarft at gmail.com) wrote:
> > so if a user is offline messages delivered to the queue are sometimes  
> not received by user
> we are using a server intermediate. so android client sends a  
> message to server and the server publishes it

Messages will be routed to queues regardless of whether there are consumers on them.

Do you use automatic acknowledgements? With consumers disconnecting frequently,
you may want to consider manual acks:

http://www.rabbitmq.com/tutorials/tutorial-two-java.html
--  
MK  

Software Engineer, Pivotal/RabbitMQ


More information about the rabbitmq-discuss mailing list