Message Destination References

If the components in your WAR file are going to send and receive messages from a any destinations, you must provide a reference to such destinations. Messages are delivered for routing and subsequent delivery to consumers using physical destinations. They are identified and encapsulated by an administered object (a Topic or a Queue) in the application code. In this property page, you can provide references to destinations.

To add a reference, click Add. The Message Destination Reference dialog box is displayed.

  1. Enter the destination name as it appears in your code used for the destination in the Coded Name field. For example, the name of the destination in the JNDI namespace, such as jms/Topic.
  2. Choose the type of message destination. Either or Select the message destination from the drop-down list.
  3. Select the usage of the destination. Whether the component will be producing, consuming, or both producing and consuming messages.
  4. The Destination Name field in the Target Destination pane lists all known destinations defined in the module. Select the destination name from the drop-down list.
  5. Click OK to save the changes and close the Message Destination Reference dialog box.
  6. The message destination reference you created appears in the Message Destination References pane.
  7. Optionally, you can provide a description for the message destination. Click the rightmost column labeled with the folded paper icon to provide a description for each reference.
  8. To edit a message destination reference, select the row containing the reference, and click Edit. The Edit Message Destination Reference dialog box is displayed.

    To delete a reference, select the row containing the reference and click Delete. A confirmation dialog box will ask you if you really want to delete the reference.


    Legal Notices