Using Apache ActiveMQ with BEAM Languages

14
Using Apache ActiveMQ with BEAM Languages Fernando Ribeiro Solution Architect

description

 

Transcript of Using Apache ActiveMQ with BEAM Languages

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