Closes the QueueRequestor
and its session.
Since a provider may allocate some resources on behalf of a
QueueRequestor
outside the Java virtual machine, clients
should close them when they
are not needed. Relying on garbage collection to eventually reclaim
these resources may not be timely enough.
Note that this method closes the QueueSession
object
passed to the QueueRequestor
constructor.
// publisher and consumer created by constructor are implicitly closed.
session.close();
tempQueue.delete();