|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 5 matches |
Author |
Message |
Topic: 'import pymqi' not found Linux |
EnigmaticCypher
Replies: 4 Views: 5194
|
Forum: General IBM MQ Support Posted: Mon Aug 08, 2022 4:24 am Subject: 'import pymqi' not found Linux |
This ladies and gentlemen, is why you never install python packages at the OS level as root.
Do what you're supposed to do, and use virtual environments Compile a PyMQI wheel file for the platf ... |
Topic: Request/Reply message flow issue in Clustering |
EnigmaticCypher
Replies: 3 Views: 3528
|
Forum: General IBM MQ Support Posted: Sat May 07, 2022 10:16 pm Subject: Request/Reply message flow issue in Clustering |
The reply to queue should not be clustered... or if it is not have a cluseq(any)...
To clarify here, clustering the reply queue is not really that much of an issue, though it should only ... |
Topic: pymqi connect with SSL |
EnigmaticCypher
Replies: 7 Views: 7584
|
Forum: General IBM MQ Support Posted: Sat May 07, 2022 4:12 am Subject: pymqi connect with SSL |
Bobbee, a couple of things to note for you.
1. Please don't use the client variables from the CMQC module. Import the CMQXC module and use the variables from that. The client vars in CMQC do not ac ... |
Topic: How to find negotiated MAXMSGL for client channel |
EnigmaticCypher
Replies: 3 Views: 5526
|
Forum: General IBM MQ Support Posted: Sat Jan 29, 2022 7:21 pm Subject: How to find negotiated MAXMSGL for client channel |
First off, max message length is limited to the base 2 value for 100 MB, which is 104,857,600 bytes. I suspect that's where you're getting 104MB from, but just wanted to clear that up.
Second, the ... |
Topic: How to identify if MQ refresh security command is been issue |
EnigmaticCypher
Replies: 13 Views: 14746
|
Forum: General IBM MQ Support Posted: Sat Jan 01, 2022 6:11 pm Subject: How to identify if MQ refresh security command is been issue |
In order to have a control over what and who issuesd certain commands I would suggest to
ALTER QMGR CONFIGEV(ENABLED) CMDEV(ENABLED)
But what has been done has been done.
Che ... |
|
|
|