Skip to main content

Python Extension for IBM MQ

Project description

Python library for IBM MQ

The “ibmmq” package is an open-source Python extension for IBM MQ.

It gives a full-featured implementation of the MQI programming interface, with additional helper functions to assist with system monitoring and management.

Sample code

To put a message on a queue:

import ibmmq

queue_manager = ibmmq.connect('QM1', 'DEV.APP.SVRCONN', '192.168.1.121(1414)')

q = ibmmq.Queue(queue_manager, 'DEV.QUEUE.1')
q.put('Hello from Python!')

To read the message back from the queue:

import ibmmq

queue_manager = ibmmq.connect('QM1', 'DEV.APP.SVRCONN', '192.168.1.121(1414)')

q = ibmmq.Queue(queue_manager, 'DEV.QUEUE.1')
msg = q.get()
print('Here is the message:', msg)

Many more examples are in the project repository and in the dev-patterns repository.

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

ibmmq-2.0.2.tar.gz (457.7 kB view details)

Uploaded Source

File details

Details for the file ibmmq-2.0.2.tar.gz.

File metadata

  • Download URL: ibmmq-2.0.2.tar.gz
  • Upload date:
  • Size: 457.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for ibmmq-2.0.2.tar.gz
Algorithm Hash digest
SHA256 d991933cc899b1a9dfb58a0d68296955e387afd1473ac5ca2bb3d5349b9283e5
MD5 d540843d1869a302e9e0a1b502102205
BLAKE2b-256 9f2d7c24a39bea6eda3ff3bab345135abae85f20711ac20ccc7dd450c2587787

See more details on using hashes here.

Supported by

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