Name

<message-destination-ref>

Synopsis

The <message-destination-ref> element declares a JMS message destination reference used by the application.

Syntax

<message-destination-ref>
  [<description [xml:lang="lang"]>description</description>]*
  <message-destination-ref-name>refName</message-destination-ref-name>
  <message-destination-type>typeName</message-destination-type>
  <message-destination-usage>
    Consumes|Produces|ConsumesProduces
  </message-destination-usage>
  [<message-destination-link>linkedDestName</message-destination-link>]
</message-destination-ref>

See the Servlet 2.4 and J2EE 1.4 messaging specifications for details on how to use this element.

Get JavaServer Pages, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.