Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 5 Producer : tibemsMsgProducer : tibemsMsgProducer_SetDisableMessageID

tibemsMsgProducer_SetDisableMessageID
Function
Purpose
Set the disable message ID property of a producer object.
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.
 
msgProducer has usage pointer.
Parameters
 
Remarks
Applications that do not require message IDs can reduce overhead costs by disabling IDs (set this property to true).

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved