Entering content frame

This graphic is explained in the accompanying text Creating a Message Producer to a Queue Locate the document in its SAP Library structure

The message producer in a queue is QueueSender. Use it to send messages to a queue destination.

To create a message producer to a queue use the following source:

This graphic is explained in the accompanying text

// create the message producer

QueueSender queueSender = queueSession.createSender(queue);

Having obtained a QueueSender, use it to send messages to the specified queue destination.

This graphic is explained in the accompanying text

For an example of how to create a message producer, see Queue Sender and Receiver.

 

 

Leaving content frame