'Disable' this popup by clicking the button below. All future 'add to carts' will happen without any notification and you'll stay exactly where you are. To view your cart, just click on the 'Cart Contents' in the upper right.
Management Plugin - Rabbitmq
# List queues rabbitmqadmin list queues name messages
for queue in response.json(): if queue['messages'] > 1000: send_alert(f"Queue queue['name'] has queue['messages'] messages!")