tibemsMsgConsumer_GetMsgSelector
Function
C Declaration
tibems_status tibemsMsgConsumer_GetMsgSelector( tibemsMsgConsumer msgConsumer, const char** selectorPtr );
COBOL Call
CALL "tibemsMsgConsumer_GetMsgSelector"
USING BY VALUE msgConsumer,
BY REFERENCE selectorPtr,
RETURNING tibems-status
END-CALL.
Remarks
A message selector restricts the set of messages that the consumer receives to those that match the selector; see Message Selectors.
Programs can set this property only when creating the consumer object; see tibemsSession_CreateConsumer.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.
