This section annotates the JMS Client for vFabric RabbitMQ implementation of the JMS 1.1 API.
You can download the JMS 1.1 specification and API documentation from the Oracle Technology Network Web site.
Consumer and Producer Interfaces
Connection CreateConnection() | Supported |
Connection CreateConnection(java.lang.String | Supported |
QueueConnection CreateQueueConnection() | Supported |
QueueConnection CreateQueueConnection(java.lang.String | Supported |
TopicConnection CreateTopicConnection() | Supported |
TopicConnection CreateTopicConnection(java.lang.String | Supported |
XAQueueConnection CreateXAQueueConnection() | Not supported |
XAQueueConnection CreateXAQueueConnection(java.lang.String | Not supported |