using apache activemq with ruby

12
Using Apache ActiveMQ with Ruby Fernando Ribeiro Solution Architect

Upload: fernando-ribeiro

Post on 19-Jan-2015

791 views

Category:

Software


2 download

DESCRIPTION

 

TRANSCRIPT

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