Questions tagged [pymqi]

PyMQI is a Python client to IBM MQ (formerly WebSphere MQ and MQSeries)

PyMQI is a Python client library for IBM MQ. It lets one build MQ applications in Python - both messaging and administration ones. A wide range of usage example lets one get started very quickly.

PyMQI can connect remotely to queue managers running on all major MQ platforms - Linux, Windows, z/OS, z/Linux, AIX, HP-UX and Solaris. It can be also compiled on all Linux, UNIX and Windows versions.

The library runs under Python 2.7 and 3.5+ and has been used in production by hundreds and thousands of organizations for 15+ years.

Its open-source license allows one to use it in open or proprietary projects. Commercial and community support are available.

Links

82 questions
0
votes
1 answer

Connect to mq series queue with pymqi using userid and password

I'm trying to connect to a mq series queue using pymqi. The queue is configured with user and password access. I'm trying to pass user/password to the queue filling pymqi.cd() fields UserIdentifier and Password, but every time I try to put a message…
jab
  • 2,844
  • 1
  • 21
  • 22
0
votes
1 answer

When connecting from pymqi to IBM MQ on z/OS I am receiving MQRC 2195: MQRC_UNEXPECTED_ERROR

I'm trying to connect to MQ z/OS using PYMQI, but I get the following error: Traceback (most recent call last): File "davidemq.py", line 9, in qmgr = pymqi.connect(queue_manager, channel, conn_info) File…
Dave
  • 1
0
votes
1 answer

How can I restart an MQ channel using pymqi?

I am interfacing with a Websphere MQ system, using Python/pymqi. From time to time, I will need to: check the status of an MQ channel start/restart a channel that is not running How can I achieve the above? Pymqi documentation doesn't appear to…
woodyj888
  • 1
  • 1
0
votes
2 answers

Python - PyMQI - Get a message from a queue MQ using parameter

Using the module pymqi how do you get a message in MQ queue using a parameter, for example "UserIdentifier"? So, I would only get messages from the queue that possess this parameter "UserIdentifier". Thank you for your attention.
rafaelcb21
  • 12,422
  • 28
  • 62
  • 86
0
votes
1 answer

Using WebSphere MQ with Twisted

I'm trying to work out how to approach building a "machine" to send and receive messages to WebSphere MQ, via Twisted. I want it to be as generic as possible, so I can reuse it for many different situations that interface with MQ. I've used Twisted…
monch1962
  • 5,151
  • 5
  • 31
  • 38
-1
votes
0 answers

IBM MQ connection issue with pymqi

Have got the following issue when trying to connect to ibm mq using pymqi from MAC OS Ventura 13.5.1 (22G90): Python(88063,0x7ff856c31700) malloc: *** error for object 0x7ff9558a2a70: pointer being freed was not…
Jin
  • 1
-1
votes
1 answer

Problems installing Python Pymqi package

THis is my first post on this forum. If I am not complying with protocols, please just let me know. C:\>python --version Python 2.7.11 OS: Windows version 7 WMQ: 8.2 I am trying to install Python pymqi package. After couple hours of trying and…
1 2 3 4 5
6