Registry / messaging / qpid-broker

qpid-broker

JSON →
library10.0.1javamavenunverified

Apache Qpid Broker provides a message broker for AMQP messaging with configuration and executable support.

<dependency> <groupId>org.apache.qpid</groupId> <artifactId>qpid-broker</artifactId> <version>10.0.1</version> </dependency>
INSTALL
IMPORT
SIG · QPID-BROKER
Q
qpid-broker
messagingjavav10.0.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.

Broker
org.apache.qpid.server.Broker

Start the Qpid broker programmatically.

import org.apache.qpid.server.Broker; public class StartBroker { public static void main(String[] args) throws Exception { Broker broker = new Broker(); broker.startup(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
10.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
qpid-broker — mvn dependency:get qpid-broker · libregistry