Thanks for fixing that so quickly. When is 1.0.5 going to be released so I can get that change?
Type: Posts; User: adbehar; Keyword(s):
Thanks for fixing that so quickly. When is 1.0.5 going to be released so I can get that change?
I need to be able to set the send timeout for a bridge element. It does not appear to be possible right now. I'm using SI 1.0.4.
Thanks.
Done. http://jira.springframework.org/browse/INT-1154
I need to be able to specify the send timeout for a header enricher.
I am using Spring integration 1.0.4 that had the XSD changed to allow specifying of send timeouts for various elements (see...
Great thanks. http://jira.springframework.org/browse/INT-1153
The errors are occurring in the main handler chain and are related to invalid content of the files, e.g. badly formed XML. What happens is that a handler in the chain throws an exception as a result...
I found a workaround by putting a rendezvous queue just before the main handler chain. The chain polls the queue every 100ms. This way if an error occurs, it only waits 100ms before polling the...
I have a problem that's sorta similar to yours http://forum.springsource.org/showthread.php?t=90082
I ended up solving it by using a rendezvous queue channel before my main handler chain.
One...
I'm using Spring integration 1.0.3 with Spring 2.5.6.
I currently have a inbound channel adapter that lists files from a directory. It has a poller that makes it list the directory every 5000 ms....