Hi All,
My requirement flow: Asynchronous flow
a)gets the request through web service
b)will push the request into queue(activeMQ)
c) will fetch the message from request queue, send to the external system
d) external system will take sometime to process and reply back
e) we have listener
Hi,
I was trying to use the Camel Salesforce Component for doing the Bulk
Upload. All the steps of the bulk upload works fine like
1. salesforce:createJob - Works fine
2. salesforce:createBatch - Works fine
3. salesforce:getAllBatches - Works fine
4. salesforce:getBatch - Always FAILS
5. salesfo
})
.to(..);
}
I was thinking if it is not correct to call the getBatch using the producer
template from with in a route. Not sure what the issue is.
Regards,
Satya
On Fri, Mar 2, 2018 at 9:15 AM, Claus Ibsen wrote:
> Hi
>
> What version of Camel do you use?
>
>
> On