NO-JIRA: update build status and instructions after default branch renamed to main
3 files changed
tree: b255fd56da3c07d1fe3ef6367c255caa6e862683
  1. apache-qpid-broker-j/
  2. bdbstore/
  3. broker/
  4. broker-codegen/
  5. broker-core/
  6. broker-plugins/
  7. doc/
  8. etc/
  9. joramtests/
  10. perftests/
  11. qpid-perftests-systests/
  12. qpid-systests-parent/
  13. qpid-test-utils/
  14. specs/
  15. systests/
  16. tck/
  17. test-profiles/
  18. tools/
  19. .asf.yaml
  20. .gitignore
  21. .travis.yml
  22. appveyor.yml
  23. LICENSE
  24. NOTICE
  25. pom.xml
  26. README.md
README.md

Apache Qpid Broker-J


CI ProcessStatus
Travis CI BuildBuild 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.