Hi guys,
Im trying to build in a queueing system for my heavy tasks which involved dependent bulk services of placing bulk orders form the product cart which involves several steps and DB operations like fetching products for price & offers, adding requests, generating leads, clearing the cart, updating the order count in product, creating customers to the sellers, notifying the sellers and then the buyer all as a bulk process (a single user can order even 100+ product at a single go)
so for this case i need queuing and some DLQ so i was doing my R&D for a whole day since i have never worked with queueing before and finally came down to 2 services rabitMQ and bulkMQ and rabitMq already is a transporter in nest but its suggested by the AI that bulkMQ should do better for my case and im confused on which one to pick now
i need some suggestions regarding this, any help is highly appreciated.
thank you