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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
|
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 |
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 ... |
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 ... |
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 ... |
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 ... |
|
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 ... |
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. ... |