[
https://issues.apache.org/jira/browse/CAMEL-16098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273453#comment-17273453
]
Claus Ibsen commented on CAMEL-16098:
-------------------------------------
To make this easier we could make the synchronous also on the consumer side so
you can force it there
from direct foo ? synchronous = true
Then you dont need to remember to set it on the producer, but the affect would
be that when the producer attempts to send to the consumer, then we check for
this flag, and if true we call it via sync mode.
> camel-direct - Add synchronous option
> -------------------------------------
>
> Key: CAMEL-16098
> URL: https://issues.apache.org/jira/browse/CAMEL-16098
> Project: Camel
> Issue Type: New Feature
> Components: camel-core
> Reporter: Claus Ibsen
> Priority: Major
> Fix For: 3.8.0
>
>
> See use case in CAMEL-16084 and my comment (c)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)