You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2012/05/07 14:54:14 UTC

svn commit: r1334991 - /camel/trunk/examples/camel-example-spring/src/main/resources/META-INF/spring/camel-context.xml

Author: davsclaus
Date: Mon May  7 12:54:14 2012
New Revision: 1334991

URL: http://svn.apache.org/viewvc?rev=1334991&view=rev
Log:
Enable JMX on broker so its shown in jconsole

Modified:
    camel/trunk/examples/camel-example-spring/src/main/resources/META-INF/spring/camel-context.xml

Modified: camel/trunk/examples/camel-example-spring/src/main/resources/META-INF/spring/camel-context.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring/src/main/resources/META-INF/spring/camel-context.xml?rev=1334991&r1=1334990&r2=1334991&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-spring/src/main/resources/META-INF/spring/camel-context.xml (original)
+++ camel/trunk/examples/camel-example-spring/src/main/resources/META-INF/spring/camel-context.xml Mon May  7 12:54:14 2012
@@ -30,7 +30,7 @@
   <bean id="jms" class="org.apache.camel.component.jms.JmsComponent">
     <property name="connectionFactory">
       <bean class="org.apache.activemq.ActiveMQConnectionFactory">
-        <property name="brokerURL" value="vm://localhost?broker.persistent=false&amp;broker.useJmx=false"/>
+        <property name="brokerURL" value="vm://localhost?broker.persistent=false&amp;broker.useJmx=true"/>
       </bean>
     </property>
   </bean>