Re: Redelivery policy configuration

2015-11-12 Thread Mop Sophia
The issue was the "&" character to add parameter in the URL, if I use "&", it's ok, so the kind of URL is : jms.redeliveryPolicy.initialRedeliveryDelay=1&jms.redeliveryPolicy.redeliveryDelay=2&brokerConfig=xbean:activemq.xml 2015-11-12 17:11 GMT+01:00 Christian Schneider : > No idea how

Re: Redelivery policy configuration

2015-11-12 Thread Christian Schneider
No idea how to do it in tomcat. In karaf I used blueprint and the RedeliveryPolicy class. Christian On 12.11.2015 17:06, Mop Sophia wrote: Hi Christian, Thanks for your answer. My connection factory is declared in Tomcat as a Resource. Do you know how can I configure the redelivery policy, pl

Re: Redelivery policy configuration

2015-11-12 Thread Mop Sophia
Hi Christian, Thanks for your answer. My connection factory is declared in Tomcat as a Resource. Do you know how can I configure the redelivery policy, please ? When I add, this kind of option in the URL an error occured : jms.redeliveryPolicy.maximumRedeliveries=1 Thanks, Stéphane 2015-11-12 1

Re: Redelivery policy configuration

2015-11-12 Thread Christian Schneider
First the re deliveries in the factory are done then the ones on the server. So they add up. Christian On 12.11.2015 16:53, Mop Sophia wrote: Hi, I try to confiigure the redelivery policy in my application through the activemq.xml, I have added this part :

Redelivery policy configuration

2015-11-12 Thread Mop Sophia
Hi, I try to confiigure the redelivery policy in my application through the activemq.xml, I have added this part :