Alright I have my redeliveryPolicy working here on the url but I want to move to the BrokerFactoryBean and use the configuration file.
vm://localhost?jms.redeliveryPolicy.maximumRedeliveries=10&jms.redel iveryPolicy.initialRedeliveryDelay=60000&jms.redeliveryPolicy.backOf fMultiplier=2 What XML element does redeliveryPolicy map to? I've been looking at this but cant find it there: http://activemq.apache.org/xbean-xml-reference-41.html#XBeanXMLReference 4.1-brokerelement Shawn
