tibemsMsgProducer_GetDisableMessageTimestamp
Function
Purpose
Get the disable message timestamp property of a producer object.
C Declaration
tibems_status tibemsMsgProducer_GetDisableMessageTimestamp( tibemsMsgProducer msgProducer, tibems_bool* disable );
COBOL Call
CALL "tibemsMsgProducer_GetDisableMessageTimestamp"
USING BY VALUE msgProducer,
BY REFERENCE disable,
RETURNING tibems-status
END-CALL.
Note:
msgProducer has usage pointer.
Parameters
| Parameter | Description |
|---|---|
msgProducer
|
Get the property from this producer. |
disableMessageTimeStamp
|
Store the property in this location. |
Remarks
Applications that do not require timestamps can reduce overhead costs by disabling timestamps (set this property to true).