public interface QpidRASessionFactory
extends javax.jms.Connection, javax.jms.TopicConnection, javax.jms.QueueConnection, javax.jms.XAConnection, javax.jms.XATopicConnection, javax.jms.XAQueueConnection
Modifier and Type | Field and Description |
---|---|
static String |
ISE
Error message for strict behaviour
|
Modifier and Type | Method and Description |
---|---|
void |
addTemporaryQueue(javax.jms.TemporaryQueue temp)
Add a temporary queue
|
void |
addTemporaryTopic(javax.jms.TemporaryTopic temp)
Add a temporary topic
|
void |
closeSession(QpidRASession session)
Notification that a session is closed
|
createTopicSession, createXATopicSession
createConnectionConsumer, createDurableConnectionConsumer
static final String ISE
void addTemporaryQueue(javax.jms.TemporaryQueue temp)
temp
- The temporary queuevoid addTemporaryTopic(javax.jms.TemporaryTopic temp)
temp
- The temporary topicvoid closeSession(QpidRASession session) throws javax.jms.JMSException
session
- The sessionjavax.jms.JMSException
- for any errorCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.