Author: gertv
Date: Tue Jun  8 19:36:58 2010
New Revision: 952787

URL: http://svn.apache.org/viewvc?rev=952787&view=rev
Log:
Upgrade to ActiveMQ 5.3.2 requires support for annotation-based config

Modified:
    
servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/activemq-broker.xml

Modified: 
servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/activemq-broker.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/activemq-broker.xml?rev=952787&r1=952786&r2=952787&view=diff
==============================================================================
--- 
servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/activemq-broker.xml
 (original)
+++ 
servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/activemq-broker.xml
 Tue Jun  8 19:36:58 2010
@@ -18,11 +18,15 @@
   xmlns="http://www.springframework.org/schema/beans";
   xmlns:amq="http://activemq.apache.org/schema/core";
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xmlns:context="http://www.springframework.org/schema/context";
   xmlns:osgi="http://www.springframework.org/schema/osgi";
   xsi:schemaLocation="http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
-  http://activemq.apache.org/schema/core 
http://activemq.apache.org/schema/core/activemq-core.xsd   
-  http://activemq.apache.org/camel/schema/spring 
http://activemq.apache.org/camel/schema/spring/camel-spring.xsd
-  http://www.springframework.org/schema/osgi 
http://www.springframework.org/schema/osgi/spring-osgi.xsd";>
+    http://activemq.apache.org/schema/core 
http://activemq.apache.org/schema/core/activemq-core.xsd
+    http://www.springframework.org/schema/osgi 
http://www.springframework.org/schema/osgi/spring-osgi.xsd
+    http://www.springframework.org/schema/context 
http://www.springframework.org/schema/context/spring-context-2.5.xsd";>
+
+    <!-- Configures the ActiveMQ PooledConnectionFactoryBean using annotations 
-->
+    <context:annotation-config />
 
     <!-- Allows us to use system properties as variables in this configuration 
file -->
     <bean 
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>


Reply via email to