Re: Dead Letter Queue (Apollo 1.6)

2013-08-01 Thread Yong Ouyang
#x27;ve committed a tests on the Apollo code base to demonstrate this: > > Check the very last test named "Rollback moves messages to DLQ" here: > > > http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-openwire/src/test/scala/org/apache/activemq/apollo/openwire

Re: Dead Letter Queue (Apollo 1.6)

2013-07-31 Thread Yong Ouyang
I use OpenWire protocol on the client side, where connection is created by ActiveMQConnectionFactory On Wed, Jul 31, 2013 at 9:43 PM, Christian Posta wrote: > What protocol are you using on the client side? > > > On Wed, Jul 31, 2013 at 6:31 AM, Yong Ouyang > wrote: > >

Dead Letter Queue (Apollo 1.6)

2013-07-31 Thread Yong Ouyang
Hello, I am playing with Apollo 1.6 recently. Given the below config, I am expecting a dead message (being rolled back 3 times, for example) of queue "app1.queue1" will be forwarded to the dead letter queue "dlq.app1.queue1". But this doesn't actually happen at all. Did anyone encounter the same b