在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:rabbitmq/rabbitmq-java-client开源软件地址:https://github.com/rabbitmq/rabbitmq-java-client开源编程语言:Java 98.4%开源软件介绍:RabbitMQ Java ClientThis repository contains source code of the RabbitMQ Java client. The client is maintained by the RabbitMQ team at Pivotal. Dependency (Maven Artifact)This package is published to several Maven package repositories: Maven5.x SeriesThis client releases are independent from RabbitMQ server releases and can be used with RabbitMQ server <dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>5.15.0</version>
</dependency> Gradlecompile 'com.rabbitmq:amqp-client:5.15.0' 4.x SeriesAs of 1 January 2021 the 4.x branch is no longer supported. This client releases are independent from RabbitMQ server releases and can be used with RabbitMQ server <dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>4.12.0</version>
</dependency> Gradlecompile 'com.rabbitmq:amqp-client:4.12.0' Experimenting with JShellYou can experiment with the client from JShell. This requires Java 9 or more.
Building from SourceGetting the Project and its Dependencies
Building the JAR File
Launching Tests with the Broker Running in a Docker ContainerRun the broker:
Launch "essential" tests (takes about 10 minutes):
Launch a single test:
Launching Tests with a Local BrokerThe tests can run against a local broker as well. The
To launch a single test:
ContributingSee Contributing and How to Run Tests. VersioningThis library uses semantic versioning. SupportSee the RabbitMQ Java libraries support page for the support timeline of this library. LicenseThis package, the RabbitMQ Java client library, is triple-licensed under the Mozilla Public License 2.0 ("MPL"), the GNU General Public License version 2 ("GPL") and the Apache License version 2 ("AL"). This means that the user can consider the library to be licensed under any of the licenses from the list above. For example, you may choose the Apache Public License 2.0 and include this client into a commercial product. Projects that are licensed under the GPLv2 may choose GPLv2, and so on. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论