Description
The RabbitMQ client class QueueingConsumer used in our implementation is marked deprecated in favor of a the DefaultConsumer implementation (see https://github.com/rabbitmq/rabbitmq-java-client/blob/v4.8.0/src/main/java/com/rabbitmq/client/QueueingConsumer.java#L64-L92). It might be necessary to replace the implementation in the future since deprecated classes can be removed from projects.
This mainly affects the classes
Description
The RabbitMQ client class QueueingConsumer used in our implementation is marked deprecated in favor of a the DefaultConsumer implementation (see https://github.com/rabbitmq/rabbitmq-java-client/blob/v4.8.0/src/main/java/com/rabbitmq/client/QueueingConsumer.java#L64-L92). It might be necessary to replace the implementation in the future since deprecated classes can be removed from projects.
This mainly affects the classes