mirror of
https://github.com/apache/activemq.git
synced 2025-02-10 03:56:21 +00:00
40a7d3b6ac
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@356304 13f79535-47bb-0310-9956-ffa450edef68
22 lines
659 B
XML
Executable File
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>
|