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 2015/07/11 23:30:04 UTC

[jira] [Updated] (CAMEL-4597) Mina producer should support session pooling

     [ https://issues.apache.org/jira/browse/CAMEL-4597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-4597:
-------------------------------
    Priority: Minor  (was: Major)

> Mina producer should support session pooling
> --------------------------------------------
>
>                 Key: CAMEL-4597
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4597
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-mina2
>            Reporter: Ioannis Canellos
>            Priority: Minor
>             Fix For: Future
>
>
> Currently, the Mina producer is using a single connection/session in order send messages. It would be a great improvement to provide session pooling. Here are some benefits:
> a) Sending exchanges in parallel through different connections/sessions. 
> b) Decrease the time required to create new connections.
> c) Provides mean to the user of custom session initialization, destruction (login, logout & keepAlive possible through object factories).
> d) Open the way to providing windowing capabilities (send out multiple requests, before getting a response).
> This might also make sense for netty too (not sure haven't ever used netty).
>   



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)