Phillip,
-
The SendMsg operation was kept for backward compatibility and is similar to the PutMsg operation. The PutMsg operation is recommended for new configurations.
-
The GetMsg and ReceiveMsg operations are not synonymous:
The ReceiveMsg operation establishes a separate thread to monitor an MQSeries queue for messages. When a message appears on the queue, the ReceiveMsg operation receives the message from the queue, and publishes it as a Broker Document, causing the initiation of an integration component. The ReceiveMsg operation then continues to monitor the queue for more messages. The ReceiveMsg thread will continue to monitor the queue until the adapter is shutdown.
By contrast, the GetMsg operation is used to receive one message from an MQSeries queue. It is invoked as part of an integration component, and
returns the message to the integration in a Broker Document. The document can then be published by the integration component. The GetMsg operation cannot cause the initiation of an integration component.
Don Sargent
Product Manager
webMethods, Inc.
Adapter Technologies Group
work: 703-460-2501
mobile: 703-472-4199
#Integration-Server-and-ESB#Adapters-and-E-Standards#webMethods