Package | Description |
---|---|
com.epam.fixengine.jms.config | |
com.epam.fixengine.jms.context |
Modifier and Type | Method and Description |
---|---|
MessagingMode |
SessionInfo.getMessagingMode() |
static MessagingMode |
MessagingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessagingMode[] |
MessagingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionInfo.setMessagingMode(MessagingMode messagingMode) |
Modifier and Type | Method and Description |
---|---|
static JndiContext |
JndiContext.configureJNDIContext(String initialContextFactory,
String connectionFactory,
String provider,
MessagingMode messagingMode,
String destinationURL)
Deprecated.
|
javax.jms.Destination |
JMSContext.getConfiguredDestination(String destinationName,
javax.jms.Session session,
MessagingMode messagingMode)
Getter method to achieve a specified in config of the JMS Destination.
|
javax.jms.Destination |
AbstractJmsContext.getConfiguredDestination(String destinationName,
javax.jms.Session session,
MessagingMode messagingMode)
Creates JMS Destination
|
Copyright © 2000–2022 EPAM Systems. All rights reserved.