Details
-
Bug
-
Status: Open
-
P3
-
Resolution: Unresolved
-
None
-
None
-
None
Description
The RabbitMqIo class reader (UnboundedRabbitMqReader) uses the QueueingConsumer, which is denoted as deprecated on RabbitMq side. RabbitMqIo should replace this consumer with the DefaultConsumer provided by RabbitMq.