Re: Redelivery policy broken in 5.7.0

2014-08-15 Thread Usman Chaudhri
Nvilmer - thanks for posting the solution to activemq destination policy setting. Usman C.

Re: Redelivery policy broken in 5.7.0

2013-01-10 Thread CodeWarrior
Addingresolved the issue for me. Many thanks for the idea. -- View this message in context: http://activemq.2283324.n4.nabble.com/Redelivery-policy-broken-in-5-7-0-tp4658304p4661611.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Redelivery policy broken in 5.7.0

2012-11-13 Thread nvilmer
Use the queue property with the value set to * as show below. Adding a destination did not work for me.

Re: Redelivery policy broken in 5.7.0

2012-10-30 Thread Gary Tully
that looks like a regression from https://issues.apache.org/jira/browse/AMQ-3224 you need to provide a specific destination or use the wildcard AnyDestination otherwise. It needs to be a bean reference: then apply the destination property with something like: ... can y

RE: Redelivery policy broken in 5.7.0

2012-10-26 Thread darren
Cuz its broke... Sent from my Verizon Wireless 4G LTE Smartphonechudak wrote:I have an existing RedeliveryPolicy configured thusly:                   This has been working fine up through 5.5.1. Today I upgraded to 5.7.0 and now my application won't start: y'; nested exception is org.

Redelivery policy broken in 5.7.0

2012-10-26 Thread chudak
I have an existing RedeliveryPolicy configured thusly: This has been working fine up through 5.5.1. Today I upgraded to 5.7.0 and now my application won't start: y'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with nam