posted 15 years ago
Well as of right now, I have the message listener container reference as an AbstractJmsListeningContainer, and I call shutdown(), stop(), and destroy() on it.
It seems to behave correctly, but I don't know if it really is.
What's the correct way to safely, reliably, and effectively shut it down (without hanging, blocking, crashing, throwing exceptions, etc.)?
Thanks.