Network Deployment (Distributed operating systems), v8.0 > Reference > Sets


V5 default messaging provider queue connection factory settings for application clients

Use this panel to browse or change the configuration properties of the selected JMS queue connection factory for point-to-point messaging for use by WAS version 5 applications. These configuration properties control how connections are created between the JMS provider and the default 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 Provider > Version 5 Default Provider. Right-click Queue Connection Factories and click New. The following fields appear on the General tab.

A queue connection factory is used to create JMS connections to queue destinations. The queue connection factory is created by the internal WAS product JMS provider. A V5 default messaging provider queue connection factory has the following properties:


Name

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

Information Value
Data type String


Description

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

Information Value
Data type String
Default Null


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 User ID 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.

Information Value
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.


Re-Enter Password

Confirms the password.


Node

The WebSphere 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.

Information Value
Data type String


Application Server

The application server. This name is not the host name of the machine, but the name of the configured application server.


Custom Properties

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

We 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.
Use application clients
Configure Java messaging client resources

+

Search Tips   |   Advanced Search