public class Nokia5529IdmJmsProviderFactory
extends java.lang.Object
| Constructor and Description |
|---|
Nokia5529IdmJmsProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
Nokia5529IdmJmsProvider |
createJmsManager(java.util.Properties jndiProps,
boolean blnSecure,
java.lang.String strKeyPass,
java.lang.String strKeyStore,
java.lang.String strHost,
java.lang.String strUsername,
java.lang.String strPassword,
java.lang.String strTopic,
boolean blnDurable,
boolean blnUnsubscribe,
java.lang.String strClientId,
java.lang.String strFilter)
Creates a new Nokia5529IdmJmsProvider instance
|
public Nokia5529IdmJmsProvider createJmsManager(java.util.Properties jndiProps, boolean blnSecure, java.lang.String strKeyPass, java.lang.String strKeyStore, java.lang.String strHost, java.lang.String strUsername, java.lang.String strPassword, java.lang.String strTopic, boolean blnDurable, boolean blnUnsubscribe, java.lang.String strClientId, java.lang.String strFilter)
jndiProps - JNDI propertiesblnSecure - Flag to enable a secure session using SSLstrKeyPass - Keypass value for the secure sessionstrKeyStore - Keystore value for the secure sessionstrHost - IP address or hostname of the EMSstrUsername - UsernamestrPassword - PasswordstrTopic - The Topic name to listen for JMS messagesblnDurable - Flag to enable durable subscriptionblnUnsubscribe - Flag to unsubscribe durable subscriptionstrClientId - JMS client identifier to be set for durable subscriptionsstrFilter - Message filter to process specific messages