Defining a New Queue for Incoming Messages
Procedure
- A communication context to assign identifying attributes to incoming messages on the queue, or use an existing communication context.
- A Receiver Manager for the messages. This receiver is used by TIBCO MDM to receive messages on an internal queue. A queue can have only one receiver manager.
- An unmarshaling pipeline to define how to extract the payload from the message and how to read message headers.
- Sender manager to send messages from the TIBCO MDM to external queues. There can be more than one sender manager, each encapsulating a logical queue.
- A marshaling pipeline to create messages before the sender manager sends messages to the application. This marshaling pipeline converts messages per application requirements, and can be different for each logical queue.
- Receiver manager in the application to receive messages. In most cases, you can reuse the out-of-box receiver manager.
Copyright © Cloud Software Group, Inc. All rights reserved.