You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2023/05/09 09:38:00 UTC

[jira] [Commented] (QPID-8640) [Broker-J] Remove producer on link destruction

    [ https://issues.apache.org/jira/browse/QPID-8640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720880#comment-17720880 ] 

ASF subversion and git services commented on QPID-8640:
-------------------------------------------------------

Commit 9f3c334b9551fe2edc43b6bb387843f8d6c88e5c in qpid-broker-j's branch refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=9f3c334b95 ]

QPID-8640: [Broker-J] Remove producer on link destruction (#179)



> [Broker-J] Remove producer on link destruction
> ----------------------------------------------
>
>                 Key: QPID-8640
>                 URL: https://issues.apache.org/jira/browse/QPID-8640
>             Project: Qpid
>          Issue Type: Bug
>          Components: Broker-J
>    Affects Versions: qpid-java-broker-9.0.0
>            Reporter: Daniil Kirilyuk
>            Priority: Minor
>             Fix For: qpid-java-broker-9.0.1
>
>
> In some test scenarios following error is thrown on the client side:
> {code:java}
> proton._utils.LinkDetached: sender c83ab7c1-a1f4-4d3d-b7f9-527fabf9e9dd-broadcast to broadcast closed due to: Condition('amqp:internal-error', 'Child of type ProducerImpl already exists with name of c83ab7c1-a1f4-4d3d-b7f9-527fabf9e9dd-broadcast'){code}
> It seems, that producer is closed after calling sender.close() on the client side, but still remains to be a child of an appropriate AMQP session in closed state, preventing producer with the same name to be created. StandardReceivingLinkEndpoint#destroy() should be extended with the producer removal.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org