A STOMP server configured to use the SAQueue store will leave handles to the database open if multiple threads call SAQueue methods. Something should happend during the engine's unbind method to tell the SAStore that the request handler is closing and that any thread-local sessions should be removed.
A STOMP server configured to use the SAQueue store will leave handles to the database open if multiple threads call SAQueue methods. Something should happend during the engine's
unbindmethod to tell the SAStore that the request handler is closing and that any thread-local sessions should be removed.