Re: example selected_recv.cpp

2018-01-12 Thread Gordon Sim
On 12/01/18 19:32, Daniel Gavrila wrote: Regarding your answer for the last question, I suposse that the map_filters could be filled with all the extensions defined in the link (http://www.amqp.org/specification/1.0/filters) , isn't ? How are linked together the items of the map_filters?

Re: example selected_recv.cpp

2018-01-12 Thread Daniel Gavrila
Thanks for the quick reply and fix. Everything is working as you described! Regarding your answer for the last question, I suposse that the map_filters could be filled with all the extensions defined in the link (http://www.amqp.org/specification/1.0/filters) , isn't ? How are linked together

Re: example selected_recv.cpp

2018-01-12 Thread Gordon Sim
On 12/01/18 08:48, Daniel Gavrila wrote: My environment: Proton v. 0.19 C++ Broker v.1.37 configured with AMQP 1.0 I have problems with setting up correctly the example and to test it. It appears that it does not work, due to the selector being sent as binary and not a string (as defined

example selected_recv.cpp

2018-01-12 Thread Daniel Gavrila
Hello, My environment: Proton v. 0.19 C++ Broker v.1.37 configured with AMQP 1.0 I have problems with setting up correctly the example and to test it. 1. Do you have also a sender example that works with the selected_recv ? 2. Which configuration do I need to make in the broker ?