Download rabbitmq-client-1.2.0.jar file - Jar r

Jar examples for r:rabbitmq-client

Description

RabbitMQ is a complete and highly reliable Enterprise Messaging system. The RabbitMQ client libraries and broker daemon can be used together to create an AMQP network, or used individually to bring the benefits of RabbitMQ to established networks.

You can download jar file rabbitmq-client 1.2.0 in this page.

License

Mozilla Public License 1.1 (MPL 1.1)

Build File

You can use the following script to add rabbitmq-client-1.2.0.jar to your project.

<dependency>
   <groupId>com.rabbitmq</groupId>
   <artifactId>rabbitmq-client</artifactId>
   <version>1.2.0</version>
</dependency>
compile group: 'com.rabbitmq', name: 'rabbitmq-client', version: '1.2.0'
libraryDependencies += "com.rabbitmq" % "rabbitmq-client" % "1.2.0"
<dependency org="com.rabbitmq" name="rabbitmq-client" rev="1.2.0"/>
@Grapes(@Grab(group='com.rabbitmq', module='rabbitmq-client', version='1.2.0'))
'com.rabbitmq:rabbitmq-client:jar:1.2.0'

Download

Click the following link to download the jar file.

rabbitmq-client-1.2.0.jar
rabbitmq-client-1.2.0.pom



Related Tutorials