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

ASF subversion and git services commented on AMQNET-609:
--------------------------------------------------------

Commit bd00f3c56e05e4eefcef5f22beb9df7424506570 in activemq-nms-amqp's branch 
refs/heads/master from Havret
[ https://gitbox.apache.org/repos/asf?p=activemq-nms-amqp.git;h=bd00f3c ]

AMQNET-609: Error during message delivery may block consumer


> Error during message delivery may block consumer
> ------------------------------------------------
>
>                 Key: AMQNET-609
>                 URL: https://issues.apache.org/jira/browse/AMQNET-609
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>          Components: AMQP, NMS
>            Reporter: Krzysztof Porebski
>            Priority: Major
>             Fix For: 1.8.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> There is a discrepancy between current implementation and qpid-jms that may 
> cause consumer to stop processing messages. 
> There may be an exception throw in NmsMessageConsumer.cs DeliverNextPending 
> method which results in taking down SessionDispatcher. There are two cases 
> when we can get an error here:
> 1) error returned from the attempted ACK that was sent
> 2) error while attempting to copy the incoming message.
>  
> In qpid-jms this is addressed with simple try/catch statement, and the error 
> is redirected to connection ExceptionListener. 



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to