[ 
https://issues.apache.org/jira/browse/CAMEL-10172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vitalii Tymchyshyn updated CAMEL-10172:
---------------------------------------
    Description: 
Currently BeanProducer converts any async call into a sync call.
It leads to unnessesary locking & thread usage when using bean:* uris and 
routing to Async endpoints.
The workaround is to use bean( * ) instead of to("bean:*") as this way 
BeanProducer is not used and BeanProcessor is fully async.

  was:
Currently BeanProducer converts any async call into a sync call.
It leads to unnessesary locking & thread usage when using bean:* uris and 
routing to Async endpoints.
The workaround is to use bean(*) instead of to("bean:") as this way 
BeanProducer is not used and BeanProcessor is fully async.


> BeanProducer unlike BeanProcessor do not implement fully async protocol
> -----------------------------------------------------------------------
>
>                 Key: CAMEL-10172
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10172
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-core
>            Reporter: Vitalii Tymchyshyn
>
> Currently BeanProducer converts any async call into a sync call.
> It leads to unnessesary locking & thread usage when using bean:* uris and 
> routing to Async endpoints.
> The workaround is to use bean( * ) instead of to("bean:*") as this way 
> BeanProducer is not used and BeanProcessor is fully async.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to