GenericJMSDestination


This type is a class for model objects.

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.

Package: jms
Supertype: JMSDestination

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *



Attributes Summary
externalJNDIName : EString The JNDI name used to bind the queue into the application server's name space.
type : JMSResourceType Whether this JMS destination is a queue (for point-to-point) or topic (for pub/sub).



Attribute Details

externalJNDIName  -  The JNDI name used to bind the queue into the application server's name space.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

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:
        0 - QUEUE
        1 - TOPIC
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006