Message Processing

Message processing is based on a pipeline of small processing steps.

The pipeline concept allows output of one marshaler or unmarshaler to be input to another, thereby creating a chain of processors. Each of the processors does some part of the overall work. All setup is done in Configurator as described later in this document.

A queue can only be used for one purpose – to send messages or to receive messages - but not for both. If you want to set up two-way communication, you need to define two queues, one for sending messages and one for receiving them.

Note: Queues can be defined using the Queue Definition Wizard. For more information and step by step instructions, refer to Creating an Inbound Queue.