| Modifier and Type | Method and Description |
|---|---|
JMSContext |
ConnectionFactory.createContext()
Creates a JMSContext with the default user identity
and an unspecified sessionMode.
|
JMSContext |
ConnectionFactory.createContext(int sessionMode)
Creates a JMSContext with the default user identity
and the specified session mode.
|
JMSContext |
JMSContext.createContext(int sessionMode)
Creates a new
JMSContext with the specified session mode
using the same connection as this JMSContext and creating a
new session. |
JMSContext |
ConnectionFactory.createContext(String userName,
String password)
Creates a JMSContext with the specified user identity
and an unspecified sessionMode.
|
JMSContext |
ConnectionFactory.createContext(String userName,
String password,
int sessionMode)
Creates a JMSContext with the specified user identity
and the specified session mode.
|
Copyright © 2012. All Rights Reserved.