On Wed, 2015-11-04 at 23:47 +0300, Michael Ivanov wrote:
> Hallo,
>
> I have a question about direct message receive in proton.
>
> I tried to receive messages directly using amqp://~1.2.3.4 url.
> It works but it seems that queue names in this case are ignored.
> I.e. when I subscribe to amqp://
Hallo,
I have a question about direct message receive in proton.
I tried to receive messages directly using amqp://~1.2.3.4 url.
It works but it seems that queue names in this case are ignored.
I.e. when I subscribe to amqp://~1.2.3.4/q1 I also get the messages
for amqp://~1.2.3.4/q2, q3 etc.
Is