You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2020/12/26 07:49:00 UTC

[jira] [Commented] (CAMEL-15990) camel-sjms - Support regular connection pool

    [ https://issues.apache.org/jira/browse/CAMEL-15990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17254964#comment-17254964 ] 

Claus Ibsen commented on CAMEL-15990:
-------------------------------------

At first lets make the existing pool more dynamic as for example spring-jms pool is using reflection and wont work so well in serverless / graalvm runtimes.

> camel-sjms - Support regular connection pool
> --------------------------------------------
>
>                 Key: CAMEL-15990
>                 URL: https://issues.apache.org/jira/browse/CAMEL-15990
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-sjms
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Major
>             Fix For: 3.8.0
>
>
> Instead of our own internal home grown pool, then lets add support for general connection pools that people are using with camel-jms etc. This can help make this component a bit more similar to camel-jms which better support sending to dynamic destinations.
> Also the internal pool is per producer and cannot be shared where as the regular connection pools is capable of that.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)