Posts

Showing posts from July, 2017

Open Source Integration with Apache Camel and How Fuse IDE Can Help

Image
from: https://dzone.com/articles/open-source-integration-apache Take any integration project and you have multiple applicationstalking over multiple transports on multiple platforms. As you can imagine, inlarge enterprise applications this can get complex very fast. Much of thecomplexity stems from two issues: 1.dealing with the specifics of applications and transports, and 2.coming up with good solutions to integration problems. Making your applications speak transports and APIs is relatively easy on its own. I'm sure everyone knows how to send JMS messages to their broker of choice; though it still requires in depth knowledge of the JMS specification, which many developers may not have. On top of that, what happens when you want to route that JMS message to another application? You then have to take care of mapping the JMS message to the application plus handle any new concepts related to the application. Add a dozen other applications into the mix and you've got qui...