[
https://issues.apache.org/jira/browse/QPID-6252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14235477#comment-14235477
]
ASF subversion and git services commented on QPID-6252:
-------------------------------------------------------
Commit 1643275 from [~aconway] in branch 'qpid/trunk'
[ https://svn.apache.org/r1643275 ]
Revert "QPID-6252: AMQP 1.0 browsing client generates large number of errors on
broker."
This reverts commit 78d7f0727227f13da826180b2fe98f799160a93a.
> AMQP 1.0 browsing client generates large number of errors on broker.
> --------------------------------------------------------------------
>
> Key: QPID-6252
> URL: https://issues.apache.org/jira/browse/QPID-6252
> Project: Qpid
> Issue Type: Bug
> Components: C++ Client
> Affects Versions: 0.31
> Reporter: Alan Conway
> Assignee: Alan Conway
> Fix For: 0.31
>
>
> An AMQP 1.0 client that uses a mixtiure of browsing and acquiring receivers
> on the same session generates spurious error messages in the broker log like
> this:
> [Broker] error Delivery returned for unknown link
> The following python program illustrates the problem.
> {noformat}
> from qpid_messaging import *
> c = Connection.establish("localhost", protocol="amqp1.0")
> ssn = c.session()
> ssn.sender("foo;{create:always}").send("foo")
> r = ssn.receiver("foo;{mode:browse}")
> r.fetch().content
> r.close()
> ssn.acknowledge()
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]