I discovered the problem:

The constructor, I don know how is overriding my setup:
*<constructor-arg value="vm://localhost?create=false" />*

I simply stopped using ... and use the property to give the broker's URL:
<bean id="connectionFactory"
class="org.apache.activemq.ActiveMQConnectionFactory"
depends-on="localBroker">
<property name="brokerURL" value="vm://localhost?create=false" />

Best Regards!



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/initialRedeliveryDelay-and-redeliveryDelay-Not-Working-ActiveMQ-5-14-2-Spring-tp4720973p4721018.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to