You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/06/02 14:36:11 UTC

svn commit: r411143 - /incubator/servicemix/trunk/servicemix-core/src/test/resources/org/apache/servicemix/remoting/example.xml

Author: gnodet
Date: Fri Jun  2 05:36:11 2006
New Revision: 411143

URL: http://svn.apache.org/viewvc?rev=411143&view=rev
Log:
Disable JMX for test

Modified:
    incubator/servicemix/trunk/servicemix-core/src/test/resources/org/apache/servicemix/remoting/example.xml

Modified: incubator/servicemix/trunk/servicemix-core/src/test/resources/org/apache/servicemix/remoting/example.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-core/src/test/resources/org/apache/servicemix/remoting/example.xml?rev=411143&r1=411142&r2=411143&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-core/src/test/resources/org/apache/servicemix/remoting/example.xml (original)
+++ incubator/servicemix/trunk/servicemix-core/src/test/resources/org/apache/servicemix/remoting/example.xml Fri Jun  2 05:36:11 2006
@@ -4,7 +4,7 @@
 
 
   <!-- the JBI container -->
-  <sm:container id="jbi">
+  <sm:container id="jbi" embedded="true">
     <sm:activationSpecs>
 
       <sm:activationSpec componentName="echo" service="my:receiver">
@@ -34,7 +34,7 @@
  
  <!-- JMS ConnectionFactory to use -->
   <bean id="jmsFactory" class="org.apache.activemq.ActiveMQConnectionFactory">
-    <property name="brokerURL" value="vm://localhost?broker.persistent=false"/>
+    <property name="brokerURL" value="vm://localhost?broker.persistent=false&amp;broker.useJmx=false"/>
   </bean>
 
   <bean id="exampleDestination" class="org.apache.activemq.command.ActiveMQQueue">