From mroldenlandia at gmail.com Tue Nov 27 16:59:10 2012 From: mroldenlandia at gmail.com (Victor) Date: Wed, 28 Nov 2012 00:59:10 +0800 Subject: [RubyWMQ-Misc] WMQ Topics + Mac Message-ID: <3A695768-DDB2-4286-8779-E75E0897EA07@gmail.com> Hi there, My company is using Java + WMQ. I'm trying to make the case for Rails and wish to ascertain if it can work with WebSphere MQ. Some questions: 1. Does RubyWMQ support publishing to and subscribing (durable) from WMQ topics? 2. Has RubyWMQ gem been used on a Mac? Does it require WMQ to be installed on the Mac? Understand that the author has been using a Mac. Thanks, Victor, Singapore From B.Candler at pobox.com Tue Nov 27 17:43:39 2012 From: B.Candler at pobox.com (Brian Candler) Date: Tue, 27 Nov 2012 17:43:39 +0000 Subject: [RubyWMQ-Misc] WMQ Topics + Mac In-Reply-To: <3A695768-DDB2-4286-8779-E75E0897EA07@gmail.com> References: <3A695768-DDB2-4286-8779-E75E0897EA07@gmail.com> Message-ID: <20121127174339.GA24375@nsrc.org> On Wed, Nov 28, 2012 at 12:59:10AM +0800, Victor wrote: > 1. Does RubyWMQ support publishing to and subscribing (durable) from WMQ topics? It's a long time since I've used it... but it's just a wrapper around the C API. > 2. Has RubyWMQ gem been used on a Mac? Does it require WMQ to be installed > on the Mac? Understand that the author has been using a Mac. I used it with Rails under Linux, haven't tried it with a Mac. It's reasonably portable C but it may or may not work. If it doesn't work, remember that Rails under JRuby is another option. Regards, Brian.