You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2013/07/18 12:48:13 UTC

svn commit: r1504422 - /activemq/trunk/activemq-rar/src/main/rar/META-INF/ra.xml

Author: gtully
Date: Thu Jul 18 10:48:13 2013
New Revision: 1504422

URL: http://svn.apache.org/r1504422
Log:
add connection factory admin-object, usefull for remote jms clients to pull from jndi w/o additional module deployments

Modified:
    activemq/trunk/activemq-rar/src/main/rar/META-INF/ra.xml

Modified: activemq/trunk/activemq-rar/src/main/rar/META-INF/ra.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-rar/src/main/rar/META-INF/ra.xml?rev=1504422&r1=1504421&r2=1504422&view=diff
==============================================================================
--- activemq/trunk/activemq-rar/src/main/rar/META-INF/ra.xml (original)
+++ activemq/trunk/activemq-rar/src/main/rar/META-INF/ra.xml Thu Jul 18 10:48:13 2013
@@ -166,5 +166,14 @@
                 <config-property-type>java.lang.String</config-property-type>
             </config-property>
         </adminobject>
+      <adminobject>
+          <adminobject-interface>javax.jms.ConnectionFactory</adminobject-interface>
+          <adminobject-class>org.apache.activemq.ActiveMQConnectionFactory</adminobject-class>
+          <config-property>
+              <config-property-name>brokerUrl</config-property-name>
+              <config-property-type>java.lang.String</config-property-type>
+          </config-property>
+      </adminobject>
+
     </resourceadapter>
 </connector>