Author: davsclaus Date: Wed Jul 8 09:29:01 2009 New Revision: 792079 URL: http://svn.apache.org/viewvc?rev=792079&view=rev Log: Switched to vm instead of tcp for jms to avoid spring jms bug in 2.5.6
Modified: camel/branches/camel-1.x/tests/camel-itest/src/test/resources/org/apache/camel/itest/jetty/JettyJmsTwowayTest-context.xml Modified: camel/branches/camel-1.x/tests/camel-itest/src/test/resources/org/apache/camel/itest/jetty/JettyJmsTwowayTest-context.xml URL: http://svn.apache.org/viewvc/camel/branches/camel-1.x/tests/camel-itest/src/test/resources/org/apache/camel/itest/jetty/JettyJmsTwowayTest-context.xml?rev=792079&r1=792078&r2=792079&view=diff ============================================================================== --- camel/branches/camel-1.x/tests/camel-itest/src/test/resources/org/apache/camel/itest/jetty/JettyJmsTwowayTest-context.xml (original) +++ camel/branches/camel-1.x/tests/camel-itest/src/test/resources/org/apache/camel/itest/jetty/JettyJmsTwowayTest-context.xml Wed Jul 8 09:29:01 2009 @@ -29,7 +29,7 @@ <property name="connectionFactory"> <bean class="org.apache.activemq.ActiveMQConnectionFactory"> <property name="brokerURL" - value="tcp://localhost:61616" /> + value="vm://localhost" /> </bean> </property> </bean>