GetMessage

Mon 01 January 2018

Syntax

GetMessage()

Description

Use the GetMessage function to return a message.

Note: This function has been deprecated and remains for backward compatibility only. Use the IntBroker class GetMessage method instead.

It retrieves a message from the message queue for the current message being processed.

Note: The GetMessage function does not load the message with data. It always creates a new instance of a message object. You must use another method, such as GetRowset, to populate the message object. In addition, you must populate the message object with data before running any methods on it.

Parameters

None.

Returns

A reference to an empty message object if successful, NULL if not successful.