pymqi is a Python wrapper for IBM MQ (MQSeries) allowing Python programs to connect to IBM MQ queue managers. Current version is 1.12.13, development is on hold. Release cadence is low; last release was in 2024.
pip install pymqiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Replaces deprecated pymqni.connect_tcp_client2().
Use bytes: b'SYSTEM.DEF.SVRCONN'
Use QueueManager.connect_tcp_client() or CDM.
Install IBM MQ client and set library path.
No dependency data recorded yet.
No resource links recorded.