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

Timothy Bish closed AMQ-4779.
-----------------------------

    Resolution: Incomplete

There's no provided test case to demonstrate the issue and the description does 
not imply any real spec violation.  

> MessageConsumer.receive() should not throw JMSException if the current thread 
> is interrupted
> --------------------------------------------------------------------------------------------
>
>                 Key: AMQ-4779
>                 URL: https://issues.apache.org/jira/browse/AMQ-4779
>             Project: ActiveMQ
>          Issue Type: Improvement
>    Affects Versions: 5.8.0
>            Reporter: Christian Schlichtherle
>            Priority: Minor
>
> As a workaround with an issue in Open MQ 5.0 (see 
> https://java.net/jira/browse/GLASSFISH-20836 ), I have to interrupt the 
> thread which runs {{MessageConsumer.receive()}}). Now when running the 
> workaround on ActiveMQ 5.8.0, I get a {{JMSException}} with a wrapped 
> {{InterruptedException}} as a response.
> I'm not sure this is the correct response. Interrupting a thread is more like 
> saying "Hey, watch your state" rather than saying "I want you to terminate". 
> In that particular use case, I am concurrently calling {{Connection.close()}} 
> and I would prefer {{MessageConsumer.receive()}} to simply pay attention to 
> that, which it does when not interrupting the thread.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to