I was wondering ... how can the Qpid JMS client setup a selector which would filter messages based on Correlation ID (and work against Qpid C++ broker)?
In the C++ Qpid Messaging API, the selector set like this: amqp.correlation_id = 'f5b13484-5d85-4669-ac2f-53a85b2c8fe7' seems to work fine. But in the Qpid JMS client, this triggers InvalidSelectorException. It seems that it doesn't like the dot. I tried to use also JMSCorrelationID instead of amqp.correlation_id, but the C++ broker doesn't seem to understand that. Thanks & Regards Jakub
