JMSProvider

Configuration for a JMS provider, which provides two kinds of J2EE resources -- a JMS Connection Factory and a JMS Destination.

Inherits from type J2EEResourceProvider and adds the following.

Attributes Summary
externalInitialContextFactory : StringJava classname of the initial context factory of a provider.
externalProviderURL : StringJMS provider URL for external JNDI lookups.
supportsASF : boolean@since 6.

Attribute Details

externalInitialContextFactory    -    Java classname of the initial context factory of a provider.
     data type:  String
     default Value:   unspecified



externalProviderURL    -    JMS provider URL for external JNDI lookups.
     data type:  String
     default Value:   unspecified



supportsASF    -    @since 6.0.0Indicates if this JMS Provider supports the optional JMS Application Server Facility.
     data type: boolean
     default Value:   true
     Allowed Values:  true   false  


Copyright IBM Corp. 1997-2004