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


Chapter 4 Consumer : tibemsMsgConsumer : tibemsMsgConsumer_GetMsgSelector

tibemsMsgConsumer_GetMsgSelector
Function
Purpose
Get the message selector from a consumer.
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.
 
msgConsumer and selectorPtr have usage pointer.
Parameters
 
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 on page 299.
See Also
tibemsMsgCallback on page 174

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