Hi, I am trying to get into a AMQP 1.0 and proton library but I am bit lost.
With AMQP 0.10 you could create an exchange, queue bind them together. Then you could send a message with some routing key and read it from the particular queue. This seems to have changed. I have noticed that there are topics now. Is there a way to send a message and receive it in similar fashion as with AMQP 0.10 using proton? Thanks, Tomas Soltys
