Re: STOMP 1.1 NACK test and activemq.prefetchSize question

2012-07-13 Thread Michael Justin
Hi Christian, thank you for the link! From what I understand, Apollo uses the idea of consumer "credit window" to decide how many messages to send down to the client that haven't been ACKed. use the "credit" header in your stomp frame to set the credit window: http://activemq.apache.org/apollo

Re: STOMP 1.1 NACK test and activemq.prefetchSize question

2012-07-13 Thread ceposta
>From what I understand, Apollo uses the idea of consumer "credit window" to decide how many messages to send down to the client that haven't been ACKed. use the "credit" header in your stomp frame to set the credit window: http://activemq.apache.org/apollo/documentation/user-manual.html#Subscript

STOMP 1.1 NACK test and activemq.prefetchSize question

2012-07-07 Thread Michael Justin
Hello, I am trying to set up a STOMP 1.1 NACK test for ActiveMQ 5.6.0 and Apollo 1.3. The tests first sends three messages to a queue. Then it subscribes the destination queue with a prefetch size of 3, like SUBSCRIBE destination:/queue/ExampleQueue ack:client-individual id:{A06FD6DB-6487-49