Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Scala, Akka and Camel => scalable and simple

Scala, Akka and Camel => scalable and simple

Akka is a new "hot" library, which provides the actor model - an alternative for the traditional java concurrency model based on threads, locks and shared memory. Together with, well known enterprise integration library, Apache Camel, they make writing distributed concurrent systems much simpler. I've been working on migration of Akka-Camel module to Akka 2.x, and will share my experiences and show how Apache Camel library plays nicely with the newest version of Akka 2.x. The presentation will be full of examples and will contain a short demo of Akka and Camel integration.

Video of this talk will be available at:
http://2012.geecon.org/speakers/piotr-gabryanczyk

Piotr Gabryanczyk

May 18, 2012
Tweet

More Decks by Piotr Gabryanczyk

Other Decks in Technology

Transcript

  1. Actor implementation Actor Mailbox Dispatcher Thread Thread Thread Actor Mailbox

    Actor Mailbox Actor Mailbox Actor Mailbox Actor Mailbox Actor Mailbox receive(msg) receive(msg) receive(msg) Actor Mailbox