activemq/systest/jmscts/config/providers.xml

22 lines
659 B
XML
Executable File

<?xml version="1.0"?>
<!-- ====================================================================== -->
<!-- Sample provider configuration file -->
<!-- -->
<!-- This configures JMS CTS to test ActiveMQ -->
<!-- ====================================================================== -->
<configuration>
<provider>
<name>ActiveMQ</name>
<class>org.exolab.jmscts.activemq.ActiveMQProvider</class>
<paths>
</paths>
<config>
<path>activemq.xml</path>
</config>
</provider>
</configuration>