"O" now I see, Oooops!!Ok if you got the same problem, you need to pass
theconsumer.clientId along in a header. Dose that make any sense??
lolWhat I was trying to do is get hold of each clientId fromevery
subscribed client that sends a message. My first attempt wasto use
message.clientid from the consumer…. However this only returns the
currently subscribed clientId..What I did was passed the clientId from
the consumer(consumer.clientId) in a message header called consumerID..
Then called this, ...