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

Chad Beaulac commented on CAMEL-3471:
-------------------------------------

I need to do the following before providing the patch
* Merge with upstream changes (in progress)
* Clean build and resolve any issues
* Build with checkstyle and resolve any issues

I have not added a wiki page for this new component yet. So, we'll have to do 
that too.

The asynchronous use cases could modify some behavior significantly as the 
current implementation uses blocking I/O with CountDownLatch like the mina 1 
component. I was thinking of providing a Mina2 IoHandlerAdapter to the 
Mina2Endpoint to be able to send "n" messages and receive "m" messages 
asynchronously on a single TCP stream.
                
> A new Apache Mina 2.0.x component
> ---------------------------------
>
>                 Key: CAMEL-3471
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3471
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-mina
>    Affects Versions: 2.5.0
>            Reporter: Christian Müller
>            Assignee: Chad Beaulac
>             Fix For: 2.10
>
>         Attachments: CAMEL-3471.patch, MinaUdpNoCamelTest.java
>
>
> Apache Mina 2.0.3 is out: http://mina.apache.org/downloads.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to