tibemsQueueBrowser_GetMsgSelector
Function
C Declaration
tibems_status tibemsQueueBrowser_GetMsgSelector( tibemsQueueBrowser queueBrowser, const char** selector );
COBOL Call
CALL "tibemsQueueBrowser_GetMsgSelector"
     USING BY VALUE queueBrowser,
           BY REFERENCE selector,
           RETURNING tibems-status
END-CALL.
 
		
 
	 Remarks
When non-null, the browser presents only messages that match this selector; see Message Selectors.
When null, or the empty string, the browser views all messages in the queue.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved. 
