zhfeng commented on PR #94: URL: https://github.com/apache/camel-quarkus-examples/pull/94#issuecomment-1172084257
@fvaleri yeah, quarkus-narayana-jta has the default one `1` and I will update the README. In the term of pooling, it can be configure by ``` quarkus.pooled-jms.max-connections=8 ... ``` please refer more details to https://quarkiverse.github.io/quarkiverse-docs/quarkus-pooled-jms/dev/index.html#extension-configuration-reference In the term of recovery, there are still two issues - https://github.com/quarkiverse/quarkus-pooled-jms/issues/9 - https://github.com/quarkusio/quarkus/issues/26160 So crash recovery should not be supported currently. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
