I am using NServicebus 7x with RabbitMQ transport.
My service is a SendOnly endpoint, and will rarely send messages. Let´s say once a day.
Is there some best practice using a Endpoint, that will connect to RMQ when in use and close the connection after an idle period? (the connection is reused if sending more messages within e.g. 5 minutes)