if anyone catches an error when starting Consumer at 4:57, then it is due to the fact that the "letterbox" group was created earlier in other lessons under different settings. I just started learning RabbitQM so I don't know how to correctly delete the channel without consequences, so I just restarted docker
@rajivtiwari12632 жыл бұрын
Thanks for creating this informative video. One question here. What happens when a new queue is added with consistent hashing exchange ? Do the older routingKeys still go to same queue or queue may change for older routing keys ?
@majormartintibor Жыл бұрын
If I didn't install rabbitMQ but run it with docker using: docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3.9-management then how can I run the Consistent Hashing Example? I guess there is a way to add the plugin to the docker container?