GenericJMSConnectionFactory
Inherits from type JMSConnectionFactory and adds the following.
Attributes Summary
externalJNDIName The JNDI name that is used to bind the connection factory into the name space specified for this provider. type Whether this connection factory is for creating JMS queue destinations or JMS topic destinations.
Attribute Details
externalJNDIName
The JNDI name that is used to bind the connection factory into the name space specified for this provider.
Data type: String
Default value: unspecified
type
Whether this connection factory is for creating JMS queue destinations or JMS topic destinations.
Data type: JMSResourceType
Default value: unspecified
Allowed Values: QUEUE TOPIC