Jar examples for r:rabbitmq-client
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.3.0 in this page.
Mozilla Public License 1.1 (MPL 1.1)
You can use the following script to add rabbitmq-client-1.3.0.jar to your project.
<dependency> <groupId>com.rabbitmq</groupId> <artifactId>rabbitmq-client</artifactId> <version>1.3.0</version> </dependency>
compile group: 'com.rabbitmq', name: 'rabbitmq-client', version: '1.3.0'
libraryDependencies += "com.rabbitmq" % "rabbitmq-client" % "1.3.0"
<dependency org="com.rabbitmq" name="rabbitmq-client" rev="1.3.0"/>
@Grapes(@Grab(group='com.rabbitmq', module='rabbitmq-client', version='1.3.0'))
'com.rabbitmq:rabbitmq-client:jar:1.3.0'
Click the following link to download the jar file.
rabbitmq-client-1.3.0.jar