Using Apache ActiveMQ with Ruby

12
Using Apache ActiveMQ with Ruby Fernando Ribeiro Solution Architect

description

 

Transcript of Using Apache ActiveMQ with Ruby

Page 1: Using Apache ActiveMQ with Ruby

Using Apache ActiveMQ with Ruby

Fernando RibeiroSolution Architect

Page 2: Using Apache ActiveMQ with Ruby

Summary

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

• References

Page 3: Using Apache ActiveMQ with Ruby

Overview

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

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

Page 10: Using Apache ActiveMQ with Ruby

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

Page 11: Using Apache ActiveMQ with Ruby

References

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

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

Page 12: Using Apache ActiveMQ with Ruby