Could anyone please help with spring bean definitions of below. I can't use
context.xml for junit tests.

<Resource name="jms/ordersandQuotesQueue"
                         auth="Container"
                         type="org.apache.activemq.command.ActiveMQQueue"
                 factory="org.apache.activemq.jndi.JNDIReferenceFactory"
                 physicalName="OrdersandQuotesQueue"/>
                 
        
                
                <Resource name="jms/mqConnectionFactory"
                         auth="Container"
                         type="org.apache.activemq.ActiveMQConnectionFactory"
                         description="JMS Connection Factory"
                 factory="org.apache.activemq.jndi.JNDIReferenceFactory"
                
brokerURL="failover:(tcp://localhost:61616?keepAlive=true,tcp://localhost:61617?keepAlive=true,tcp://localhost:61618?keepAlive=true)?timeout=1000&amp;maxReconnectAttempts=2&amp;jms.redeliveryPolicy.maximumRedeliveries=4"
 
                 />



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/help-with-bean-definitions-tp4693380.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to