From 9605f57cb07caeaf0dd27eb7f7dc05e1bde69a3c Mon Sep 17 00:00:00 2001 From: Murali Reddy Date: Tue, 7 Oct 2014 15:14:01 +0530 Subject: [PATCH] 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) --- plugins/event-bus/rabbitmq/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/event-bus/rabbitmq/pom.xml b/plugins/event-bus/rabbitmq/pom.xml index 8002e231144..ab7c267974a 100644 --- a/plugins/event-bus/rabbitmq/pom.xml +++ b/plugins/event-bus/rabbitmq/pom.xml @@ -31,7 +31,7 @@ com.rabbitmq amqp-client - 2.8.7 + 3.3.5 org.apache.cloudstack