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.
exception: JMSException - if the JMS provider fails to close theQueueRequestor due to some internalerror. |