Mirror of Apache Qpid Broker-J

Clone this repo:
  1. ba1df60 QPID-8712: [Broker-J] Operation not permitted when building docker image (#327) by Daniil Kirilyuk · 28 hours ago main
  2. 5551c50 NO-JIRA: [Broker-J] Bump setup-java github action to the version 5 (#326) by Daniil Kirilyuk · 28 hours ago
  3. cc8d3a0 QPID-8705: [Broker-J] Bump hikaricp dependency to the version 7.0.2 (#325) by Daniil Kirilyuk · 4 days ago
  4. 34f42c8 QPID-8708: [Broker-J] Docker entrypoint script copies links instead of files (#324) by Daniil Kirilyuk · 4 days ago
  5. 203c441 QPID-8684: [Broker-J] Update mockito version to 5.19.0 (#323) by Daniil Kirilyuk · 4 days ago

Apache Qpid Broker-J


CI ProcessStatus
GitHub ActionsBuild Status
Apache Jenkins CI BuildBuild Status

Website | Wiki | Documentation | Developer Mailing List | User Mailing List | Open Issues

Qpid Broker-J

The Apache Qpid Broker-J is a powerful open-source message broker.

  • Supports Advanced Message Queuing Protocol (AMQP) versions 0-8, 0-9, 0-91, 0-10 and 1.0
  • 100% Java implementation
  • Authentication options include for LDAP, Kerberos, O-AUTH2, TLS client-authentication and more
  • Message storage options include Apache Derby, Oracle BDB JE, and Generic JDBC
  • REST and AMQP 1.0 management API
  • Web-management console
  • Plug-able architecture

Below are some quick pointers you might find useful.

Building the code

The Quick Start Guide walks you through the steps required to build, test and run Qpid Broker-J.

The Build Instructions cover all details behind building and testing.

Running the Broker

For full details, see the Getting Started in User documentation mentioned below.

For convenience, the brief instructions are repeated in the Quick Start Guide.

IDE Integration

Tips on setting up IDE to work with Qpid Broker-J project are provided in IDE Integration.

Documentation

Documentation (in docbook format) is found beneath the doc module.

Links to latest published User documentation can be found in overview of Broker-J Component.

Please check Developer Guide for developer documentation.