You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Alan Conway (JIRA)" <ji...@apache.org> on 2014/12/01 18:44:12 UTC

[jira] [Resolved] (QPID-6252) AMQP 1.0 browsing client generates large number of errors on broker.

     [ https://issues.apache.org/jira/browse/QPID-6252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Conway resolved QPID-6252.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 0.31

> 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: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org