using apache activemq with beam languages

14
Using Apache ActiveMQ with BEAM Languages Fernando Ribeiro Solution Architect

Upload: fernando-ribeiro

Post on 19-Jan-2015

230 views

Category:

Software


2 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Using Apache ActiveMQ with BEAM Languages

Using Apache ActiveMQ with BEAM Languages

Fernando RibeiroSolution Architect

Page 2: Using Apache ActiveMQ with BEAM Languages

Summary

• Overview• Samples– Erlang, Elixir, Joxa, LFE

• References

Page 3: Using Apache ActiveMQ with BEAM Languages

Overview

• Apache ActiveMQ provides protocol support that can be used in BEAM languages

• Messaging brokers should be preferred over bridges, for example, for application integration

Page 12: Using Apache ActiveMQ with BEAM Languages

References

• Red Hat JBoss A-MQ – http://www.redhat.com/products/jbossenterprisemiddleware/amq/

• Apache ActiveMQ – http://activemq.apache.org/

• Erlang – http://www.erlang.org/• Elixir – http://www.elixir-lang.org/

Page 13: Using Apache ActiveMQ with BEAM Languages

References

• Joxa – http://www.joxa.org/• LFE – http://lfe.github.io/

Page 14: Using Apache ActiveMQ with BEAM Languages