Registry / messaging / amqp-client

amqp-client

JSON →
library5.31.0javamavenunverified

Java client library for interfacing with RabbitMQ message broker via AMQP protocol.

<dependency> <groupId>com.rabbitmq</groupId> <artifactId>amqp-client</artifactId> <version>5.31.0</version> </dependency>
INSTALL
IMPORT
SIG · AMQP-CLIENT
A
amqp-client
messagingjavav5.31.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ConnectionFactory
com.rabbitmq.client.ConnectionFactory

Connects to RabbitMQ and declares a queue.

ConnectionFactory factory = new ConnectionFactory(); factory.setHost("localhost"); Connection conn = factory.newConnection(); Channel channel = conn.createChannel(); channel.queueDeclare("queue", false, false, false, null);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.31.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
24
OpenAI (training)
1
Resources