Skip to main content

Python IBM MQI Extension for IBM MQ (formerly WebSphere MQ and MQSeries).

Project description

PyMQI is a production-ready, open-source Python extension for IBM MQ (formerly known as WebSphere MQ and MQSeries).

For 20+ years, the library has been used by thousands of companies around the world with their queue managers running on Linux, Windows, UNIX and z/OS.

Sample code

To put a message on a queue:

import pymqi

queue_manager = pymqi.connect('QM.1', 'SVRCONN.CHANNEL.1', '192.168.1.121(1434)')

q = pymqi.Queue(queue_manager, 'TESTQ.1')
q.put('Hello from Python!')

To read the message back from the queue:

import pymqi

queue_manager = pymqi.connect('QM.1', 'SVRCONN.CHANNEL.1', '192.168.1.121(1434)')

q = pymqi.Queue(queue_manager, 'TESTQ.1')
msg = q.get()
print('Here is the message:', msg)

The backbone of IBM MQ Python messaging

PyMQI is a low-level library that requires one to know IBM MQ APIs well.

It serves, however, as the basis for IBM MQ support in Zato, which is an enterprise API platform and backend application server in Python that lets one connect to many technologies with little or no programming.

This includes IBM MQ queue managers as well as the ability to seamlessly integrate with Java JMS systems.

https://zato.io/en/docs/3.2/gfx/api/screenshots/conn1.png https://zato.io/en/docs/3.2/gfx/api/screenshots/mq.png

Learn more

Visit the documentation for more information and usage examples.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pymqi2-1.12.10.tar.gz (91.7 kB view details)

Uploaded Source

File details

Details for the file pymqi2-1.12.10.tar.gz.

File metadata

  • Download URL: pymqi2-1.12.10.tar.gz
  • Upload date:
  • Size: 91.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.10.12

File hashes

Hashes for pymqi2-1.12.10.tar.gz
Algorithm Hash digest
SHA256 67f5fb892a57914dc4a6f5e532e6761709fd6b3294d87b73058f5a667cb947de
MD5 5fff51cdb6b07c5c78af19f0e989d015
BLAKE2b-256 540a1ee92f5c4f914ced13e04e4175c5b9d2d0dd2f6e0e2163b5f3e8a40511eb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page