socket « Development « Spring Q&A





1. Spring JMS and Loading of Listener    stackoverflow.com

We are using Spring JMS to read messages from an Oracle AQ queue. When we process those messages, we send them out the door to a vendor product using sockets. On startup, we ...

2. Client socket timeout    forum.springsource.org

I was hoping Gary could give some insight into this... AbstractClientConnectionFactory, line 64, disallows a 0 setting for so-timeout, preventing having an infinite timeout. Java Socket allows this, although the JavaDoc ...

3. adapter for handling raw socket info    forum.springsource.org

adapter for handling raw socket info We have an application in which I would like to have a listener configured for inbound and outbound traffic over a socket/port. The data is ...

4. TCP Socket Closure upon Missed Heartbeat    forum.springsource.org

TCP Socket Closure upon Missed Heartbeat Hello- I am working on a simple TCP socket server using Spring Integration 2.0.3. The client is sending (among others) periodical heartbeat messages. The server ...

5. How to close Server sockets after a reply is sent    forum.springsource.org

How to close Server sockets after a reply is sent Using spring-integration 2.0.0-RELEASE + Spring 3.0.5 I have a straight TCP socket server receiving requests from external clients via a hand-made ...

6. 2 way tcp socket adapter?    forum.springsource.org

Hello, I'm pretty new to Spring and Spring integration. I'd like an app that can create 2 tcp sockets for bidirectional communication. I can't quite figure out how to set up ...

7. Shared Socket Object    forum.springsource.org

Shared Socket Object I have run into a problem while moving our internal support applications to the spring framework from perl scripts. In our older applications, we have an object which ...

8. No more data to read from socket    forum.springsource.org

No more data to read from socket Hi people, I am using Spring on Sun Java System App Server. In order to access the app. server datasource I've defined

9. Cannot create PoolableConnectionFactory (socket creation err    forum.springsource.org

Mar 27th, 2006, 07:00 PM #1 wexwarez View Profile View Forum Posts Private Message Visit Homepage Senior Member Join Date Apr 2005 Posts 121 Cannot create PoolableConnectionFactory (socket creation err I ...





10. Using Spring for managing java.net.Socket resources??    forum.springsource.org

I'm wondering if anyone has used Spring for managing java.net.Socket resources, much the way you can with file system resources in the org.springframework.core.io package. From browsing the API, I suspect that ...

11. Webstart Tomcat JnlpDownloadServlet socket write error    forum.springsource.org

Apr 12th, 2007, 10:04 AM #1 gibelium View Profile View Forum Posts Private Message Member Join Date Jun 2005 Posts 60 Webstart Tomcat JnlpDownloadServlet socket write error Hello again... Today I've ...

12. rmi socket write error with tomcat    forum.springsource.org

Jun 4th, 2007, 10:21 AM #1 jmturc View Profile View Forum Posts Private Message Junior Member Join Date Feb 2006 Posts 25 rmi socket write error with tomcat hi, The rmi ...

13. TCPIP Socket adaptor 2.0 M1?    forum.springsource.org

14. Socket Inbound Listener    forum.springsource.org

Socket Inbound Listener I am in the process of implementing a basic socket listener service. This listener will accept connections on a server socket, read a message from the InputStream of ...

15. tcp inbound socket    forum.springsource.org

Nov 6th, 2010, 05:30 AM #1 jahid View Profile View Forum Posts Private Message Junior Member Join Date Nov 2010 Posts 16 tcp inbound socket Hi, I am new to spring-integration. ...