<div dir="ltr"><div>Hi Bob,</div><div><br></div><div>Could you share the YAML used for the topic and the subscription? I'd like to see if I can reproduce your issue.</div><div><br></div><div>Best regards,</div><div><br></div><div>Ulf<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jan 25, 2019 at 3:43 PM Bob Claerhout <<a href="mailto:bob.claerhout@aloxy.io">bob.claerhout@aloxy.io</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I'm getting following logging when subscribing to topic::subscription<br>
<br>
$ qb message receive topic::subscription -b <br>
amqp://user:secret@localhost:5672<br>
[0x1d7a6d0]:  -> SASL<br>
[0x1d7a6d0]:  <- SASL<br>
[0x1d7a6d0]:0 <- @sasl-mechanisms(64) <br>
[sasl-server-mechanisms=@PN_SYMBOL[:PLAIN, :"SCRAM-SHA-1", :"XOAUTH2"]]<br>
[0x1d7a6d0]:0 -> @sasl-init(65) [mechanism=:PLAIN, <br>
initial-response=b"\x00user\x00secret"]<br>
[0x1d7a6d0]:0 <- @sasl-outcome(68) [code=0]<br>
[0x1d7a6d0]:  -> AMQP<br>
[0x1d7a6d0]:0 -> @open(16) <br>
[container-id="cda0f467-75fb-4af0-847d-d5bb3a99a39a", <br>
hostname="localhost", channel-max=32767]<br>
[0x1d7a6d0]:0 -> @begin(17) [next-outgoing-id=0, <br>
incoming-window=2147483647, outgoing-window=2147483647]<br>
[0x1d7a6d0]:0 -> @attach(18) <br>
[name="cda0f467-75fb-4af0-847d-d5bb3a99a39a-topic::subscription-60486f5c-8eea-4144-92bc-94d1b8db3683", <br>
handle=0, role=true, snd-settle-mode=2, rcv-settle-mode=0, <br>
source=@source(40) [address="topic::subscription", durable=0, timeout=0, <br>
dynamic=false], target=@target(41) [durable=0, timeout=0, <br>
dynamic=false], initial-delivery-count=0, max-message-size=0]<br>
[0x1d7a6d0]:0 -> @flow(19) [incoming-window=2147483647, <br>
next-outgoing-id=0, outgoing-window=2147483647, handle=0, <br>
delivery-count=0, link-credit=10, drain=false]<br>
[0x1d7a6d0]:  <- AMQP<br>
[0x1d7a6d0]:0 <- @open(16) [container-id="qdrouterd-aloxy-0", <br>
max-frame-size=16384, channel-max=32767, idle-time-out=8000, <br>
offered-capabilities=:"ANONYMOUS-RELAY", <br>
properties={:product="qpid-dispatch-router", :version="1.4.1", <br>
:"qd.conn-id"=26528}]<br>
[0x1d7a6d0]:0 <- @begin(17) [remote-channel=0, next-outgoing-id=0, <br>
incoming-window=2147483647, outgoing-window=2147483647]<br>
[0x1d7a6d0]:0 <- @attach(18) <br>
[name="cda0f467-75fb-4af0-847d-d5bb3a99a39a-topic::subscription-60486f5c-8eea-4144-92bc-94d1b8db3683", <br>
handle=0, role=false, snd-settle-mode=2, rcv-settle-mode=0, <br>
target=@target(41) [durable=0, timeout=0, dynamic=false], <br>
initial-delivery-count=0, max-message-size=0]<br>
[0x1d7a6d0]:0 <- @detach(22) [handle=0, closed=true, error=@error(29) <br>
[condition=:"amqp:not-found", description="Node not found"]]<br>
[0x1d7a6d0]:0 -> @detach(22) [handle=0, closed=true]<br>
[0x1d7a6d0]:0 -> @close(24) []<br>
[0x1d7a6d0]:  -> EOS<br>
[0x1d7a6d0]:0 <- @close(24) []<br>
[0x1d7a6d0]:  <- EOS<br>
<br>
It is saying: "Node not found".<br>
<br>
When I subscribe to topic, I'm getting the following (which is successful):<br>
<br>
$ qb message receive topic -b amqp://user:secret@localhost:5672 -c 100<br>
[0x1197590]:  -> SASL<br>
[0x1197590]:  <- SASL<br>
[0x1197590]:0 <- @sasl-mechanisms(64) <br>
[sasl-server-mechanisms=@PN_SYMBOL[:PLAIN, :"SCRAM-SHA-1", :"XOAUTH2"]]<br>
[0x1197590]:0 -> @sasl-init(65) [mechanism=:PLAIN, <br>
initial-response=b"\x00user\x00secret"]<br>
[0x1197590]:0 <- @sasl-outcome(68) [code=0]<br>
[0x1197590]:  -> AMQP<br>
[0x1197590]:0 -> @open(16) <br>
[container-id="e33d7c15-83f6-4f72-9590-6536ba7953e3", <br>
hostname="localhost", channel-max=32767]<br>
[0x1197590]:0 -> @begin(17) [next-outgoing-id=0, <br>
incoming-window=2147483647, outgoing-window=2147483647]<br>
[0x1197590]:0 -> @attach(18) <br>
[name="e33d7c15-83f6-4f72-9590-6536ba7953e3-topic-a6f9e685-b5e6-4a4d-a275-ca9156a31ce1", <br>
handle=0, role=true, snd-settle-mode=2, rcv-settle-mode=0, <br>
source=@source(40) [address="topic", durable=0, timeout=0, <br>
dynamic=false], target=@target(41) [durable=0, timeout=0, <br>
dynamic=false], initial-delivery-count=0, max-message-size=0]<br>
[0x1197590]:0 -> @flow(19) [incoming-window=2147483647, <br>
next-outgoing-id=0, outgoing-window=2147483647, handle=0, <br>
delivery-count=0, link-credit=10, drain=false]<br>
[0x1197590]:  <- AMQP<br>
[0x1197590]:0 <- @open(16) [container-id="qdrouterd-aloxy-0", <br>
max-frame-size=16384, channel-max=32767, idle-time-out=8000, <br>
offered-capabilities=:"ANONYMOUS-RELAY", <br>
properties={:product="qpid-dispatch-router", :version="1.4.1", <br>
:"qd.conn-id"=26550}]<br>
[0x1197590]:0 <- @begin(17) [remote-channel=0, next-outgoing-id=0, <br>
incoming-window=2147483647, outgoing-window=2147483647]<br>
[0x1197590]:0 <- @attach(18) <br>
[name="e33d7c15-83f6-4f72-9590-6536ba7953e3-topic-a6f9e685-b5e6-4a4d-a275-ca9156a31ce1", <br>
handle=0, role=false, snd-settle-mode=2, rcv-settle-mode=0, <br>
source=@source(40) [address="topic", durable=0, <br>
expiry-policy=:"session-end", timeout=0, dynamic=false], <br>
target=@target(41) [durable=0, expiry-policy=:"session-end", timeout=0, <br>
dynamic=false], initial-delivery-count=0, max-message-size=0]<br>
<br>
<br>
Kind regards,<br>
Bob<br>
<br>
On 1/24/19 6:00 PM, <a href="mailto:enmasse-request@redhat.com" target="_blank">enmasse-request@redhat.com</a> wrote:<br>
><br>
> Message: 1<br>
> Date: Thu, 24 Jan 2019 13:38:52 +0000<br>
> From: Gordon Sim <<a href="mailto:gsim@redhat.com" target="_blank">gsim@redhat.com</a>><br>
> To: <a href="mailto:enmasse@redhat.com" target="_blank">enmasse@redhat.com</a><br>
> Subject: Re: [EnMasse] Topics and subscriptions in Enmasse 0.24.1<br>
> Message-ID: <<a href="mailto:83c2cbd1-c04d-d4e1-0a13-f69aaf9d796c@redhat.com" target="_blank">83c2cbd1-c04d-d4e1-0a13-f69aaf9d796c@redhat.com</a>><br>
> Content-Type: text/plain; charset=utf-8; format=flowed<br>
><br>
> On 24/01/19 13:24, Bob Claerhout wrote:<br>
>> Hi Rob,<br>
>><br>
>> I'm sorry for the delay but I have tested this again today.<br>
>> I cannot subscribe to topic::subscription. I'm not getting an error. The<br>
>> amqp client (qpid -bow in this case) just returns without receiving any<br>
>> messages.<br>
> Could you run that with the environment variable PN_TRACE_FRM=1? That<br>
> will show the protocol trace and may give some further clues.<br>
><br>
>> I double checked today and I'm receiving each message twice when I<br>
>> subscribe to topic/# which isn't correct either.<br>
><br>
><br>
> ------------------------------<br>
><br>
> _______________________________________________<br>
> enmasse mailing list<br>
> <a href="mailto:enmasse@redhat.com" target="_blank">enmasse@redhat.com</a><br>
> <a href="https://www.redhat.com/mailman/listinfo/enmasse" rel="noreferrer" target="_blank">https://www.redhat.com/mailman/listinfo/enmasse</a><br>
><br>
><br>
> End of enmasse Digest, Vol 22, Issue 8<br>
> **************************************<br>
<br>
<br>
_______________________________________________<br>
enmasse mailing list<br>
<a href="mailto:enmasse@redhat.com" target="_blank">enmasse@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/enmasse" rel="noreferrer" target="_blank">https://www.redhat.com/mailman/listinfo/enmasse</a><br>
</blockquote></div>