[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Ruby and IBM MQ Series

Juan Pablo Nuñez Rojas

1/6/2006 9:04:00 PM

Hi folks!

I'm thinking about doing web development on RoR for my shop, but most of
our clients use the IBM middleware MQSeries.

I can't find a library to use MQSeries from Ruby. Does such a thing even
exists? Or should I build it myself?

Ideas?

--
Posted via http://www.ruby-....


3 Answers

Brian McCallister

1/6/2006 11:18:00 PM

0

You could probably do bindings to the XMS C api for MQSeries without
a lot of pain.

-Brian

On Jan 6, 2006, at 1:03 PM, Juan Pablo Nuñez Rojas wrote:

> Hi folks!
>
> I'm thinking about doing web development on RoR for my shop, but
> most of
> our clients use the IBM middleware MQSeries.
>
> I can't find a library to use MQSeries from Ruby. Does such a thing
> even
> exists? Or should I build it myself?
>
> Ideas?
>
> --
> Posted via http://www.ruby-....
>



Juan Pablo Nuñez Rojas

1/7/2006 1:28:00 AM

0

Brian McCallister wrote:
> You could probably do bindings to the XMS C api for MQSeries without
> a lot of pain.
>
> -Brian

That doesn't sound too impresive. I will give it a try.

--
Posted via http://www.ruby-....


Reid Morrison

11/7/2006 8:08:00 PM

0

Hi Juan,

Don't know if you can still use it, but there is now a complete
implementation of the WebSphere MQ (MQSeries) API available for Ruby.

I have used it extensively in Production migrations and we are also
using it to build a WebSphere MQ monitoring application in Ruby on
Rails.

http://rubywmq.ruby...

The download contains several useful samples.

Regards
Reid Morrison

--
Posted via http://www.ruby-....