| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}message-destination-refType (restriction)
The message-destination-ref element contains a declaration
of Deployment Component's reference to a message destination
associated with a resource in Deployment Component's
environment. 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 destination
Examples:
<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>
| Nested Element Summary | |
j2ee:descriptionType | description |
j2ee:message-destination-linkType | message-destination-link |
j2ee:jndi-nameType | message-destination-ref-nameThe message-destination-ref-name element specifies the name of a message destination reference; its value is the environment entry name used in Deployment Component code. |
j2ee:message-destination-typeType | message-destination-type |
j2ee:message-destination-usageType | message-destination-usage |
| Attribute Summary | |
xsd:ID | id |
| Attribute Detail |
xsd:IDoptionalunqualified<xsd:complexType name="message-destination-refType"><xsd:sequence><xsd:element minOccurs="0" name="message-destination-link" type="j2ee:message-destination-linkType"/></xsd:sequence><xsd:attribute name="id" type="xsd:ID"/></xsd:complexType>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||