On 07/08/2013 06:20 PM, Pablo Rodríguez Rey wrote:
Tested with JMS names, but still ignores them:

$ php recv.php "amqp://
127.0.0.1/xxx2/asd/asd?transport.transformer=jms&JMSPriority%3E5"

Ok, so that will result in the 'xxx2/asd/asd?transport.transformer=jms&JMSPriority%3E5' being sent as the address filed of the source, which will then be passed to ActiveMQDestination.createDestination(). I assume you are expecting ActiveMQ to parse that somehow? (I initially thought you expected proton messenger to parse it and set the filter in the proper AMQP 1.0 field).

Reply via email to