is not current version
Last Version 0.5.2

com.jasonclawson:rabbitmq-ha-client 0.5.1

RabbitMQ High Availability Client provides auto-reconnect functionality and call replay for RabbitMQ which takes the burden off of your client code.

Categories

Categories

AWS Container PaaS Providers CLI User Interface
GroupId

GroupId

com.jasonclawson
ArtifactId

ArtifactId

rabbitmq-ha-client
Version

Version

0.5.1
Type

Type

jar

Download rabbitmq-ha-client 0.5.1


<!-- https://jarcasting.com/artifacts/com.jasonclawson/rabbitmq-ha-client/ -->
<dependency>
    <groupId>com.jasonclawson</groupId>
    <artifactId>rabbitmq-ha-client</artifactId>
    <version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jasonclawson/rabbitmq-ha-client/
implementation 'com.jasonclawson:rabbitmq-ha-client:0.5.1'
// https://jarcasting.com/artifacts/com.jasonclawson/rabbitmq-ha-client/
implementation ("com.jasonclawson:rabbitmq-ha-client:0.5.1")
'com.jasonclawson:rabbitmq-ha-client:jar:0.5.1'
<dependency org="com.jasonclawson" name="rabbitmq-ha-client" rev="0.5.1">
  <artifact name="rabbitmq-ha-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jasonclawson', module='rabbitmq-ha-client', version='0.5.1')
)
libraryDependencies += "com.jasonclawson" % "rabbitmq-ha-client" % "0.5.1"
[com.jasonclawson/rabbitmq-ha-client "0.5.1"]