MessageDrivenDestination

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.



Attributes Summary
type : DestinationTypeThe destination-type element specifies the type of the JMS destination.
subscriptionDurability : SubscriptionDurabilityKindThe subscription-durability element specifies whether a JMS topic subscription is intended to be durable or nondurable.
bean :   

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:  Queue   Topic  



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:  Durable   NonDurable  



bean    -     
     data type: 


Copyright IBM Corp. 1997-2004