[
https://issues.apache.org/activemq/browse/CAMEL-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47253#action_47253
]
davsclaus edited comment on CAMEL-1075 at 11/12/08 9:45 AM:
--------------------------------------------------------------
Hi Jeff
I still don't get what you think is needed.
aysync InOut, how is that possible? Isn't it contradictorily (opposite of each
other).
*InOut* (option sync=true)
Camel support both client and server
#1
Server: Camel exposes a TCP listener. This listener will wait for requests and
send a reply to the caller (in out)
#2
Client: Camel calls an external TCP server and sends a request and waits for a
reply (in out)
*InOnly* (option sync=false)
Camel support both client and server
#3
Server: Camel exposes a TCP listener. This listener will wait for requests and
*not* send a reply to the caller (in only). Note: The client is supposed to not
wait for a reply.
#4
Client: Camel calls an external TCP server and sends a request and do *not*
waits for a reply (in only)
This can be used for instance as a TCP logger server, where clients can send
logs to the TCP server.
What am I missing in the picture?
was (Author: davsclaus):
Hi Jeff
I still don't get what you think is needed.
aysync InOut, how is that possible? Isn't it contradictorily (opposite of each
other).
*InOut* (option sync=true)
Camel support both client and server
Server: Camel exposes a TCP listener. This listener will wait for requests and
send a reply to the caller (in out)
Client: Camel calls an external TCP server and sends a request and waits for a
reply (in out)
*InOnly* (option sync=false)
Camel support both client and server
Server: Camel exposes a TCP listener. This listener will wait for requests and
*not* send a reply to the caller (in only). Note: The client is supposed to not
wait for a reply.
Client: Camel calls an external TCP server and sends a request and do *not*
waits for a reply (in only)
This can be used for instance as a TCP logger server, where clients can send
logs to the TCP server.
What am I missing in the picture?
> mina tcp: support for asyncronous InOut endpoint.
> -------------------------------------------------
>
> Key: CAMEL-1075
> URL: https://issues.apache.org/activemq/browse/CAMEL-1075
> Project: Apache Camel
> Issue Type: Improvement
> Components: camel-mina
> Affects Versions: 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0
> Environment: All.
> Reporter: Jeff Vienneau
>
> Mina Component does not support async InOut connections.
> Many applications require two way or out only async tcp connections this is
> not supported.
> See a more full discussion on this here:
> http://www.nabble.com/Can-mina::tcp-do-asyncronous-bidirectional-messages--tc20431804s22882.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.