![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibems_status tibemsSession_CreateConsumer(tibemsSession session,BY REFERENCE consumer,BY VALUE destination,BY VALUE noLocal,
Create a consumer for this destination. The argument may be any destination (queue or topic). When non-null, the server filters messages using this selector, so the consumer receives only matching messages; see Message Selectors.When null, or the empty string, the consumer receives messages without filtering. When true, the server filters messages so the consumer does not receive messages that originate locally—that is, messages sent through the same connection.When false, the consumer receives messages with local origin.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |