Description
See Rafi's comment from PROTON-561: https://issues.apache.org/jira/browse/PROTON-561?focusedCommentId=13966905&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13966905
This currently results in a hang in messenger (addressed in -561).
The view from the client side:
jross@localhost bailey$ PN_TRACE_FRM=1 python ~/test.py Connected to 0.0.0.0:5672 [0x1d8d2c0]: -> SASL [0x1d8d2c0]:0 -> @sasl-init(65) [mechanism=:ANONYMOUS, initial-response=b""] [0x1d8d2c0]: <- SASL [0x1d8d2c0]:0 <- @sasl-mechanisms(64) [sasl-server-mechanisms=@PN_SYMBOL[:ANONYMOUS]] [0x1d8d2c0]:0 <- @sasl-outcome(68) [code=0] [0x1d8d2c0]: -> AMQP [0x1d8d2c0]:0 -> @open(16) [container-id="00f7ee97-c215-4bc8-9044-2b70bb040e15", hostname="0.0.0.0"] [0x1d8d2c0]:0 -> @begin(17) [next-outgoing-id=0, incoming-window=2147483647, outgoing-window=1] [0x1d8d2c0]:0 -> @attach(18) [name="sender-xxx", handle=0, role=false, snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) [address="test", durable=0, timeout=0, dynamic=false], target=@target(41) [address="test", durable=0, timeout=0, dynamic=false], initial-delivery-count=0] [0x1d8d2c0]: <- AMQP [0x1d8d2c0]:0 <- @open(16) [container-id="ecc27ee4-9768-43bd-8a19-3983b795ad0f", max-frame-size=32768, channel-max=255, properties={:product="qpid", :version="0.26", :"qpid.build"="1571648", :"qpid.instance_name"="Broker"}] [0x1d8d2c0]:0 <- @begin(17) [remote-channel=0, next-outgoing-id=0, incoming-window=2048, outgoing-window=2048] [0x1d8d2c0]:0 <- @attach(18) [name="sender-xxx", handle=0, role=true, snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) [address="test", durable=0, timeout=0, dynamic=false]] [0x1d8d2c0]:0 <- @detach(22) [handle=0, error=@error(29) [condition=:"amqp:not-found"]]
Attachments
Issue Links
- relates to
-
PROTON-561 Using the java broker, messenger apparently doesn't propagate error back from broker to messenger
- Closed