You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/02/24 08:06:00 UTC

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

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

ASF subversion and git services commented on NIFI-8198:
-------------------------------------------------------

Commit f101a2bba51d518f7eb1fb929c18999ec6334a9a in nifi's branch refs/heads/main from Peter Turcsanyi
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=f101a2b ]

NIFI-8198: ConsumeAMQP detects if Queue is deleted on server

Signed-off-by: Pierre Villard <pi...@gmail.com>

This closes #4805.


> 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
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)