I currently work on a trading application that does not use camel. It essentially takes in trades, does some processing and sends the details to an external system.
我们现在需要与3个新的系统整合,为2个系统使用FTP,为1个系统使用JMS。
我想用骆驼来申请这些整合。 我读过一大批骆驼在行动,但我不清楚我们如何可以开走我们的骆驼路线。
从根本上说,我们不想过于大幅度地修改现有应用的任何部分,因为其生产效果良好。
In the existing application, we generate a Trade Value Object and its from this object that that I want to kick off our camel integration. I dont have a database table or jms queue where I can kick off the route from.
I had a quick look at the Chapter on Bean routing and remoting in the Camel in Action book but I wanted to get peoples advise first before proceeding with any steps. What would be the best approach for this integration?
Thanks Damien