Connection pool size for outbound messages
What would connection pool mean in solace mean ?Would it mean pooling the session,that is multiple sessions treated as one or something else?
And is Connection pool size configurable in solace-cloud?
Comments
-
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."0