TCP « Development « Spring Q&A





1. want to configure simple TCP client to receive data from Java based TCP server    forum.springsource.org

want to configure simple TCP client to receive data from Java based TCP server HI, I am new to Spring Integration. I want to create a TCP client which receive and ...

2. simple tcp receiver    forum.springsource.org

simple tcp receiver I am trying to make use of the integration 2.0.1 with the following defined: ...

3. reply-channel for tcp-inbound-gateway    forum.springsource.org

Feb 8th, 2011, 06:38 PM #1 johnjianfang View Profile View Forum Posts Private Message Member Join Date Feb 2011 Posts 36 reply-channel for tcp-inbound-gateway Hi, I defined a tcp-inbound-gateway as follows. ...

4. TCP sock connect factory questions    forum.springsource.org

TCP sock connect factory questions Hi, I am implementing a software load balancer for a cluster of servers and each server is implemented with Spring integration using TCP gateway. The cluster ...

5. TCP Collaborative Adapters    forum.springsource.org

TCP Collaborative Adapters Here is my flow : Scenario 1: XML => TCP Gateway -> XmlTransformer -> Splitter [with Dispatcher] -> Service Activator[Parallel Treatment] -> Aggregator -> XmlTransformer -> Return to ...

6. TCP client Gateway - but need to handle unsolicited TCP server responses    forum.springsource.org

TCP client Gateway - but need to handle unsolicited TCP server responses Hi. I am designing a gateway/client application to the 3rd party system which provides a TCP/IP service as the ...

7. Write XML data into TCP using StaxEventItemWriter    forum.springsource.org

Write XML data into TCP using StaxEventItemWriter Hi Requirement: Read flat files - convert the data into xml format - write the data into a TCP port - retrieve response and ...

8. No way to start a TCP Inbound Adapter using a Control bus?    forum.springsource.org

I want to start the TCP Inbound Adapter myself by doing something like this. Code: appContext.getBean("controlChannel",MessageChannel.class); controlChannel.send(new GenericMessage("@TCPAdapter.start()")); I set the auto-statup=false attribute for the sftp-inbound-adapter and use the control-bus to ...

9. Use SSLSocket for TCP Connector    forum.springsource.org

Use SSLSocket for TCP Connector Hi, I am a newbie to Spring and the spring integration and currently trying to put a PoC together for starting to use the stuff in ...





10. tcp server adapter with port setting from app arg    forum.springsource.org

I'm pretty new to Spring and Spring Integration. I'd like to be able to set the port for my tcp server adapter from a value passed on the command line for ...

11. How does error channel work in TCP adapters?    forum.springsource.org

How does error channel work in TCP adapters? Hi, I am trying to understand how the wiring works. my code is as under. Code:

12. inbound TCP and serviceActivator response gets stuck    forum.springsource.org

I see, for some reason I thought that Gateway only affected once you got more than one message on the same channel and needed some state to maintain to route them ...

13. tcp adapter    forum.springsource.org

tcp adapter im new to spring and interested in using integration. The requirement i have is that i need to send requests to a socket on some machine and then get ...

14. Where are the TCP/UDP adapters and do they support interface setting    forum.springsource.org

Where are the TCP/UDP adapters and do they support interface setting Hi, I've been looking around but can't seem to find where or how I get the into my ...

15. tcp gateway error handling    forum.springsource.org

tcp gateway error handling Im using the tcp outbound gateway with the new closed property. All is working well i now need to make my messages handle failover in that if ...

16. TCP and UDP usage    forum.springsource.org

TCP and UDP usage Hello, all. I have task to receive a lot of messages from devices. each device could send message with use of UDP or TCP. For UDP - ...





17. TCP/UDP Adapters/Gateways - Changes    forum.springsource.org

TCP/UDP Adapters/Gateways - Changes For those that have been exploring the UDP and TCP adapters in early milestones, we thank you for your input and feedback. As a result of that ...

18. Help in creating a TCP Client    forum.springsource.org

Please see the resolution here... http://forum.springsource.org/showthread.php?t=95541 Sorry for the inconvenience. For a simple client, you will need a client connection factory and a tcp-outbound-gateway that gets a reference to the connection ...

19. tcp-inbound-gateway error    forum.springsource.org

tcp-inbound-gateway error Im trying Spring Integration, but I cant find important information about it. Im making a inbound/outbound TCP connection, Im trying with a simple echo server. This is my configuration ...

20. Transformer on tcp reply    forum.springsource.org

Transformer on tcp reply I have two applications, client and server. They have their own SI context, and they run on two different JVM. I want to add a transformer on ...

21. tcp-gateway, how to end tcp-communication    forum.springsource.org

tcp-gateway, how to end tcp-communication I am trying to use the tcp-inbound-gateway implementation to implement a request/response with an external, TCP-based client, and our spring integration based messaging system. The requirements ...