tibemsMsgProducer_GetDisableMessageID


Function

Purpose

Get the disable message ID property of a producer object.

C Declaration

tibems_status tibemsMsgProducer_GetDisableMessageID( 
    tibemsMsgProducer msgProducer, 
    tibems_bool* disable ); 

COBOL Call

CALL "tibemsMsgProducer_GetDisableMessageID" 
     USING BY VALUE msgProducer, 
           BY REFERENCE disable, 
           RETURNING tibems-status 
END-CALL. 

msgProducer has usage pointer.

Parameters

Parameter
Description
msgProducer
Get the property from this producer.
disable
The function stores the property in this location.

Remarks

Applications that do not require message IDs can reduce overhead costs by disabling IDs (set this property to true).

TIBCO Enterprise Message Service™ C and COBOL Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com