Messaging Queue Configuration

The queues.xml conf file specifies the list of configured Queues, each of which needs a QueueServer instance to service the queue. A single QueueServer class may be used for a set of queues with the same prefix, by adding * to the prefix to form the path value.

The supported attributes of Queue are:

  1. path: Queue path, or prefix if path ends with *
  2. QueueServerClass: The class name of the QueueServer subclass to be used, which must have a constructor that takes Queue as the only argument.

An arbitrary number of QueueProperty tags can be added to each queue. These properties may be specific to each type of QueueServer.