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

Thomas Johansen commented on CAMEL-3471:
----------------------------------------

Hi Christian, I'm already using Camel 2.6. I suspect that a camel-mina using 
Mina 2 would simplify my throttling implementation. Currently (using Camel 2.6) 
I have to:

1. Extend MinaComponent with an overridden 
createSocketEndpoint(String,MinaConfiguration), which is a copy/paste where I'm 
using MySocketAcceptor instead of SocketAcceptor and have disconnectOnUnbind on 
acceptorConfig configurable.
2. Extend SocketAcceptor with methods bind() and unbind() (which use cached 
parameters from previous bind(...) and unbind(...)).

Not pretty...
 
So I understand camel-mina with Mina 2 will arrive with Camel 2.8. I was really 
wondering if a working camel-mina-2.8 beta was released shortly, and if I could 
use that with camel-core-2.6?

Cheers :)

> Upgrade to Apache Mina 2.0.2
> ----------------------------
>
>                 Key: CAMEL-3471
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3471
>             Project: Camel
>          Issue Type: Task
>          Components: camel-mina
>    Affects Versions: 2.5.0
>            Reporter: Christian Müller
>            Assignee: Christian Müller
>             Fix For: 2.8.0, Future
>
>
> Apache Mina 2.0.2 is out: http://mina.apache.org/downloads.html

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to