Using Apache ActiveMQ with Ruby

Post on 19-Jan-2015

804 views 2 download

Tags:

description

 

Transcript of Using Apache ActiveMQ with Ruby

Using Apache ActiveMQ with Ruby

Fernando RibeiroSolution Architect

Summary

• Overview• Samples– Ruby, Ruby on Rails, JRuby

• References

Overview

• Apache ActiveMQ provides protocol support that can be used in Ruby

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

References

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

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

• Ruby – http://www.ruby-lang.org/• Ruby STOMP Client – https://

github.com/stompgem/stomp

References

• Ruby on Rails – http://www.rubyonrails.org/• ActiveMessaging –

https://github.com/kookster/activemessaging• JRuby – http://www.jruby.org/