ibmmq
Python Extension for IBM MQ
What it is and what it does
ibmmq is a Python extension that wraps IBM MQ's native messaging interface, allowing developers to connect to IBM MQ queue managers and perform message operations—putting messages onto queues and retrieving them—from Python code. It implements the full MQI programming interface and includes helper functions for monitoring and managing MQ systems.
The package is compiled for specific platforms (macOS ARM64, Linux x86_64, Windows) and requires Python 3.9 or later. It has no runtime dependencies beyond the system's IBM MQ client libraries. The library is actively maintained, recently released, and carries no known security vulnerabilities.
Use it for:
- Send and receive messages from IBM MQ queues in Python applications for enterprise messaging workflows.
- Monitor and manage IBM MQ systems programmatically using the helper functions included in the library.
- Integrate IBM MQ messaging into asynchronous or event-driven Python services and microservices.
- Build middleware connectors or ESB-style integrations that route messages between IBM MQ and other systems.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
ibmmq provides a Python interface to IBM MQ, implementing the MQI programming interface for putting and getting messages on queues, plus helper functions for system monitoring and management.
Yes, if you need to integrate with IBM MQ from Python. The package is actively maintained, has no known vulnerabilities, and is in production-stable status. The medium install friction is typical for compiled extensions. Verify the Python-2.0 license implications for your use case and ensure IBM MQ client libraries are available on your deployment platform.
Install
ibmmq on PyPI
pip
pip install ibmmquv
uv add ibmmqpoetry
poetry add ibmmqInstalling ibmmq
Before you install
Medium install friction due to compiled wheels for specific platforms (macOS ARM64, Linux x86_64, Windows). Package is actively maintained with a recent release (58 days old) and no known vulnerabilities.
License in practice
License treatment is unclear; the raw license is listed as Python-2.0 but SPDX classification is absent, so the actual legal implications for your use case should be verified before deployment.
Quickstart
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!')
msg = q.get()
print('Here is the message:', msg)
Requires Python 3.9 or later; IBM MQ server must be accessible at the specified host and port.
Verify before relying
- What does Python-2.0 license permit or restrict for commercial use and redistribution?
- Does the package require IBM MQ client libraries to be installed separately on the system?
- What is the actual scope of the 'helper functions for system monitoring and management' mentioned in the description?
Package facts
| License | Python-2.0 (unclear) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 58 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 2,356,274/month — #3,109 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: ibmmq-2.1.0-cp39-abi3-macosx_11_0_arm64.whl; ibmmq-2.1.0-cp39-abi3-manylinux_2_28_x86_64.whl; ibmmq-2.1.0-cp39-abi3-win_amd64.whl
Keywords: pymqi, IBMMQ, MQ, WebSphere, WMQ, MQSeries, IBM, middleware, messaging, queueing, asynchronous, SOA, EAI, ESB, integration
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
pyzmqPyZMQ provides Python bindings for ZeroMQ…
permissive · top 1,000 on PyPI
zmqThis package is a redirect to pyzmq, the…
permissive · top 15,000 on PyPI
azure-servicebusAzure Service Bus client library for Python…
unclear · top 1,000 on PyPI
kombuKombu is a messaging library that provides a…
permissive · top 1,000 on PyPI
python-qpid-protonProvides Python bindings to Qpid Proton, an…
permissive · top 15,000 on PyPI
ibm-platform-servicesPython client library for IBM Cloud Platform…
permissive · top 5,000 on PyPI
bullmqBullMQ for Python is a Redis-backed job queue…
permissive · top 5,000 on PyPI
mypy-boto3-mqProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
ibm-eventnotificationsPython client library for IBM Cloud Event…
permissive · top 15,000 on PyPI
python-zaqarclientPython client library for the OpenStack Zaqar…
permissive · top 15,000 on PyPI