Camel-like integration component for Ruby
Posted
by Matthias Hryniszak
on Stack Overflow
See other posts from Stack Overflow
or by Matthias Hryniszak
Published on 2010-04-30T21:25:44Z
Indexed on
2010/04/30
21:27 UTC
Read the original article
Hit count: 492
ruby
|integration
Hi,
I'm in need to get some integration work done in my ruby application. My main focus is web services and ActiveMQ integration (the systems I'm going to connect to are mainly written in Java).
I was wondering if there's something that resembles the capabilities of Camel in Ruby? All I need is something that'll let me define routing between incoming data from those sources I mentioned above, do some pre-processing and post them back somewhere else.
Thanks, Matthias
© Stack Overflow or respective owner