Repository: activemq Updated Branches: refs/heads/trunk 6bdce73d8 -> fff3c8397
add amqp transport module to rar Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/fff3c839 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/fff3c839 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/fff3c839 Branch: refs/heads/trunk Commit: fff3c839712a6fc11931236d9e2158cc25a770cf Parents: 58ae402 Author: gtully <[email protected]> Authored: Wed Aug 6 15:20:43 2014 +0100 Committer: gtully <[email protected]> Committed: Wed Aug 6 15:21:19 2014 +0100 ---------------------------------------------------------------------- activemq-rar/pom.xml | 4 ++++ activemq-rar/src/main/rar/broker-config.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/fff3c839/activemq-rar/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-rar/pom.xml b/activemq-rar/pom.xml index ec6fc4f..14c2f97 100644 --- a/activemq-rar/pom.xml +++ b/activemq-rar/pom.xml @@ -340,6 +340,10 @@ <artifactId>commons-pool</artifactId> </dependency> <dependency> + <groupId>org.apache.activemq</groupId> + <artifactId>activemq-amqp</artifactId> + </dependency> + <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> </dependency> http://git-wip-us.apache.org/repos/asf/activemq/blob/fff3c839/activemq-rar/src/main/rar/broker-config.xml ---------------------------------------------------------------------- diff --git a/activemq-rar/src/main/rar/broker-config.xml b/activemq-rar/src/main/rar/broker-config.xml index c47bfa8..36856cd 100644 --- a/activemq-rar/src/main/rar/broker-config.xml +++ b/activemq-rar/src/main/rar/broker-config.xml @@ -37,7 +37,7 @@ </persistenceAdapter> <transportConnectors> - <transportConnector uri="tcp://localhost:61616"/> + <transportConnector name="openwire" uri="tcp://localhost:61616"/> </transportConnectors> </broker>
