IMessage.ConsumerIdList Property

Solclient

IMessageConsumerIdList Property
version: 7.2.1.27
Applies to received messages only. Returns the Conusmer Id list, null if the received message has none. Consumer IDs are only used with XML content subscriptions, not with topic subscriptions. When XML subscriptions are applied with consumer IDs, received messages contain a list of the consumer IDs of all XML subscriptions that were a match to that received message. This allows the application to know which of its XML subscriptions were a match to the received message. If not present, null is returned.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
IList<long> ConsumerIdList { get; }
ReadOnly Property ConsumerIdList As IList(Of Long)
	Get
property IList<long long>^ ConsumerIdList {
	IList<long long>^ get ();
}

Property Value

Type: IListInt64
See Also