This is (more or less) the use case I'm looking for. In order to process messages in parallel (i.e. in different threads) I tried to use dispatcher task-executor="executor" on the splitter's outgoing...
Type: Posts; User: imro; Keyword(s):
This is (more or less) the use case I'm looking for. In order to process messages in parallel (i.e. in different threads) I tried to use dispatcher task-executor="executor" on the splitter's outgoing...
Hi,
Thanks a lot for the response - it clarifies available options.
I like the idea of making view name settable dynamically by SpEL - I hope the expression evaluation could be done as the...
I have a very simple SI configuration:
http inbound-gateway-> channel -> service activator.
What I want to achieve is to:
(a) get a jsp page when everything OK; now it's achieved by setting...