Re: Redeliverypolicy per detination in Spring

2015-08-11 Thread s.csaba
It works. Thank you! -- View this message in context: http://activemq.2283324.n4.nabble.com/Redeliverypolicy-per-detination-in-Spring-tp4700640p4700754.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Redeliverypolicy per detination in Spring

2015-08-10 Thread Christopher Shannon
You don't need a getter to call a setter with spring injection. Your problem is your attempting to call a protected setter. Change your redeliverPolicyMap configuration to: In RedeliveryPolic