Skip to content

Commit

Permalink
add connection factory admin-object, usefull for remote jms clients t…
Browse files Browse the repository at this point in the history
…o pull from jndi w/o additional module deployments

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1504422 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
gtully committed Jul 18, 2013
1 parent 1408e7f commit 141052b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions activemq-rar/src/main/rar/META-INF/ra.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 141052b

Please sign in to comment.