@since J2EE1.4The message-destination-ref element contains a declarationof Deployment Component's reference to a message destinationassociated with a resource in Deployment Component'senvironment. It consists of: - an optional description - the message destination reference name - the message destination type - a specification as to whether the destination is used for consuming or producing messages, or both - a link to the message destinationExamples:<message-destination-ref> <message-destination-ref-name>jms/StockQueue </message-destination-ref-name> <message-destination-type>javax.jms.Queue </message-destination-type> <message-destination-usage>Consumes </message-destination-usage> <message-destination-link>CorporateStocks </message-destination-link></message-destination-ref>
name
-
data type:
String
default Value:
unspecified
type
-
data type:
String
default Value:
unspecified
usage
-
data type:MessageDestinationUsageType default Value:
unspecified
Allowed Values:
Consumes
Produces
ConsumesProduces
link
-
data type:
String
default Value:
unspecified
descriptions
-
data type:Description*