Skip to content

Instantly share code, notes, and snippets.

View everson's full-sized avatar

Johnny Everson everson

View GitHub Profile
<!-- Example of Akka/Spring integration -->
<beans>
<!-- Create an active object -->
<akka:active-object id="myActiveObject"
target="com.biz.MyPOJO"
transactional="true"
timeout="1000" />