You are definitely right and I used this way of channeling the exceptions for debugging purposes. I wanted to know, where the exceptions come from and this was a quick but dirty way to do so :D (and...
Type: Posts; User: 13yo; Keyword(s):
You are definitely right and I used this way of channeling the exceptions for debugging purposes. I wanted to know, where the exceptions come from and this was a quick but dirty way to do so :D (and...
I was not able to test it so far but I will tell you immediately :)
I thought I could use te reply-channel for filtering. That's why I put the payload-type-router in my configuration. It is aimed...
thank you for the quick reply, Oleg.
The only question is on which channel the reply from the server will arrive. I thought I need the reply-channel for that.
Sry, maybe I just do not get it ......
I am using the 2.0.0.BUILD-SNAPSHOT version of Spring Integration. (but it does not work with 2.0.0.M4 either)
After inserting two connectionFactories into one XML configuration I reconfigured my...
yes. Thank you again. Have a good weekend.
I can only set the concurrent-consumers on the inbound gateway of the server so I think that this will not fix my problem. But the other option is fine for me.
thank you for your advise. I checked my connectionFactory settings and found out how to stop caching. Now everything works fine. The only question is if I can set the number of cached consumers. In...
Thanks for your reply.
The Client is behaving like this: every time I place a request to the server the response increases the number of consumers of the client queue.
So far I did the whole...
sorry, I tried to increase the receive-timeout and so everything went wrong .. now I am reaching the breakpoint ... what values do you need?
I did try it but the debugger does not reach the breakpoint.
Hello,
I am using the JMS Outbound Gateway to send messages from a client to the server. To keep it simple I set up one Queue for the requests. The gateway is set up so that the answer will be...