Java Reference
In-Depth Information
Along with the ironjacamar.xml file, there is another configuration file, which is
contained in the META-INF folder of your activemq-rar-5.7.0.rar file. The file
ra.xml is the standard JCA configuration file and describes the resource adapter-
related attributes type and its deployment properties:
<connector xmlns="http://java.sun.com/xml/ns/
j2ee"
xmlns:xsi="http://www.w3.org/2001/
XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/
ns/j2ee
http://java.sun.com/xml/ns/j2ee/
connector_1_5.xsd"
version="1.5">
<description>ActiveMQ inbound and outbound
JMS ResourceAdapter</description>
<display-name>ActiveMQ JMS Resource
Adapter</display-name>
<vendor-name>activemq.org</vendor-name>
<eis-type>JMS 1.1</eis-type>
<resourceadapter-version>1.0</resourceadapter-version>
<resourceadapter>
<resourceadapter-class>org.apache.activemq.ra.ActiveMQResourceAdapter</resourceadapter-class>
<!--
Configuration Properties here
-->
<outbound-resourceadapter>
. . . . . .
</outbound-resourceadapter>
<inbound-resourceadapter>
. . . . . .
Search WWH ::




Custom Search