blob: b81c184f08ec08d17b9b9a35e0c169407f61ac4b [file] [log] [blame] [view]
---
layout: default_md
title: Ruby
title-class: page-title-activemq5
type: activemq5
---
[Connectivity](connectivity) > [Cross Language Clients](cross-language-clients) > [Ruby](ruby)
Ruby Support
------------
For Ruby support we recommend the [Ruby Stomp Client](http://stomp.codehaus.org/Ruby)
### Ruby Stomp
Here's the Ruby client for Stomp, written by Brian McCallister.
Package: [http://rubyforge.org/projects/stomp/](http://rubyforge.org/projects/stomp/)
Source: [http://svn.codehaus.org/stomp/ruby/trunk/](http://svn.codehaus.org/stomp/ruby/trunk/)
Also package dup as a gem:
```
gem install stomp
```
ActiveMessaging
---------------
If you are working with Rails you might want to check out [ActiveMessaging](http://dev.tirsen.com/trac/activemessaging).