You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rob Godfrey (JIRA)" <ji...@apache.org> on 2016/12/10 14:37:58 UTC

[jira] [Closed] (QPID-5753) unable to close producer

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

Rob Godfrey closed QPID-5753.
-----------------------------
    Resolution: Fixed

> unable to close producer
> ------------------------
>
>                 Key: QPID-5753
>                 URL: https://issues.apache.org/jira/browse/QPID-5753
>             Project: Qpid
>          Issue Type: Bug
>         Environment: broker: MRG/M qpid-cpp-22.-37-el6
> client: qpid-java-amqp-1-0-client-jms-0.26
>            Reporter: Valentina
>
> an attempt of closing producer makes client hang:
>       import org.apache.qpid.amqp_1_0.jms.impl.ConnectionImpl;
>       ...
>         Connection conn = new ConnectionImpl("127.0.0.1",5672,"guest","guestPassword","testproducer");
>         Session session = conn.createSession(false, Session.AUTO_ACKNOWLEDGE);
>         javax.jms.Queue queue = session.createQueue("queue");
>         MessageProducer prod = session.createProducer(queue);
>         prod.close ();
>         //session.close();
>         //connection.close();
> closing session or connection produces the same results.



--
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