public interface JmsSessionFactory
extends javax.jms.Connection, javax.jms.TopicConnection, javax.jms.QueueConnection
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(JmsSession session)
Notification that a session is closed
|
createConnectionConsumer, createDurableConnectionConsumer, createTopicSession
static final String ISE
void addTemporaryQueue(javax.jms.TemporaryQueue temp)
temp
- the temporary queuevoid addTemporaryTopic(javax.jms.TemporaryTopic temp)
temp
- the temporary topicvoid closeSession(JmsSession session) throws javax.jms.JMSException
javax.jms.JMSException
- for any errorCopyright © 2017 JBoss by Red Hat. All rights reserved.