此内容没有您所选择的语言版本。
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.directexchange in Apache Qpid. - topic.<jndiname>
- A JMS topic. Implemented as an
amq.topicexchange 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).