Azure / azure-service-bus-java

☁️ Java client library for Azure Service Bus
https://azure.microsoft.com/services/service-bus
MIT License
60 stars 59 forks source link

Fixing a pseudo memory leak created by closing MessagingFactory befor… #292

Closed yvgopal closed 6 years ago

yvgopal commented 6 years ago

…e CBSLink could be created.

This is not a true leak because the RequestResponseLink has a finalize method and will eventually be freed. But the finalize method may slow down the garbage collector and user will see increased memory consumption.