MessageDrivenDestination


This type is a class for model objects.

The message-driven-destination element provides advice to the Deployer as to whether a message-driven bean is intended for a Queue or a Topic. The declaration consists of: the type of the message-driven bean's intended destination and an optional declaration of whether a durable or non-durable subscription should be used if the destination-type is javax.jms.Topic.

Package: ejb

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

Reference attributes having this type:
  MessageDriven.destination



Attributes Summary
type : DestinationType The destination-type element specifies the type of the JMS destination. The type is specified by the Java interface expected to be implemented by the destination. The destination-type element must be one of the two following: javax.jms.Queue, javax.jms.Topic
subscriptionDurability : SubscriptionDurabilityKind The subscription-durability element specifies whether a JMS topic subscription is intended to be durable or nondurable. The subscription-durability element must be one of the two following: Durable, NonDurable
bean : MessageDriven @ * No description is available *



Attribute Details

type  -  The destination-type element specifies the type of the JMS destination. The type is specified by the Java interface expected to be implemented by the destination. The destination-type element must be one of the two following: javax.jms.Queue, javax.jms.Topic
    Data Type: DestinationType
    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

subscriptionDurability  -  The subscription-durability element specifies whether a JMS topic subscription is intended to be durable or nondurable. The subscription-durability element must be one of the two following: Durable, NonDurable
    Data Type: SubscriptionDurabilityKind
    Default value:  unspecified
    Allowed values:
        0 - Durable
        1 - NonDurable
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

bean  -  * No description is available *
    Reference Type: MessageDriven @
    Containment:  false
    Container:  true
    Required:  true
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  1
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  true
    Volatile:  false
    Opposite: MessageDriven.destination



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