Suppose I have a single queue. I have 3 consumers reading from that queue with the following selectors: Now I send a bunch of messages in the queue like this… Will consumer3, with no message selector defined, only receive messages where myMessageType = ‘Weird’? Or will consumer3 receive all the message types? I’ve obviously simplified my question from our real