Yes! This works!
Thanks for the second pair of eyes and the patience ;)
Type: Posts; User: g15; Keyword(s):
Yes! This works!
Thanks for the second pair of eyes and the patience ;)
ah, I printed the headers and got following result:
{errorChannel=org.springframework.integration.core.MessagingTemplate$TemporaryReplyChannel@1c4e792,...
I wiretapped the response channel and got the (expected) result below:
HANDLED: Task 1 - type 1
HANDLED: Task 2 - type 1
HANDLED: Task 3 - type 1
HANDLED: Task 4 - type 2
To exclude a...
Strange indeed, I'm using the latest build, 2.0.4
I've attached my sample code:
3802
Hi, thank you for the quick response
I tried to add the content-header, but I got the same result
HttpHeaders headers = new HttpHeaders();
MediaType jsonMimeType =...
Hi,
I want to setup a Spring integration project with a REST call to handle a request existing of some tasks. Tasks must be processed in parallel. However,
when I use the configuration below, I...