CLOUDSTACK-7679: bump up the RabbitMQ AMQP java client version from 2.8.7 to 3.3.5
3.3.5 is the latest stable version of AMQP client, which is also backward comaptible. Successfully tested with updated client library. (cherry picked from commit ff797dfa5943c4e02acc87466c4638e97d2c2eb0) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9605f57c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9605f57c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9605f57c Branch: refs/heads/4.5 Commit: 9605f57cb07caeaf0dd27eb7f7dc05e1bde69a3c Parents: 7bea2f7 Author: Murali Reddy <[email protected]> Authored: Tue Oct 7 15:14:01 2014 +0530 Committer: David Nalley <[email protected]> Committed: Mon Oct 13 00:31:06 2014 -0400 ---------------------------------------------------------------------- plugins/event-bus/rabbitmq/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9605f57c/plugins/event-bus/rabbitmq/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/event-bus/rabbitmq/pom.xml b/plugins/event-bus/rabbitmq/pom.xml index 8002e23..ab7c267 100644 --- a/plugins/event-bus/rabbitmq/pom.xml +++ b/plugins/event-bus/rabbitmq/pom.xml @@ -31,7 +31,7 @@ <dependency> <groupId>com.rabbitmq</groupId> <artifactId>amqp-client</artifactId> - <version>2.8.7</version> + <version>3.3.5</version> </dependency> <dependency> <groupId>org.apache.cloudstack</groupId>
