I have a bunch of nodes producing data, and I want to send all this data to be held by a central server. I am planning on using RabbitMQ to do this. All of the messages will be of a similar type, but it will matter to me which client it came from for how I store it.
My question is, what is the suggested pattern to do this? If all the messages are coming out of a single queue, how can I keep track of where they come from?
Aucun commentaire:
Enregistrer un commentaire