博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
RabbitMQ
阅读量:7066 次
发布时间:2019-06-28

本文共 2744 字,大约阅读时间需要 9 分钟。

  hot3.png

RabbitMQ Java client library

The RabbitMQ Java client library allows Java code to interface to AMQP servers. The library is platform neutral; the binary distributions listed below differ only in the version of Java they are intended for use with. Please see the page for more information on AMQP interoperation and standards-conformance.

The library is open-source, and is triple-licensed under

 

You will need a to use with the client library.

Version

The current release of the RabbitMQ Java client is 3.6.5.

Download the library and documentation

The library

The library is available in several compiled forms, and as source. The precompiled archives include example source code.

Description Download  
Binary, compiled for JDK 6 or newer (zip)
Binary, compiled for JDK 6 or newer (tar.gz)
Source code and tools (zip)
Source code and tools (tar.gz)

Please see for details on how to verify the signatures on our packages, and the for instructions on compiling from source-code.

The documentation

Please refer to the .

The Javadoc documentation is , or you can download it for off-line use:

Description Download  
A zip file containing generated Javadoc documentation
A tar.gz file containing generated Javadoc documentation

Other versions

Consult if you want to download a version of the RabbitMQ Java Client library or documentation other than the above.

OSGi Ready

The RabbitMQ Java AMQP library jar comes ready with an OSGi manifest (with bundle version and package dependencies correctly set) so it can be deployed in an OSGi environment. This means it is no longer necessary to bundleise or OSGiefy the jar prior to using it in an OSGi container.

Maven Artifact

The RabbitMQ Java AMQP library is available as a Maven artifact on the and mirrors thereof.

To include it in your project, add this dependency to your pom:

com.rabbitmq
amqp-client
3.6.5

 

We attempt to upload new versions of the Java client on the day of release; however the Maven servers are sometimes unavailable, so there may be a delay of a few days between a new release and its appearance in the central Maven repository. Please be patient.

GitHub repositories

The Java AMQP client library and example programs. Depends on the code-generation library module. Please see the for instructions on compiling from source code.

For information on how to work with the RabbitMQ GitHub repositories, please see .

Snapshot Repository checkout command Repository overview
git clone https://github.com/rabbitmq/rabbitmq-java-client.git
git clone https://github.com/rabbitmq/rabbitmq-codegen.git

Support

For help compiling or installing RabbitMQ, or for general queries, please .

转载于:https://my.oschina.net/boonya/blog/751539

你可能感兴趣的文章
WebSocket异步通讯,实时返回数据实例
查看>>
Django 版本对应的 Python 版本
查看>>
docker-swarm建立本地集成开发环境
查看>>
MySQL下全文索引
查看>>
SQL Server 作业同步
查看>>
10 个最酷的 Linux 单行命令 — LinuxTOY
查看>>
left join
查看>>
一起谈.NET技术,Microsoft Ribbon for WPF 正式发布
查看>>
android如何拍照以及返回拍的图片(经过验证的实际例子)
查看>>
【编译】UI设计师必读的13篇文章
查看>>
隐私保护利器-----开辟密盘
查看>>
Silverlight调用JS获得浏览器窗口大小
查看>>
android中文乱码解决大全
查看>>
Getting Started with iOS Development Part10:Customizing your Mobile target's Splash screen
查看>>
8个很棒的 jQuery 倒计时插件和教程
查看>>
python implemention javascript encodeURIComponent
查看>>
SQL查询语句精华
查看>>
Socket服务器整体架构概述
查看>>
Sketchup二次开发API之UI类
查看>>
串连接
查看>>