Topic
Pinned topic Question - PHP & MQSeries
2002-11-25T04:55:03Z
|


Has anyone done any scripting work involving PHP and MQ? Especially has anyone in IBM created a PHP library for use with MQ? Yes I know that it is easy to execute MQ command line calls from within PHP (or any other scripting language) but I am wondering whether IBM has produced a library (supported or not). Otherwise I suppose I could create one but I would rather not if there is one already out there.
Updated on 2004-01-03T18:43:58Z at 2004-01-03T18:43:58Z by SystemAdmin
-
Re: Question - PHP & MQSeries
2004-01-03T18:43:58ZThis is the accepted answer. This is the accepted answer.
> Has anyone done any scripting work involving PHP and
> MQ? Especially has anyone in IBM created a PHP
> library for use with MQ? Yes I know that it is easy
> to execute MQ command line calls from within PHP (or
> any other scripting language) but I am wondering
> whether IBM has produced a library (supported or
> not). Otherwise I suppose I could create one but I
> would rather not if there is one already out there.
Good question.
I think you'll want to read http://pecl.php.net/package/mqseries and http://www.bretterklieber.com/php/pear/mqseries/ . Apparently no one's working on it now. My bet is that if you write Mr. Bretterklieber, he'll help you get a good start on maintaining and enhancing it.