You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2013/10/02 15:26:24 UTC

[jira] [Resolved] (AMQ-4769) Connection.close() throws exception if already closed.

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

Claus Ibsen resolved AMQ-4769.
------------------------------

       Resolution: Fixed
    Fix Version/s: 5.9.0

Thanks for reporting. If the connection is closed we no longer throw the illegal state exception.

> Connection.close() throws exception if already closed.
> ------------------------------------------------------
>
>                 Key: AMQ-4769
>                 URL: https://issues.apache.org/jira/browse/AMQ-4769
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.8.0
>            Reporter: Christian Schlichtherle
>            Assignee: Claus Ibsen
>             Fix For: 5.9.0
>
>
> The Javadoc for Connection.close() reads
> {quote}
> Closing a closed connection must NOT throw an exception.
> {quote}
> Yet, I get this:
> {code}
> Exception in thread "TrueUpdate Manager JMS / Receiver" java.lang.IllegalStateException: org.apache.activemq.ConnectionClosedException: The connection is already closed
> 	at net.java.trueupdate.jms.JmsReceiver.run(JmsReceiver.java:105)
> 	at java.lang.Thread.run(Thread.java:680)
> Caused by: org.apache.activemq.ConnectionClosedException: The connection is already closed
> 	at org.apache.activemq.ActiveMQConnection.checkClosed(ActiveMQConnection.java:1477)
> 	at org.apache.activemq.ActiveMQConnection.checkClosedOrFailed(ActiveMQConnection.java:1464)
> 	at org.apache.activemq.ActiveMQConnection.stop(ActiveMQConnection.java:566)
> 	at org.apache.activemq.ActiveMQConnection.close(ActiveMQConnection.java:630)
> 	at net.java.trueupdate.jms.JmsReceiver.run(JmsReceiver.java:97)
> 	... 1 more
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)