Mitch Downey :pci: on Nostr: Anyone have #RabbitMQ experience? I am having the strangest problem... I have a ...
Anyone have #RabbitMQ experience? I am having the strangest problem...
I have a #NodeJs app. I'm using #amqplib. From one terminal, I run a script that connects to rabbit, creates a channel, then creates a message consumer, and runs continuously.
From a second terminal, I run a script that connects to rabbit, creates a channel, then sends a message to the same queue.
I would expect the consumer to receive the message, but it doesn't 😫
but that's not the strangest part...
I have a #NodeJs app. I'm using #amqplib. From one terminal, I run a script that connects to rabbit, creates a channel, then creates a message consumer, and runs continuously.
From a second terminal, I run a script that connects to rabbit, creates a channel, then sends a message to the same queue.
I would expect the consumer to receive the message, but it doesn't 😫
but that's not the strangest part...