Registry / messaging / proton-j

proton-j

JSON →
library0.34.1javamavenunverified

AMQP 1.0 protocol library for Java, part of Apache Qpid Proton.

<dependency> <groupId>org.apache.qpid</groupId> <artifactId>proton-j</artifactId> <version>0.34.1</version> </dependency>
INSTALL
IMPORT
SIG · PROTON-J
P
proton-j
messagingjavav0.34.1
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.

Connection
✓ org.apache.qpid.proton.engine.Connection

Demonstrates creating and opening an AMQP connection.

import org.apache.qpid.proton.engine.Connection; import org.apache.qpid.proton.engine.impl.ConnectionImpl; Connection conn = new ConnectionImpl(); conn.setContainer("my-container"); conn.open();
Debug
Known issues
breakingProton-J 0.34.x is older; consider using the newer proton-j2 library.
fix
Use org.apache.qpid:proton-j2 for the latest API.
affects: <1.0.0
Upgrade
Version history
0.34.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
proton-j — mvn dependency:get proton-j · libregistry