GenericJMSDestination
Inherits from type JMSDestination and adds the following.
Attributes Summary
externalJNDIName The JNDI name that is used to bind the destination into the name space specified for this provider. type Whether this JMS destination is a queue (for point-to-point) or topic (for pub/sub).
Attribute Details
externalJNDIName
The JNDI name that is used to bind the destination into the name space specified for this provider.
Data type: String
Default value: unspecified
type
Whether this JMS destination is a queue (for point-to-point) or topic (for pub/sub).
Data type: JMSResourceType
Default value: unspecified
Allowed Values: QUEUE TOPIC