tibemsMsgConsumer_GetNoLocal
Function
C Declaration
tibems_status tibemsMsgConsumer_GetNoLocal( tibemsMsgConsumer msgConsumer, tibems_bool* noLocal );
COBOL Call
CALL "tibemsMsgConsumer_GetNoLocal" USING BY VALUE msgConsumer, BY REFERENCE noLocal, RETURNING tibems-status END-CALL.
Remarks
When true, the consumer does not receive messages sent through the same server connection (that is, the connection associated with the consumer).
Programs set this property when creating the consumer, and cannot subsequently change it.
This property is only associated with topics, and does not apply to queues.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.