Use this panel to view the configuration properties of a selected JMS provider.
If you want 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 administrative console panels for the types of JMS resources, see the related topics.
For the default messaging provider (which is based on service integration technologies) and the WebSphere® MQ messaging provider, the scope, name, and description properties are displayed for information only. You cannot change these properties.
For a third-party non-JCA provider that you have defined yourself, the properties of that provider are displayed.
The level to which this resource definition is visible.
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.
The name by which the JMS provider is known for administrative purposes.
Data type | String |
Default |
|
A description of the JMS provider, for administrative purposes within WebSphere Application Server.
Data type | String |
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 |
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 |
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 |