tibemsMsgProducer_SetDisableMessageID
Function
C Declaration
tibems_status tibemsMsgProducer_SetDisableMessageID( tibemsMsgProducer msgProducer, tibems_bool disable );
COBOL Call
CALL "tibemsMsgProducer_SetDisableMessageID"
USING BY VALUE msgProducer,
BY VALUE disable,
RETURNING tibems-status
END-CALL.
Note:
msgProducer has usage pointer.
Parameters
| Parameter | Description |
|---|---|
msgProducer
|
Set the property of this producer. |
disable
|
Set the property to this value. |
Remarks
Applications that do not require message IDs can reduce overhead costs by disabling IDs (set this property to true).