You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/09/04 22:52:01 UTC

[jira] [Work logged] (AMQNET-609) Error during message delivery may block consumer

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

ASF GitHub Bot logged work on AMQNET-609:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 04/Sep/19 22:51
            Start Date: 04/Sep/19 22:51
    Worklog Time Spent: 10m 
      Work Description: Havret commented on pull request #26: AMQNET-609: Error during message delivery may block consumer
URL: https://github.com/apache/activemq-nms-amqp/pull/26
 
 
   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. 
   
   @michaelandrepearce @cjwmorgan-sol Could you please take a look at it? 
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 306769)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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: 10m
>  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)