+ All Categories
Home > Software > Using Apache ActiveMQ with Ruby

Using Apache ActiveMQ with Ruby

Date post: 19-Jan-2015
Category:
Upload: fernando-ribeiro
View: 783 times
Download: 2 times
Share this document with a friend
Description:
 
Popular Tags:
12
Using Apache ActiveMQ with Ruby Fernando Ribeiro Solution Architect
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

Recommended