pymqi:与IBM MQ的Python接口(WebSphere MQ,MQSeries)

时间:2024-06-02 13:18:25
【文件属性】:

文件名称:pymqi:与IBM MQ的Python接口(WebSphere MQ,MQSeries)

文件大小:163KB

文件格式:ZIP

更新时间:2024-06-02 13:18:25

Python

PyMQI-IBM MQ的Python接口(WebSphere MQ,MQSeries) 由赞助ESB,SOA,REST,API和云集成 PyMQI允许连接到队列管理器以发出MQAI和PCF请求。 考虑下面的代码,该代码建立连接,将消息放入队列并断开连接。 import pymqi queue_manager = 'QM01' channel = 'SVRCONN.1' host = '192.168.1.135' port = '1434' queue_name = 'TEST.1' message = 'Hello from Python!' conn_info = '%s(%s)' % ( host , port ) qmgr = pymqi . connect ( queue_manager , chann


【文件预览】:
pymqi-master
----.github()
--------workflows()
----code()
--------MANIFEST.in(61B)
--------requirements.txt(1B)
--------pymqi()
--------examples()
--------tests()
--------README(3KB)
----tox.ini(3KB)
----LICENSE(2KB)
----setup.py(6KB)
----README.md(11B)
----docs()
--------pyxasw.tar.gz(7KB)
--------_templates()
--------make.bat(3KB)
--------conf.py(6KB)
--------dco2patch(3KB)
--------index.rst(3KB)
--------examples.rst(39KB)
--------Makefile(3KB)
--------support.rst(943B)
--------README(76B)
--------_static()
----.gitignore(132B)
----.coveragerc(23B)
----changelog.md(3KB)

网友评论