<?xml version="1.0" encoding="UTF-8"?>

<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>JBoss Generic JMS JCA Resource Adapter</description>
    <display-name>Generic JMS Adapter</display-name>

    <vendor-name>Red Hat Middleware LLC</vendor-name>
    <eis-type>JMS 1.1 Server</eis-type>
    <resourceadapter-version>5.0</resourceadapter-version>

    <license>
        <description>
            JBoss, Home of Professional Open Source.
            Copyright 2006, Red Hat Middleware LLC, and individual contributors
            as indicated by the @author tags. See the copyright.txt file in the
            distribution for a full listing of individual contributors.

            This is free software; you can redistribute it and/or modify it
            under the terms of the GNU Lesser General Public License as
            published by the Free Software Foundation; either version 2.1 of
            the License, or (at your option) any later version.

            This software is distributed in the hope that it will be useful,
            but WITHOUT ANY WARRANTY; without even the implied warranty of
            MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
            Lesser General Public License for more details.

            You should have received a copy of the GNU Lesser General Public
            License along with this software; if not, write to the Free
            Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
            02110-1301 USA, or see the FSF site: http://www.fsf.org.
        </description>
        <license-required>true</license-required>
    </license>

    <resourceadapter>
        <resourceadapter-class>org.jboss.resource.adapter.jms.JmsResourceAdapter</resourceadapter-class>

        <outbound-resourceadapter>
            <connection-definition>
                <managedconnectionfactory-class>org.jboss.resource.adapter.jms.JmsManagedConnectionFactory
                </managedconnectionfactory-class>
                <config-property>
                    <description>The jndi name of the connection factory</description>
                    <config-property-name>ConnectionFactory</config-property-name>
                    <config-property-type>java.lang.String</config-property-type>
                    <config-property-value>XAConnectionFactory</config-property-value>
                </config-property>
                <config-property>
                    <description>A comma-separated list of JNDI parameters</description>
                    <config-property-name>JndiParameters</config-property-name>
                    <config-property-type>java.lang.String</config-property-type>
                    <config-property-value></config-property-value>
                </config-property>
                <config-property>
                    <description>The default session type</description>
                    <config-property-name>SessionDefaultType</config-property-name>
                    <config-property-type>java.lang.String</config-property-type>
                    <config-property-value>agnostic</config-property-value>
                </config-property>
                <config-property>
                    <description>The user name used to login to the jms server</description>
                    <config-property-name>UserName</config-property-name>
                    <config-property-type>java.lang.String</config-property-type>
                    <config-property-value></config-property-value>
                </config-property>
                <config-property>
                    <description>The password used to login to the jms server</description>
                    <config-property-name>Password</config-property-name>
                    <config-property-type>java.lang.String</config-property-type>
                    <config-property-value></config-property-value>
                </config-property>
                <config-property>
                    <description>The client id for this connection factory</description>
                    <config-property-name>ClientID</config-property-name>
                    <config-property-type>java.lang.String</config-property-type>
                    <config-property-value></config-property-value>
                </config-property>
                <config-property>
                    <config-property-name>Strict</config-property-name>
                    <config-property-type>java.lang.Boolean</config-property-type>
                    <config-property-value>true</config-property-value>
                </config-property>
                <config-property>
                    <description>Maximum wait for a lock</description>
                    <config-property-name>UseTryLock</config-property-name>
                    <config-property-type>java.lang.Integer</config-property-type>
                    <config-property-value>60</config-property-value>
                </config-property>
                <config-property>
                    <description>Whether temporary destinations are deleted when a session is closed.</description>
                    <config-property-name>DeleteTemporaryDestinations</config-property-name>
                    <config-property-type>java.lang.Boolean</config-property-type>
                    <config-property-value>true</config-property-value>
                </config-property>
                <connectionfactory-interface>org.jboss.resource.adapter.jms.JmsConnectionFactory
                </connectionfactory-interface>
                <connectionfactory-impl-class>org.jboss.resource.adapter.jms.JmsConnectionFactoryImpl
                </connectionfactory-impl-class>
                <connection-interface>javax.jms.Session</connection-interface>
                <connection-impl-class>org.jboss.resource.adapter.jms.JmsSession</connection-impl-class>
            </connection-definition>
            <transaction-support>XATransaction</transaction-support>
            <authentication-mechanism>
                <authentication-mechanism-type>BasicPassword</authentication-mechanism-type>
                <credential-interface>javax.resource.spi.security.PasswordCredential</credential-interface>
            </authentication-mechanism>
            <reauthentication-support>false</reauthentication-support>
        </outbound-resourceadapter>

        <inbound-resourceadapter>
            <messageadapter>
                <messagelistener>
                    <messagelistener-type>javax.jms.MessageListener</messagelistener-type>
                    <activationspec>
                        <activationspec-class>org.jboss.resource.adapter.jms.inflow.JmsActivationSpec
                        </activationspec-class>
                        <required-config-property>
                            <config-property-name>destination</config-property-name>
                        </required-config-property>
                        <required-config-property>
                            <config-property-name>connectionFactory</config-property-name>
                        </required-config-property>
                    </activationspec>
                </messagelistener>
            </messageadapter>
        </inbound-resourceadapter>

    </resourceadapter>
</connector>
