安裝

? PECL 擴(kuò)展未與 PHP 捆綁。

安裝此 PECL 擴(kuò)展相關(guān)的信息可在手冊中標(biāo)題為 PECL 擴(kuò)展的安裝章節(jié)中找到。更多信息如新的發(fā)行版本、下載、源文件、 維護(hù)人員信息及變更日志等,都在此處: ? https://pecl.php.net/package/mqseries.

注意: The official name of this extension is mqseries.

There are two ways to connect to a queue manager. These depend on the way the extension is compiled and linked.

  • First one and also the default one is using the mqic libraries. Compiling and linking the extension against these IBM WebSphere MQSeries libraries allows the extension to connect to the Queue manager using the client interface. Remote connections are possible this way.

  • The other way is to compile and link against the mqm libraries. Using these libraries it is possible to make use of the transaction management of a queue manager.

Currently selecting the libraries to use is done by changing the config.m4 file.