@netname
For the more tricky error part with Olegs solution you can set the message header error channel property to a custom error channel, so that the ErrorMessage for the occurred exception in...
Type: Posts; User: Philipp Foermer; Keyword(s):
@netname
For the more tricky error part with Olegs solution you can set the message header error channel property to a custom error channel, so that the ErrorMessage for the occurred exception in...
@netname
Another possible solution would be to loop through the file payload in a header property. So before the message is send to the ServiceActivatorWebService you use a header enricher to set...
@rgupta12
The question could not be simple answered because it depends on the components you are using.
But very simple:
A message will be normally only put to the default error channel (or a...
Hello,
for the following scenario I would find it useful if MessagingException for Iterable objects in AbstractReplyProducingMessageHandler could be improved:
The character "|" stands for a...
@Telperion
I do not get all of your code, but if you only want to poll if a well known number of Runnables (not Threads!) were processed, than the following code would also do the job for you:
...
@Telperion
Currently it is a little bit tricky to make sure that all messages send into the message infrastructure are processed before going down or checking something.
I think that the...