we start using pymqi instead of the java implementation. in java we had the option for 'QueueManager.close()'.
is there an option to close the queue manager using pymqi? I saw that inside __ del __ function we close the queue manager and then call disconnect, what if I want just to close without disconnecting? (also, I don't want to set the disconnect_on_exit to False, just want to have an option to call only to close)