20.2. Apache Qpid JNDI Properties for AMQP Messaging
The qpid-jms AMQP 1.0 client supports the following JNDI properties:
- connectionfactory.<jndiname>
- The Connection URL that the connection factory uses to perform connections.
- queue.<jndiname>
- A JMS queue. Implemented as an
amq.direct
exchange in Apache Qpid. - topic.<jndiname>
- A JMS topic. Implemented as an
amq.topic
exchange in Apache Qpid. - destination.<jndiname>
- Can be used for defining all amq destinations, queues, topics and header matching, using an address string (or a binding URL, for backward-compatibility with earlier implementations).