What happened to the server session pool when a connection consumer is closed?
A connection consumer is tightly coupled with a server session pool. Without a connection consumer, the server session pool is practically useless. And vice versa. Once, a server session pool is associated with connection consumer, there is no way to break the link. Furthermore, you cannot share a server session pool among connection consumers. For these various reasons, the server session pool is destroyed once the connection consumer is closed.