Chapter 1. General User Guides

Table of Contents

1.1. Java Broker Feature Guide
1.1.1. The Qpid pure Java broker currently supports the following features:
1.2. Qpid Java FAQ
1.2.1. Purpose
1.3. Java Environment Variables
1.3.1. Setting Qpid Environment Variables
1.4. Qpid Troubleshooting Guide
1.4.1. I'm getting a java.lang.UnsupportedClassVersionError when I try to start the broker. What does this mean ?
1.4.2. I'm having a problem binding to the required host:port at broker startup ?
1.4.3. I'm having problems with my classpath. How can I ensure that my classpath is ok ?
1.4.4. I can't get the broker to start. How can I diagnose the problem ?
1.4.5. When I try to send messages to a queue I'm getting a error as the queue does not exist. What can I do ?
1.5. Broker Configuration Guide
1.5.1. Topic Configuration on Java Broker

1.1.  Java Broker Feature Guide

1.1.1.  The Qpid pure Java broker currently supports the following features:

  • All features required by the Sun JMS 1.1 specification, fully tested

  • Transaction support

  • Persistence using a pluggable layer

  • Pluggable security using SASL

  • Management using JMX and an Eclipse Management Console application

  • High performance header-based routing for messages

  • Message Priorities

  • Configurable logging and log archiving

  • Threshold alerting

  • ACLs

  • Extensively tested on each release, including performance & reliability testing

  • Automatic client failover using configurable connection properties

  • Durable Queues/Subscriptions

1.1.1.1.  Upcoming features:

  • Flow To Disk

  • IP Whitelist

  • AMQP 0-10 Support (for interoperability)