'RabbitMQ using MassTransit

I have a requirement wherein we have millions of records being inserted to the rabbitmq and the asp.net application consumes it updates the logic and has to insert/update to the sql Database.What would be the best solution for this cause opening and closing a connection the DB will end up having performance issues for every request.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source