Perform the following steps to configure a new JMS connection:
Procedure
Configure a connection pool for your generic connection factories.
Because Java 2 Connector (J2C) manages the generic connection factories,
you must configure a connection pool to indicate the policy for connection
management by J2C. The following example commands configure a connection pool
in your environment:
Using Jacl:
set connectionPool [$AdminConfig create ConnectionPool $yourGenericCF {} connectionPool]
set sessionPool [$AdminConfig create ConnectionPool $yourGenericCF {} sessionPool]
Attribute Type
name String
jndiName String
externalJNDIName String
Set up required attributes:
Using Jacl:
set name [list name JMSCF1]
set jndi [list jndiName jms/JMSConnFact1]
set extJndi [list externalJNDIName jms/extJMSCF1]
set jmscfAttrs [list $name $jndi $extJndi]
Use IBM Suggests to retrieve related content from ibm.com and beyond, identified for your convenience.
This feature requires Internet access.
Most of the following links will take you to information that is not part of the formal product documentation and is provided "as is." Some of these links go to non-IBM Web sites and are provided for your convenience only and do not in any manner serve as an endorsement by IBM of those Web sites, the material thereon, or the owner thereof.