Open source consultant Heath Kesler on getting started with Camel

Open source consultant Heath Kesler on getting started with Camel

date:Mar 18, 2011

Heath Kesler, an open source consultant who specializes in implementing open source frameworks, talks about Camel and how to get started with open source. Takeaways included how to set up a solid open source architecture base and how to route messages. This video comes from an interview with Jan Stafford at TheServerSide Java Symposium.


Read the full transcript from this video below:  

Open source consultant Heath Kesler on getting started with Camel

Heath Kesler: Hi, I'm Heath Kesler, I'm an open source consultant, and I work a
lot with companies that are trying to implement open source frameworks.
Things like ServiceMix , Camel, ActiveMQ, and CXF. One of the things I
talked about today was Camel in and of itself. How to get started with it,
where you want to begin because, a lot of times, we have clients that just
didn't have the know-how, or the knowledge, of where to start. As you look
on the web and you find things, sometimes they can be misleading, so one of
the big takeaways from today would have been, how you set up and structure
your Camel architecture, for your built components. So that when you start
out and build your application, that you're starting from a good
foundation, that you're not kind of being led down the wrong path and you end up
with this hodgepodge of implementations.

That was one of the big takeaways. The other thing we walked through was some
of how messaging structure was worked, the message exchange patterns, what
Camel actually does from an enterprise integration pattern standpoint. How
it implements those, how you use components and processors to assemble a
route, and those routes, then, can be very powerful to put together
business logic. So from that standpoint, it really is a powerful tool to
be able to route messages in such a way that, you don't have to put a whole
lot of thought or effort into designing or architecting those specific
routes.

From that standpoint, it was a great talk and I really enjoyed the group
here today.

More on Open source software testing tools

  • canderson

    Apache Camel news from JavaOne 2011

    VIDEO - Apache Camel, the open source integration framework, is enjoying an upward swing in popularity as the community prepares for the upcoming release of Camel 3.

    ( Oct 12, 2011 )

  • canderson

    Does Open Source Mean Superior Software Quality?

    VIDEO - James Strachan, the man who believes he invented Groovy, presented a lightninground session at TheServerSide Java Symposium to speak about FuseSource and Open Source Software. In that discussion, he asserts that there are reasons why open source projects may in fact be higher in quality than software one might purchase from a vendor.

    ( May 10, 2011 )

  • canderson

    Jonathan Fullam on Test-Driven Development

    VIDEO - Jonathan Fullam talks about the benefits of test driven development, the connection between Java and test-driven design, and how test driven design helps in the bug-fixing stage of testing.

    ( Mar 18, 2011 )

  • Tomcat performance optimization through consolidated log file handlers

    Tip - By default Tomcat uses several log file handlers, but performance can easily be optimized by configuring the server to use only one.

    ( May 05, 2013 )

  • Why productivity logging is the key to software development time management

    Feature - The key to success as a software consultant is using a productivity log that can demonstrate how much time and effort has been put into a project, while also explaining away non-productive time consuming activities.

    ( Apr 27, 2013 )

  • Lacking NoSQL standards more dangerous than proprietary vendor lock-in?

    Feature - While many NoSQL solutions are open source, the lack of standards means any organization embracing a given solution may never have the ability to easily change to another competing solution.

    ( Apr 23, 2013 )

  • Troubleshooting Java Code: Log or Re-Throw, but Don't Do Both

    Tip - When building Java applications, proper logging and proper exception handling go hand in hand. But there are times when putting the two together is just plain wrong. This article explains why rethrowing an exception and logging it at the same time is a bad thing to do.

    ( Mar 06, 2013 )

  • How Headless Android is Impacting Embedded Systems Development

    Feature - Given the fact that Android is targetted towards the smartphone market, you wouldn't expect any significant interest in Android from the embedded market. However, making Android 'headless', and working with it on an embedded device has a variety of compelling use cases, and accordingly it is becomming ever more popular.

    ( Mar 06, 2013 )