For a long running Connection that creates many temp destinations
this method will close and destroy all previously created temp
destinations to reduce resource consumption. This can be useful
when the Connection is pooled or otherwise used for long periods
of time. Only locally created temp destinations should be removed
by this call.
NOTE: This is an optional operation and for NMS providers that
do not support this functionality the method should just return
without throwing any exceptions.
Namespace:
Apache.NMS
Assembly:
Apache.NMS (in Apache.NMS.dll)
Syntax
Visual Basic |
---|
Sub PurgeTempDestinations |
C# |
---|
void PurgeTempDestinations() |
Visual C++ |
---|
void PurgeTempDestinations() |
JavaScript |
---|
function purgeTempDestinations(); |
See Also