Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Information Provided
-
3.7.1
-
None
-
Unknown
Description
When using a salesforce operation after an aggregator, control seems to return to the aggregate caller immediately instead of proceeding with processors downstream from the salesforce operation. This is the behavior I'd expect if using the aggregator with parallelProcessing.
I believe this is longstanding behavior, however with the removal of the `synchronous` option from the salesforce component (CAMEL-14138), we've removed a workaround to this issue.
I'm seeing the same behavior with a salesforce operation via a wiretap with a threadpool with poolsize, maxsize and queuesize of 1, which should effectively behave in a synchronous manner.
Test case: https://gist.github.com/jeremyross/4d7d14a33452edf236faefda77ad3e3d
Attachments
Attachments
Issue Links
- is fixed by
-
CAMEL-16098 camel-direct - Add synchronous option
- Resolved
- is related to
-
CAMEL-16106 camel-seda - Endpoints with custom queueSize to create queue lazy
- Resolved
- relates to
-
CAMEL-16098 camel-direct - Add synchronous option
- Resolved
-
CAMEL-16099 camel-core - Throttler EIP to support max inflight messages without time period
- Resolved