Python library for IBM MQ
-------------------------
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:
.. code-block:: python
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:
.. code-block:: python
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 <https://zato.io>`_,
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.
.. image:: https://zato.io/en/docs/3.2/gfx/api/screenshots/conn1.png
.. image:: https://zato.io/en/docs/3.2/gfx/api/screenshots/mq.png
Learn more
==========
Visit the `documentation <https://zato.io/en/docs/3.2/pymqi/index.html?gh>`_ for more information and usage examples.
Raw data
{
"_id": null,
"home_page": "https://zato.io/pymqi",
"name": "pymqi",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "pymqi IBM MQ WebSphere WMQ MQSeries IBM middleware messaging queueing asynchronous SOA EAI ESB integration",
"author": "Zato Source s.r.o.",
"author_email": "pymqi@zato.io",
"download_url": "https://files.pythonhosted.org/packages/20/dc/a1975fc640d1dabdabe7877f28eebec2bd4d513227322eb35c3753ee2d0b/pymqi-1.12.10.tar.gz",
"platform": "OS Independent",
"description": "\nPython library for IBM MQ\n-------------------------\n\nPyMQI is a production-ready, open-source Python extension for IBM MQ (formerly known as WebSphere MQ and MQSeries).\n\nFor 20+ years, the library has been used by thousands of companies around the world with their queue managers running on\nLinux, Windows, UNIX and z/OS.\n\nSample code\n===========\n\nTo put a message on a queue:\n\n.. code-block:: python\n\n import pymqi\n\n queue_manager = pymqi.connect('QM.1', 'SVRCONN.CHANNEL.1', '192.168.1.121(1434)')\n\n q = pymqi.Queue(queue_manager, 'TESTQ.1')\n q.put('Hello from Python!')\n\nTo read the message back from the queue:\n\n.. code-block:: python\n\n import pymqi\n\n queue_manager = pymqi.connect('QM.1', 'SVRCONN.CHANNEL.1', '192.168.1.121(1434)')\n\n q = pymqi.Queue(queue_manager, 'TESTQ.1')\n msg = q.get()\n print('Here is the message:', msg)\n\nThe backbone of IBM MQ Python messaging\n=======================================\n\nPyMQI is a low-level library that requires one to know IBM MQ APIs well.\n\nIt serves, however, as the basis for\nIBM MQ\nsupport\nin\n`Zato <https://zato.io>`_,\nwhich is an enterprise\nAPI platform and backend application server in Python that lets one connect to many technologies\nwith little or no programming.\n\nThis includes IBM MQ queue managers as well as the ability to seamlessly integrate with Java JMS systems.\n\n.. image:: https://zato.io/en/docs/3.2/gfx/api/screenshots/conn1.png\n\n.. image:: https://zato.io/en/docs/3.2/gfx/api/screenshots/mq.png\n\nLearn more\n==========\n\nVisit the `documentation <https://zato.io/en/docs/3.2/pymqi/index.html?gh>`_ for more information and usage examples.\n",
"bugtrack_url": null,
"license": "Python Software Foundation License",
"summary": "Python IBM MQI Extension for IBM MQ (formerly WebSphere MQ and MQSeries).",
"version": "1.12.10",
"split_keywords": [
"pymqi",
"ibm",
"mq",
"websphere",
"wmq",
"mqseries",
"ibm",
"middleware",
"messaging",
"queueing",
"asynchronous",
"soa",
"eai",
"esb",
"integration"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "20dca1975fc640d1dabdabe7877f28eebec2bd4d513227322eb35c3753ee2d0b",
"md5": "4827cac460cebdc3297151175def198e",
"sha256": "71467989d2de69dc729b882aba60d860ede0f800dbb0c578eadceb2dca94a431"
},
"downloads": -1,
"filename": "pymqi-1.12.10.tar.gz",
"has_sig": false,
"md5_digest": "4827cac460cebdc3297151175def198e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 91657,
"upload_time": "2023-01-08T04:43:44",
"upload_time_iso_8601": "2023-01-08T04:43:44.974239Z",
"url": "https://files.pythonhosted.org/packages/20/dc/a1975fc640d1dabdabe7877f28eebec2bd4d513227322eb35c3753ee2d0b/pymqi-1.12.10.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-08 04:43:44",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "pymqi"
}