- Added activemq-optional.jar to the assembly module dependency.

- Corrected broker name in config files.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@386480 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Adrian T. Co 2006-03-16 23:15:30 +00:00
parent 2b1a0f0c94
commit 89ac08c57f
5 changed files with 5 additions and 7 deletions

View File

@ -38,9 +38,8 @@
</properties>
</dependency>
<!--
<dependency>
<groupId>activemq</groupId>
<groupId>${pom.groupId}</groupId>
<artifactId>activemq-optional</artifactId>
<version>${pom.currentVersion}</version>
<properties>
@ -48,7 +47,6 @@
<optional>true</optional>
</properties>
</dependency>
-->
<dependency>
<groupId>activeio</groupId>

View File

@ -17,7 +17,7 @@
<beans xmlns="http://activemq.org/config/1.0">
<broker name="receiver" persistent="false" useJmx="false">
<broker brokerName="receiver" persistent="false" useJmx="false">
<transportConnectors>
<transportConnector uri="tcp://localhost:0" discoveryUri="multicast://default"/>
</transportConnectors>

View File

@ -16,7 +16,7 @@
-->
<beans xmlns="http://activemq.org/config/1.0">
<broker name="receiver" persistent="false">
<broker brokerName="receiver" persistent="false">
<transportConnectors>
<transportConnector uri="http://localhost:62302"/>
</transportConnectors>

View File

@ -16,7 +16,7 @@
-->
<beans xmlns="http://activemq.org/config/1.0">
<broker name="sender" persistent="false" useJmx="false">
<broker brokerName="sender" persistent="false" useJmx="false">
<transportConnectors>
<transportConnector uri="tcp://localhost:0" discoveryUri="multicast://default"/>
</transportConnectors>

View File

@ -16,7 +16,7 @@
-->
<beans xmlns="http://activemq.org/config/1.0">
<broker name="sender" persistent="false">
<broker brokerName="sender" persistent="false">
<transportConnectors>
<transportConnector uri="http://localhost:62301"/>
</transportConnectors>