mina::tcp does not support client mode socket.
----------------------------------------------
Key: CAMEL-1076
URL: https://issues.apache.org/activemq/browse/CAMEL-1076
Project: Apache Camel
Issue Type: Improvement
Components: camel-mina
Affects Versions: 1.5.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0, 1.0.0
Reporter: Jeff Vienneau
Mina component only supports server mode socket (listener).
Many systems to be interfaced are themselves server mode sockets. To support
such connections a client mode should be provided in which the component will
connect to the target server on startup or in a lazily like lazySessionCreation.
one way would be to add a parameter like: tcp.mode="client" or
tcp.mode="server" with server mode bing default.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.