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-23 Thread Christian Posta
So would save me some time if you just plug your test into my testcase, or alter my test to fail the way yours is. Then I would be happy to continue to help. On Thu, Aug 22, 2013 at 7:59 AM, nezor wrote: > Mostly I have been using my route which is for a specific use case (jetty > consumer -> vi

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 Christian Posta
Seems to work for me: https://github.com/christian-posta/camel-sandbox/blob/master/one-off/src/test/java/posta/ActiveMQRollbackTest.java Switching to 5.5.1 and changing to use prefix works also: https://gist.github.com/christian-posta/6300601 So maybe the 5.5.1 version is a fuse version, and ma

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.

Re: AMQ DeadLetterStrategy Not Being Respected

2013-08-21 Thread Christian Posta
Mmm... queue suffix wasn't added till 5.7.0. https://issues.apache.org/jira/browse/AMQ-4065 Your config works fine on 5.7.0 and greater. On Wed, Aug 21, 2013 at 6:35 AM, nezor wrote: > I'm using the standard activemq-broker.xml which comes pre-installed with > Fuse my version of ActiveMQ is 5