Re: What will happen if consumer uses the client acknowledge model but no further explicit acknowledges are made?

2012-12-23 Thread chris . odom
SuoNayi Queue's only keep one copy of any message at any given time, that I am aware of. What you are seeing the web console are metrics that the Broker maintains about the Queue. Messages arrive to a Queue the Enqueue count increments. A Consumer reads a message from the Queue the

Reply:Re: What will happen if consumer uses the client acknowledge model but no further explicit acknowledges are made?

2012-12-23 Thread SuoNayi
Thanks chris, in fact I know what these metrics mean. Here I just want to make sure the consequence of my use case where my consumer only receives messages but not ack them at all(via the client acknowledge model).Because the broker need track the messages that are dispatched to the consumer

Stomp client on Android

2012-12-23 Thread Mike Pun
I am not finding any documentation on this. I would like to use ActiveMQ/Apollo as we are a heavy Camel shop. I found what seem to be a viable solution using RabbitMQ and SockJS, and it should work with our stack (HTML5 and phonegap). But cannot seem to find anything similiar with ActiveMQ or