Austin Cawley-Edwards created FLINK-17529: ---------------------------------------------
Summary: Replace Deprecated RMQ QueueingConsumer Key: FLINK-17529 URL: https://issues.apache.org/jira/browse/FLINK-17529 Project: Flink Issue Type: Bug Components: Connectors/ RabbitMQ Affects Versions: 1.10.0 Reporter: Austin Cawley-Edwards The RMQ QueueingConsumer is used in the RMQSource to get a simple blocking consumer. This has been deprecated in `com.rabbitmq:amqp-client` 4.2.0 and will be removed in 5.x. It should be replaced by a `com.rabbitmq.client.DefaultConsumer`. -- This message was sent by Atlassian Jira (v8.3.4#803005)