You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "Abacn (via GitHub)" <gi...@apache.org> on 2023/03/23 15:23:00 UTC

[GitHub] [beam] Abacn commented on pull request #25945: [#25887] fix(JmsIO): issue with multiple connection open #25887

Abacn commented on PR #25945:
URL: https://github.com/apache/beam/pull/25945#issuecomment-1481392783

   The forward fix is heavy. To avoid introducing new risk is it possible to have a lightweight fix at the first? For example, Does only close the producer and session at finishBundle (but keep session and connection open) mitigate the pressure to the server? Per [documentation](https://docs.oracle.com/cd/E19798-01/821-1841/bncem/index.html) "A connection could represent an open TCP/IP socket between a client and a provider service daemon." So the port use should be per connection base.
   
   Connection Pool is a feature request and can be considered later.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org