PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Configuration à l'exécution> <Installation/Configuration
Last updated: Fri, 05 Sep 2008

view this page in

Installation

Cette extension » PECL n'est pas intégrée à PHP.

Des informations sur l'installation de ces extensions PECL peuvent être trouvées dans le chapitre du manuel intitulé Installation des extensions PECL. D'autres informations comme les notes sur les nouvelles versions, les téléchargements, les sources des fichiers, les informations concernant les mainteneurs ainsi qu'un CHANGELOG, peuvent être trouvées ici : » http://pecl.php.net/package/mqseries.

Note: The official name of this extension is mqseries.

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

  • First one and also the default one is using the mqic libraries. Compiling and linking the extention against these IBM WebSphere MQSeries libraries allows the extention to connect to the Queue manager using the client interface. Remote conections are posible 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.



add a note add a note User Contributed Notes
Installation
There are no user contributed notes for this page.

Configuration à l'exécution> <Installation/Configuration
Last updated: Fri, 05 Sep 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites