Hi @Bhumika, there’s no concept on the Solace broker of a connection pool. Each connection has a connection - that’s it. However, various client APIs use the connection pooling concept. The one I come across most is JMS, because it’s used by various integrations with things like ESBs and in our spring interfaces. There it’s just a standard connection pool. There’s a note in the documentation that says:
“The connection pool for Solace JMS is set by the application, and can’t be set by the event broker.”