简体   繁体   中英

Reading from a socket

I am trying to read data from a particular socket on a host and port.

I donot want to use java based server code that would listen on the port to read the data. But I want to use something which supports HA (High Availability) and scalability like Apache Camel.

Is there a way where I can read the port and push the data on a queue through a CAMEL

您可以尝试使用camel-nettycamel-jms组件来完成此类工作。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM