You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Peter Turcsanyi (Jira)" <ji...@apache.org> on 2021/02/04 21:27:00 UTC

[jira] [Created] (NIFI-8198) ConsumeAMQP should detect if Queue is deleted on server

Peter Turcsanyi created NIFI-8198:
-------------------------------------

             Summary: ConsumeAMQP should detect if Queue is deleted on server
                 Key: NIFI-8198
                 URL: https://issues.apache.org/jira/browse/NIFI-8198
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Extensions
            Reporter: Peter Turcsanyi
            Assignee: Peter Turcsanyi


If ConsumeAMQP is running and connected to a queue and then the queue gets deleted on the server, the processor does not detect it but keeps running without any error. It needs to be restarted in order to notice the missing queue or to continue consuming the messages if the queue has been recreated in the meantime.

The AMQP server can notify the client via {{basic.cancel}} message which should be handled in ConsumeAMQP.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)