+

Search Tips   |   Advanced Search

 

V5 Default Provider topic connection factory settings for application clients

 

Use this panel to view or change the configuration properties of the selected topic connection factory for use with the internal product Java Message Service (JMS) provider. These configuration properties control how connections are created between the JMS provider and the messaging system that it uses.

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 > Messaging Providers > V5 Default Provider. Right click Topic Connection Factories and click New. The following fields appear on the General tab.

A V5 Default Provider topic connection factory has the following properties.

 

Name

The name by which this queue connection factory is known for administrative purposes within WAS. The name must be unique within the JMS connection factories across the WAS administrative domain.

Data type String

 

Description

A description of this topic connection factory for administrative purposes within WAS.

Data type String

 

JNDI Name

The application client run time uses this field to retrieve configuration information.

 

User ID

The user ID used, with the Password property, for authentication if the calling application does not provide a userid and password explicitly.

If you specify a value for the User ID property, 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

 

Password

The password used, with the User ID property, for authentication if the calling application does not provide a userid and password explicitly.

If you specify a value for the User ID property, also specify a value for the Password property.

Data type String

 

Re-Enter Password

Confirms the password.

 

Node

The WAS node name of the administrative node where the JMS server runs for this connection factory. Connections created by this factory connect to that JMS server.

Data type Enum
Range Pull-down list of nodes in the WAS administrative domain.

 

Application Server

Enter the name of the appserver. This name is not the host name of the machine, but the name of the configured appserver.

 

Port

Which of the two ports that connections use to connect to the JMS Server. The QUEUED port is for full-function JMS publish/subscribe support, the DIRECT port is for nonpersistent, nontransactional, nondurable subscriptions only.

Message-driven beans cannot use the direct listener port for publish or subscribe support. Therefore, any topic connection factory configured with the Port set to Direct cannot be used with message-driven beans.

Data type Enum
Default QUEUED
Range

QUEUED

The listener port used for full-function JMS compliant, publish or subscribe support.

DIRECT

The listener port used for direct TCP/IP connection (nontransactional, nonpersistent, and nondurable subscriptions only) for publish or subscribe support.

The TCP/IP port numbers for these ports are defined on the product internal JMS server.

 

Client ID

The JMS client identifier used for connections to the MQSeries queue manager.

Data type String

 

Custom Properties

Specify name-value pairs for setting additional properties on the object that is created at run time for this resource.

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.


 

Related tasks


Use application clients
Configure Java messaging client resources