MSMQ Adapter 6.0 | webMethods MSMQ Adapter Documentation | webMethods MSMQ Adapter Installation and User’s Guide Documentation | Overview of MSMQ Adapter | Adapter Services | Put Service | Run-Time Processing for Put Services
 
Run-Time Processing for Put Services
The following diagram illustrates how a Put service delivers a message to a queue on an MSMQ Server.
Step
Description
1
A flow or Java service, typically invoked by an Integration Server client, initiates the Put service on Integration Server.
You configure the Put service, and the wrapping flow or Java service, using Designer.
2
The Put service retrieves a connection from the service's associated connection pool.
You configure and enable the adapter connection using Integration Server Administrator. For more information about connection pooling, including the run-time behavior of connection pools, see Connection Pools.
3
The MSMQ Adapter uses the Put service's input document, or the message properties from the input signature of the Put service, to create an MSMQMessage object.
You define the Put service's input signature when you configure the service. Using Designer, the fields that you select on theInput Message Propertytab in the adapter service become the service's input signature.
4
The MSMQ Adapter puts the MSMQMessage object into the MSMQ queue.
5
The Put service returns a document that contains the output message fields. You define the output signature of the Put service, or output document, when you configure the service. The fields that you select on the Output Message Propertytab become the service's output signature.