On the General tab, enter:
Use Resource Adapter Select this option if MDBs listen on a JCA resource adapter. Using resource adapters allows EAServer to receive messages from third-party JMS providers. Resource adapters can also receive message types other than javax.jms.Message. The configuration property name is useResourceAdapter.
JNDI Initial Context Factory The initial context factory for the JMS provider; for the default provider, the value is “com.sybase.jms.client.InitialContextFactory.” The configuration property name is java.naming.factory.initial.
JNDI Provider URL The URL for the name server. The default is “iiop://${host.name}:2000” (host.name represents the name of the machine where EAServer is running). The configuration property name is java.naming.provider.url.
JNDI Security Principal A valid user name to access the name server; the default is “${user.name}.” The configuration property name is java.naming.security.principal.
JNDI Security Credentials A valid password for the user. he configuration property name is java.naming.security.credentials.
Idle Connection Timeout The number of seconds before an idle connection times out; the default is 60 (1 minute). The configuration property name is idleConnectionTimeout.
Lookup Cache Timeout The number of seconds cache entries remain active before they must be refreshed; the default is 600 (10 minutes). The configuration property name is lookupCacheTimeout.
Socket Timeout The number of seconds a socket remains active; the default is 600 (10 minutes). The configuration property name is socketTimeout.
Enable Automatic Failover If set to true, duplicate messages might be published. The configuration property name is automaticFailover.
Enable Data Compression Select to enable data compression. The configuration property name is dataCompression.