Add-on Modules¶
Akka Modules consist of add-on modules outside the core of Akka:
- akka-kernel-1.2.jar – Akka microkernel for running a bare-bones mini application server (embeds Jetty etc.)
- akka-amqp-1.2.jar – AMQP integration
- akka-camel-1.2.jar – Apache Camel Actors integration (it’s the best way to have your Akka application communicate with the rest of the world)
- akka-camel-typed-1.2.jar – Apache Camel Typed Actors integration
- akka-scalaz-1.2.jar – Support for the Scalaz library
- akka-spring-1.2.jar – Spring framework integration
- akka-osgi-dependencies-bundle-1.2.jar – OSGi support
Documentation for Akka Modules is located here.