You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2020/05/18 19:42:00 UTC

[jira] [Resolved] (CAMEL-14298) Salesforce: when dynamic producer is used, response is received when producer is stopped

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

Claus Ibsen resolved CAMEL-14298.
---------------------------------
    Resolution: Abandoned

No update from reporter

> Salesforce: when dynamic producer is used, response is received when producer is stopped
> ----------------------------------------------------------------------------------------
>
>                 Key: CAMEL-14298
>                 URL: https://issues.apache.org/jira/browse/CAMEL-14298
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-salesforce
>    Affects Versions: 3.0.0
>            Reporter: Andrey Tyurin
>            Priority: Minor
>
> For example we have route:
> from(direct:processSf)
> .process(new SomeProcessor())
> .toD(sfEndpointName + ":createSObject?sObjectName=AgentWork")
> .process(new ResponseProcessor())
>  
> where sfEndpointName is like "salesforce-${header[HeaderConstants.SF_ENDPOINT]}-rest" - dynamic name for different SF components
> HeaderConstants.SF_ENDPOINT is set in SomeProcessor, for example.
>  
> then response from SF is received when SF producer is stopped. In my case it takes 10 seconds to get event in ResponseProcessor
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)