ex-tackle
ex-tackle copied to clipboard
Implement Reusable RabbitMQ Connection in Publisher
This pull request introduces enhancements to the Tackle.publish by implementing the ability to reuse a RabbitMQ connection via Tackle.Connection.open(name, ..). This change aims to improve performance and resource management by minimizing the overhead of establishing new connections for each publishing action.