mirror of https://github.com/apache/activemq.git
add connection factory admin-object, usefull for remote jms clients to 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
This commit is contained in:
parent
1408e7f63b
commit
141052bcf5
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue