|
Dimension Solutions, Inc. |
|
Ruby interface into WebSphere MQ (MQSeries) ® |

|
Building Ruby WMQ |
|
Download the source code from Rubyforge: http://rubyforge.org/projects/rubywmq/ The latest code is always accessible from the Subversion repository on RubyForge: svn checkout svn://rubyforge.org/var/svn/rubywmq/trunk
The following is required to build from source code · A ‘C’ compiler · The WebSphere MQ Software development toolkit Extracting the source code package: · unzip package.tar.gz · tar –xvf ‘package.tar Edit the file build.sh and edit the location of WebSphere (if not in /opt/mqm) cd ext/wmq Run build.sh
Building Ruby WMQ on WindowsAfter downloading the source code from Rubyforge: http://rubyforge.org/projects/rubywmq/ The latest code is always accessible from the Subversion repository on RubyForge: svn checkout svn://rubyforge.org/var/svn/rubywmq/trunk
The following is required to build from source code · The Visual C++ 6.0 compiler · The WebSphere MQ Software development toolkit Extract the source code package into a working directory Edit the file build.bat and edit the location of WebSphere MQ (if not in C:\Program Files\IBM\WebSphere MQ) and the location of Visual C++ 6 (if not C:\Program Files\Microsoft Visual Studio\VC98) cd ext\wmq Run build.bat
|
Building Ruby WMQ on UNIX/Linux |