Using the GET function

The GET function returns messages from the adapter as a single text item.

The following example shows a map rule using a GET function with messaging adapter commands to specify particular adapter settings:


GET ("MQS","-QMN globalque -QN top1")

This GET example retrieves messages from the MQSeries® server messaging adapter as a single text item. The Queue Manager Name adapter command (-QMN globalque) specifies a queue manager named globalque. The Queue Name adapter command (-QN top1) specifies the top1 queue.

For more adapter-specific usage information, refer to adapter-specific documentation.