Re: AMQ DeadLetterStrategy Not Being Respected

2013-08-23 Thread nezor
Sorry I meant to put in my original reply that I'm bound to using Spring DSL for dev work right now. I'm working on updating ActiveMQ so I can factor out any potential issues in the Fuse 5.5.1 version. If I'm still seeing odd behavior I'll go down the route of installing Eclipse so I can test using

Re: AMQ DeadLetterStrategy Not Being Respected

2013-08-22 Thread nezor
Mostly I have been using my route which is for a specific use case (jetty consumer -> virtual topic -> http4producer). But I just created something smaller which I've been testing with. http://camel.apache.org/schema/spring";> java.lang.Exception

Re: AMQ DeadLetterStrategy Not Being Respected

2013-08-21 Thread nezor
Alright that makes sense why suffix is not working, interesting that the broker was still created without an error though. I just tried to use queuePrefix and had the same result message is dropped into ActiveMQ.DLQ, updated broker config is below.

Re: AMQ DeadLetterStrategy Not Being Respected

2013-08-21 Thread nezor
Alright that makes sense why suffix is not working interesting that the broker was still created without an error though. I just tried to use queuePrefix and had the same result, updated broker config.

AMQ DeadLetterStrategy Not Being Respected

2013-08-21 Thread nezor
I'm using the standard activemq-broker.xml which comes pre-installed with Fuse my version of ActiveMQ is 5.5.1. I have added a deadLetterStrategy for Topics and Queues as indicated by this article http://activemq.apache.org/message-redelivery-and-dlq-handling.html