From fe9bcd112315d739de7c59801c279b2d02bf3f29 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) Signed-off-by: Rohit Yadav --- 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 94fcf4c8e4f..0757a0efc80 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