public interface ActiveMQRASessionFactory
extends 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(ActiveMQRASession 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(ActiveMQRASession session) throws javax.jms.JMSException
session
- The sessionjavax.jms.JMSException
- for any errorCopyright © 2016 The Apache Software Foundation. All rights reserved.