You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create queue and consumers and see RabbitMQ management dashboard for consumer prefetch count is set 1
restart the RabbitMQ service and see consumer prefetch count set to 0
Expected result set to 1
Extra
with below option is working fine but it is not recovering from when consumer timeout case.
automaticRecoveryEnabled=true
reconnectAttempts=0
VertxRabbitMQ Client Recovering well but not honoring previous settings (e.g prefetch count 1)
The text was updated successfully, but these errors were encountered:
Version
vertx-rabbitmq-client 4.4.3
Context
RabbitMQ Recovery is working but not honoring previous basicQos setting.
Do you have a reproducer?
No but it is very simple reproduce with vertx-rabbitmq examples.
Steps to reproduce
automaticRecoveryEnabled=false
reconnectAttempts=10
set client.rxBasicQos( 1 )
create queue and consumers and see RabbitMQ management dashboard for consumer prefetch count is set 1
restart the RabbitMQ service and see consumer prefetch count set to 0
Expected result set to 1
Extra
with below option is working fine but it is not recovering from when consumer timeout case.
automaticRecoveryEnabled=true
reconnectAttempts=0
VertxRabbitMQ Client Recovering well but not honoring previous settings (e.g prefetch count 1)
The text was updated successfully, but these errors were encountered: