+

Search Tips   |   Advanced Search

JMS provider settings

Use this panel to view the configuration properties of a selected JMS provider. You cannot change the properties of a default messaging provider or a WebSphere MQ messaging provider. To view this page, use the console to complete one of the following steps:

To browse or change JMS resources of the JMS provider, click the link for the type of resource under Additional Properties. For more information about the console panels for the types of JMS resources, see the related topics.

For default messaging providers and WebSphere MQ messaging providers, only the scope, name, and description properties are displayed for information only. You cannot change these properties.

For another type of JMS provider that you have defined yourself, extra properties are displayed that you can change.

The default messaging provider is installed and runs as part of WebSphere Application Server, and is based on service integration technologies.

 

Configuration tab

Scope

The level to which this resource definition is visible; the cell, node, or server level.

Resources such as messaging providers, namespace bindings, or shared libraries can be defined at multiple scopes, with resources defined at more specific scopes overriding duplicates which are defined at more general scopes. For more information about the scope setting, see Scope settings.

Name

The name by which the JMS provider is known for administrative purposes.

Data type String
Default

  • Default messaging provider.

    For JMS resources to be provided by a service integration bus, as part of WAS.

  • My JMSprovider

    For JMS resources to be provided by your own JMS provider; not the default messaging provider or WebSphere MQ. You assign the name, in this example "My JMSprovider", when you define the JMS provider to WAS. You must have installed and configured your own JMS provider before applications can use the JMS resources.

  • WebSphere MQ messaging provider

    For JMS resources to be provided by WebSphere MQ. You must have installed and configured WebSphere MQ before applications can use the JMS resources.

  • V5 default messaging provider.

    For JMS resources to be provided by a WAS V5 node in a deployment manager cell.

Description

A description of the JMS provider, for administrative purposes within WAS.

Data type String

Classpath

A list of paths or JAR file names which together form the location for the JMS provider classes. Each class path entry is on a separate line (separated by using the Enter key) and must not contain path separator characters (such as ';' or ': '). Class paths can contain variable (symbolic) names to be substituted using a variable map. Check your driver installation notes for specific JAR file names that are required.

This property does not apply to default messaging providers or WebSphere MQ providers.

Data type String

Native library path

An optional path to any native libraries (*.dll, *.so). Each native path entry is on a separate line (separated by using the Enter key) and must not contain path separator characters (such as ';' or ': '). Native paths can contain variable (symbolic) names to be substituted using a variable map.

This property does not apply to default messaging providers or WebSphere MQ providers.

Data type String

External initial context factory

The Java classname of the initial context factory for the JMS provider.

This property does not apply to default messaging providers or WebSphere MQ providers.

For example, for an LDAP service provider the value has the form: com.sun.jndi.ldap.LdapCtxFactory.

Data type String
Default Null

External provider URL

The JMS provider URL for external JNDI lookups.

This property does not apply to default messaging providers or WebSphere MQ providers.

For example, an LDAP URL for a messaging provider has the form: ldap://hostname.company.com/contextName.

Data type String
Default Null




 

Related concepts


JMS interfaces - explicit polling for messages

 

Related tasks


Listing V5 default messaging resources
Administering listener ports and activation specifications for message-driven beansUsing the default messaging provider

 

Reference topic