ApacheCon NA 2013

Portland, Oregon

February 26th – 28th, 2013

Register Now!

Thursday 1:30 p.m.–2:30 p.m.

Long Running Stateful Processes with Camel

Hadrian Zbarcea

Track:
Caravan
Audience level:
Intermediate

Description

This talk will show you ways to provide your own way of persisting routing state to support long running processes with Camel

Abstract

Camel provides a very powerful stateless routing engine well suited for lightweight business processes. Not loosing messages during restarts, surviving crashes, error handling with batch processes are scenarios that quickly get complicated. Camel's support for redelivery is an all or nothing approach that helps only in part and long running processes are not even possible out of the box.

This presentation will show ways of handling state and implementing long running processes that survive restarts.