Show TOC Anfang des Inhaltsbereichs

Komponentendokumentation Point-to-Point Model Dokument im Navigationsbaum lokalisieren

Purpose

The JMS point-to-point model enables you to work with queues of messages. These messages can be sent to a specific queue. You can use the point-to-point model for:

·        Creating a Message Consumer to a Queue

·        Creating Message Producer to a Queue

·        Creating Temporary Queues

The JMS Provider allows you also to manage the dead messages delivery. For more information, see Message Delivery Attempts Limitation.

Example

·        Queue Sender and Receiver

 

 

Ende des Inhaltsbereichs