dirkbig opened a new pull request #3971: NIFI-6997: consumeAMQP closing connection when queue not found URL: https://github.com/apache/nifi/pull/3971 code changes fixes connection bug wherein - consumeAMQP processor keeps opening tcp-connections while trying to connect to a queue that cannot be found/does not exist. - every try results in more connections that are not being closed (immediately) added code change makes use of the provided connection.close() function inorder to close the connection once connection to queue failed. see: https://issues.apache.org/jira/projects/NIFI/issues/NIFI-6997
---------------------------------------------------------------- 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
