Author: gertv
Date: Thu Apr  7 13:08:14 2011
New Revision: 1089867

URL: http://svn.apache.org/viewvc?rev=1089867&view=rev
Log:
SMX4-798: Advertize ConnectionFactory in OSGi Service Registry so it can be 
found by OBR

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=1089867&r1=1089866&r2=1089867&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
 Thu Apr  7 13:08:14 2011
@@ -19,6 +19,10 @@
            
xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0";
            xmlns:amq="http://activemq.apache.org/schema/core";>
 
+    <manifest>
+      Export-Service = javax.jms.ConnectionFactory
+    </manifest>
+
     <!-- Allows us to use system properties as variables in this configuration 
file -->
     <ext:property-placeholder />
 


Reply via email to