.. _add-on-modules: Add-on Modules ============== Akka Modules consist of add-on modules outside the core of Akka: - ``akka-kernel-1.1.jar`` -- Akka microkernel for running a bare-bones mini application server (embeds Jetty etc.) - ``akka-amqp-1.1.jar`` -- AMQP integration - ``akka-camel-1.1.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.1.jar`` -- Apache Camel Typed Actors integration - ``akka-scalaz-1.1.jar`` -- Support for the Scalaz library - ``akka-spring-1.1.jar`` -- Spring framework integration - ``akka-osgi-dependencies-bundle-1.1.jar`` -- OSGi support Documentation for Akka Modules is located `here `_.