Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Camel in Action 2nd edition

Camel in Action 2nd edition by Claus Ibsen and Jonathan Anstey. To be published Published by Manning - writing started in 2015. (use coupon code camel39 for 39% discount if ordering from Manning) in 2018.

Image Modified

Camel in Action, Second Edition is the most complete Camel book on the market. This updated tutorial is full of small examples showing how to work with the integration patterns. It starts with core concepts like sending, receiving, routing, and transforming data. It then shows you the entire lifecycle and goes in depth on how to test, deal with errors, scale, deploy, and monitor your app and even how to build custom tooling-details you can find only in the Camel code itself. Written by core developers of Camel and the authors of the highly acclaimed first edition, this book distills their experience and practical insights so that you can tackle integration tasks like a pro.

...

Apache Camel Developer's Cookbook is a collection of over 100 how-to recipes for working with Apache Camel. It is intended for use by busy developers who may not necessarily have time to learn the whole framework in order to be productive. It does this without sacrificing any of the detail needed to build performant, reliable system integrations. Developers new to Apache Camel will find useful information on how to set up Camel in both regular Java and Spring-based applications, through to the ins-and-outs of the various Enterprise Integration Patterns (EIPs) (how they are affected by multithreading, transactions etc.), payload transformations and testing. Experienced developers will also benefit from coverage of parallel and asynchronous processing, error handling and compensation, transactions and idempotency, monitoring and debugging, as well as Camel’s support for security. All recipes are backed by fully unit-tested example code in both the Java and XML DSLs, all of which is available on github at CamelCookbook/camel-cookbook-examples.

Camel Design Patterns

Camel Design Patterns by Bilgin Ibryam. Published by LeanPub in start of 2016.

Image Added

Patterns, Principles, and Practices for designing Apache Camel applications. A developer friendly guide with real world use cases and practical tips for designing and architecting Apache Camel applications.

There are great books about Apache Camel already, but this book is a little bit different. Here is why.

Throughout the building of a Camel application, there are many levels of design decisions to be made. Knowing the Camel framework and the Enterprise Integration Patterns (EIPs) is a must, but not enough to architect a real world integration application. Mastering such applications requires understanding of EIPs, Messaging, Microservices and SOA principles, and distributed system concepts as a whole.

Driven by real world experiences, this book consolidates most commonly used patterns and principles for designing Camel applications. For each pattern, there is a problem description with a context, a proposed solution, and Camel specifics and tips around the implementation. Patterns range from individual Camel route design for happy path scenarios, to error handling and prevention practices, to principles used in deployment of multiple routes and applications for scalability and high availability purposes.

Mastering Apache Camel

Mastering Apache Camel by Jean-Baptiste Onofré. Published by  by Packt publishing in June 2015.

Image RemovedImage Added

This book will provide you with the skills you need to efficiently create routes using Apache Camel.

...

Apache Camel Essentials by Prajod Surendran V, Gnanaguru Sattanathan, Naveen Raj. Published by Packt publishing in June 2015August 2016.

This book offers you a small learning curve to get the most out of enterprise Camel integrations. At the beginning of the book, you will learn about the installation and setup of Apache Camel and discover more about Camel concepts such as the development environment, routing, deployment strategies, and dependencies. After that, you will learn how to configure Camel endpoints using DSL and Spring XML, and also learn how to use Camel for web service integrations. Later on in the book, you will learn how to execute multiple Camel projects across a wide spectrum of business use cases. You will round off your Camel journey with coverage of social media integration and discover the best ways to implement Camel in your system.

...