Havret opened a new 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:
[email protected]


With regards,
Apache Git Services

Reply via email to