J2C Activation Specifications collection
A list of Java 2 Connector (J2C) activation specifications for a resource adapter configuration is shown here and is used to create new J2C activation specifications, to select J2C activation specifications for configuration changes, or to delete J2C activation specifications.
Activation specification definitions and classes are provided by a resource adapter when it is installed. Using this information, the administrator can create and configure J2C activation specifications with JNDI names that are then available for applications to use. The resource adapter uses a J2C activation specification to configure a specific endpoint instance. Each application that configures one or more endpoints must specify the resource adapter that sends messages to the endpoint. The application must use the activation specification to provide the configuration properties related to the processing of the inbound messages.
If we are using J2EE 1.4 and EJB 2.1 with WebSphere Application Server, the decision on whether to use an activation specification or listener port depends on whether your JMS provider API is implemented with JCA. In J2EE 1.4, the JMS 1.1 API can be implemented with the JCA 1.5 or later, API. If so, your MDB is a JMS MDB implemented as a connector MDB, and must therefore be configured with an activation specification. If not, this JMS situation is the same as for J2EE 1.3, and configure this EJB 2.1 MDB in the same way as we would configure an EJB 2.0 MDB, which in WAS is to use a listener port.
We can access this administrative console page in one of two ways:
- Resources > Resource Adapters > Resource adapters > resource_adapter > J2C activation specifications.
- Resources > Resource Adapters > J2C activation specifications.
Name
Display name of the J2C activation specification instance.
A string with no spaces meant to be a meaningful text identifier for the J2C activation specification.
Information Value Data type String
JNDI name
JNDI name for the J2C activation specification instance.
Information Value Data type String
Scope
Scope of the resource adapter that supports this activation specification. Only applications installed within this scope can use this activation specification.
Provider
The resource adapter that encapsulates the appropriate classes for this activation specification.
Description
A free-form text string to describe the J2C activation specification instance.
Information Value Data type String
Message Listener Type
The Message Listener Type used by this activation specification.
The list of available classes is provided by the resource adapter.
Information Value Data type String
Configure an activation specification for a third-party JCA resource adapter J2C Activation Specifications settings Administrative console preference settings