Description
For Connection instances that are created and used over a long period of time or used in a Cached manner the locally allocated temp destinations can build up over time if not manually deleted by the user. If a pooling scenario it would be nice if the pool could purge the connection's temp destinations before placing the Connection back in the free list.
Suggest adding a method such as:
void CleanupTempDestinations();
Or something similar to the IConnection interface to make this usable across NMS Providers.