+

Search Tips   |   Advanced Search

Generic JMS destination settings for application clients


To set the configuration properties of the selected JMS destination for use with the associated JMS provider.

To view this ACRCT page, click File > Open. After you browse for an EAR file, click Open. Expand the selected JAR file > Messaging Providers > new JMS Provider instance. Right-click Destinations, and click New.

The following fields are displayed on the General tab.

A JMS destination is used to configure the properties of a JMS destination for the associated generic JMS provider. Connections to the JMS destination are created by the associated JMS connection factory. A JMS destination for use with a generic JMS provider (not the default messaging provider or WebSphere MQ as a JMS provider) has the following properties.

Name

The name by which the queue is known for admin purposes within WAS.

Data type String

Description

A description of the queue, for admin purposes.

JNDI Name

The JNDI name of the actual (physical) name of the JMS destination bound into JNDI.

External JNDI Name

The JNDI name used to bind the queue into the application server name space.

As a convention, use the fully qualified JNDI name; for example, in the form 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 by the platform.

Data type String

Destination Type

Whether this JMS destination is a queue (for point-to-point) or topic (for publishing or subscribing).

Select one of the following options:

Queue

A JMS queue destination for point-to-point messaging.

Topic

A JMS topic destination for pub/sub messaging.

Custom Properties

Specifies 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.