public interface JmsSessionFactory extends Connection, TopicConnection, QueueConnection
Modifier and Type | Field and Description |
---|---|
static String |
ISE
Error message for strict behaviour
|
Modifier and Type | Method and Description |
---|---|
void |
addTemporaryQueue(TemporaryQueue temp)
Add a temporary queue
|
void |
addTemporaryTopic(TemporaryTopic temp)
Add a temporary topic
|
void |
closeSession(JmsSession session)
Notification that a session is closed
|
createConnectionConsumer, createDurableConnectionConsumer, createTopicSession
createConnectionConsumer, createQueueSession
close, createConnectionConsumer, createSession, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop
static final String ISE
void addTemporaryQueue(TemporaryQueue temp)
temp
- the temporary queuevoid addTemporaryTopic(TemporaryTopic temp)
temp
- the temporary topicvoid closeSession(JmsSession session) throws JMSException
JMSException
- for any errorCopyright © 2018 JBoss by Red Hat. All rights reserved.