Pika removing headers on dead letter queue
Short question:
Pika removing headers on dead letter queue
Short question:
Pika removing headers on dead letter queue
Short question:
Pika removing headers on dead letter queue
Short question:
Pika removing headers on dead letter queue
Short question:
Pika removing headers on dead letter queue
Short question:
Pika removing headers on dead letter queue
Short question:
Decide which consumer get the message from Queue
i have Queue that has 3 consumers each consumer should consume type of message based on binding keys(which are 3 and all of them binded the that queue) i want to decide which consumer consume the recieved message each time a message reaches a queue
I know that i should be doing each consumer has its own queue but this is case is very specific and i must link them in the same queue
aio_pika and rabbitMQ : message get treated but never gets published
Using rabbitMQ 3.12, python 3.8 and aio_pika 9.4.0, I have an architecture consisting of 9 different microservices that treat text. Each is in its own Docker container. Text is input in the main entrypoint of the API, sent to services, and all services send their response to a sink node that writes all in a MongoDB.