Use this panel to view or change the configuration properties of the selected topic connection factory for use with the internal WebSphere Application Server product Java Messaging Service (JMS) provider. These configuration properties control how connections are created to the associated JMS topic 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 > JMS provider instance. Right click WAS Topic Connection Factories and click New. The following fields appear on the General tab.
A topic connection factory is used to create JMS connections to topic destinations. The topic connection factory is created by the associated JMS provider. A topic connection factory for the internal WebSphere 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 createTopicConnection(). 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 |
Data type | Enum |
Default | Null |
Range | Pull-down list of nodes in the WebSphere administrative domain. |
Note: Message-driven beans cannot use the direct listener port for publish/subscribe support. Therefore, any topic connection factory configured with the Port set to Direct cannot be used with message-driven beans.
Data type | Enum |
Units | Not applicable |
Default | QUEUED |
Range |
The TCP/IP port numbers for these ports are defined on the product internal JMS server. |
Data type | String |
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.