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

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

Hi Thomas. There are currently 4 unit tests failing for the mina2 component. 
The failures are unrelated to the original UDP issues. I'll work to get them 
resolved and post a patch. This by itself does not help with CAMEL-1075 and 
CAMEL-2624 for asynchronous message processing which is what I'm most 
interested in. The java.nio framework lends itself to asynchronous processing. 
The TemplateProducer and mina(1) component are geared toward synchronous 
request-reply processing. So, I've been wondering if we should support all of 
the synchronous use cases that mina(1) does like using the template.requestBody 
methods or if mina2 should move to full asynchronous processing only? A full 
asynchronous implementation will be easier but it does not provide a smooth 
transition for mina(1) users. Receiving a response would be done asynchronously 
in a Mina2 IoHandlerAdapter. I've been thinking about how to inject an 
IoHandlerAdapter into the Mina2Producer when using TemplateProducer. I'll have 
a patch soon. It's a straight port of mina(1) and doesn't cover the Jira 
tickets referenced. Finishing CAMEL-1075 and CAMEL-2624 is a top priority of 
mine as soon as this ticket is resolved.
                
> 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: Future
>
>         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