Use this panel to view or change the configuration properties of the selected JMS connection factory for use with the associated JMS provider. These configuration properties control how connections are created to the associated JMS destination.
To view this Application Client Resource Configuration Tool (ACRCT) page, click File > Open. After you browse for an EAR file, click Open. Expand the selected JAR file > JMS Providers > new_JMS_Provider_instance. Right click JMS Connection Factories, and click New. The following fields are displayed on the General tab.
A Java Message Service (JMS) connection factory creates connections to JMS destinations. The JMS connection factory is created by the associated JMS provider. A JMS connection factory for a generic JMS provider (other than the internal WebSphere product JMS provider or the MQSeries product JMS provider) has the following properties:
Data type | String |
Data type | String |
Default | Null |
If you specify a value for the User ID property, you must also specify a value for the Password property.
The connection factory User ID and Password properties are used if the calling application does not provide a userid and password explicitly; for example, if the calling application uses the method createQueueConnection(). The JMS client flows the userid and password to the JMS server.
Data type | String |
If you specify a value for the User ID property, you must also specify a value for the Password property.
Data type | String |
Default | Null |
As a convention, use the fully qualified JNDI name, for example, jms/Name, where Name is the logical name of the resource.
This name is used to link the platform binding information. The binding associates the resources defined by the deployment descriptor of the module to the actual (physical) resources bound into JNDI API by the platform.
Data type | String |
Select one of the following options:
You must enter a name that is a public property on the object and a value that can be converted from a string to the type required by the set method of the property. The acceptable properties and values depend on the object that is created. Refer to the object documentation for a list of valid properties and values.