GenericJMSDestination

A Generic JMS destination defines the configuration properties of either a queue (for point-to-point messaging) or a topic (for Publish/subscribe messaging) provided by the selected generic JMS provider.

Inherits from type JMSDestination and adds the following.

Attributes Summary
externalJNDIName : StringThe JNDI name that is used to bind the queue into the application server's name space.
type : JMSResourceTypeWhether 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 queue into the application server's name space.
     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  


Copyright IBM Corp. 1997-2004