Author |
Message |
Topic: C, Just in Time! with IBM MQ |
gbaddeley
Replies: 2 Views: 11503
|
Forum: IBM MQ API Support Posted: Sun Feb 23, 2025 5:07 pm Subject: C, Just in Time! with IBM MQ |
Interpreted? It looks like a compile and link wrapper that runs every time the program is used.
I did something similar to this for the SNOBOL language on the DEC SYSTEM-20 midrange computer in th ... |
Topic: Glenn retiring |
gbaddeley
Replies: 4 Views: 4159
|
Forum: General Discussion Posted: Thu Feb 13, 2025 2:59 pm Subject: Glenn retiring |
Hi everyone and long-time supporters of mqseries.net,
The time has come. At the end of this month, I am retiring after 42 years continuous employment in the IT industry.
In 1994, I started wor ... |
Topic: mqsideploy BIP8509E in IIB10 admin secured environment |
gbaddeley
Replies: 2 Views: 4526
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 12, 2024 2:29 pm Subject: mqsideploy BIP8509E in IIB10 admin secured environment |
Can you try using a password that does not contain '@'.
This could be confusing the parsing of the URI. |
Topic: Request for supporting votes! Streaming Queue |
gbaddeley
Replies: 10 Views: 4910
|
Forum: General Discussion Posted: Tue Dec 10, 2024 3:46 pm Subject: Request for supporting votes! Streaming Queue |
first you need to delete the QR to create a QA with the same name without changes to the App Queue Name in the App, potentially the App in PROD would get a 2085... more probable the App has the queue ... |
Topic: Request for supporting votes! Streaming Queue |
gbaddeley
Replies: 10 Views: 4910
|
Forum: General Discussion Posted: Thu Nov 28, 2024 4:06 pm Subject: Request for supporting votes! Streaming Queue |
Yes, I've voted for this 3 year old idea, and many other MQ ideas. |
Topic: Request for supporting votes! Streaming Queue |
gbaddeley
Replies: 10 Views: 4910
|
Forum: General Discussion Posted: Thu Nov 28, 2024 2:35 pm Subject: Request for supporting votes! Streaming Queue |
I have added a comment to https://integration-development.ideas.ibm.com/ideas/MESNS-I-361
"A natural extension to the use cases for streaming queues is to allow more than one destination queu ... |
Topic: Republishing Topic to another IBM MQ |
gbaddeley
Replies: 2 Views: 4294
|
Forum: General IBM MQ Support Posted: Tue Nov 26, 2024 9:02 pm Subject: Republishing Topic to another IBM MQ |
I suggest defining a SUB object for the topic/subtopic, that has a destination of a QALIAS object on the other MQ Server. The QALIAS needs TARGTYPE(TOPIC) and the appropriate topic string.
If you a ... |
Topic: How to test which multi instance QM node is active? |
gbaddeley
Replies: 10 Views: 5599
|
Forum: General IBM MQ Support Posted: Tue Nov 19, 2024 8:35 pm Subject: How to test which multi instance QM node is active? |
I don't have any MIQM to try this out.
Does the -a parameter assist?
The errorlevel should be 5 if the qmgr is running locally, or 0 if not running locally.
Without -a, it returns errorlevel 0 in ... |
Topic: IBM ACE Queue Based Authorization Issue |
gbaddeley
Replies: 6 Views: 5177
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 19, 2024 7:59 pm Subject: IBM ACE Queue Based Authorization Issue |
setmqaut -p and -g are not case folded, I have used them many times with lower case names.
Note that MQ authority failures appear in the qmgr error logs. It shows the object, principal and the requir ... |
Topic: How to test which multi instance QM node is active? |
gbaddeley
Replies: 10 Views: 5599
|
Forum: General IBM MQ Support Posted: Mon Nov 18, 2024 4:30 pm Subject: How to test which multi instance QM node is active? |
Thanks, the thing is dspmq succeeds (rc=0) on both nodes with or without the -x switch. I think I will have to beef up my script in some other way rather than rely on an MQ command to fail to infer w ... |
Topic: Not authorised to runmqsc commands:Reset connauth |
gbaddeley
Replies: 5 Views: 4571
|
Forum: General IBM MQ Support Posted: Sun Nov 10, 2024 2:56 pm Subject: Not authorised to runmqsc commands:Reset connauth |
Can you log in to the Linux server as mqm user, or sudo to mqm, or as a user that is in mqm group ? You can then use runmqsc command at the shell prompt. |
Topic: SOLVED: AMQ9228: The TCP/IP responder program |
gbaddeley
Replies: 19 Views: 47861
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Oct 28, 2024 3:40 pm Subject: Re: How was it resolved ? |
... in my case; I am getting this AMQ9228 on Solaris and applications connects to this MQ to consume Messages in batches. And now the data isn't moving since 2 days.
What version of MQ are you runnin ... |
Topic: MQ Client vs MQ Server for Windows |
gbaddeley
Replies: 13 Views: 14201
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Oct 24, 2024 3:06 pm Subject: MQ Client vs MQ Server for Windows |
Recent versions of MQ added the dspmqinst command. The Entitlement will show what components are installed.
C:\Users\abcdefg>dspmqinst
InstName: Inst93015c
InstDesc: Inst93015c
Iden ... |
Topic: MH06 Trace Tools Supportpac Update |
gbaddeley
Replies: 2 Views: 23144
|
Forum: News/Updates Posted: Thu Oct 17, 2024 3:01 pm Subject: MH06 Trace Tools Supportpac Update |
The URL in Tim's blog post is out of date.
The current MH06 URL is https://www.ibm.com/support/pages/mh06-ibm-websphere-mq-trace-tools
The page was last updated 25th Aug 2020 to support MQ 9.2 and ... |
Topic: get RFH2 folders with php mqseries |
gbaddeley
Replies: 7 Views: 5429
|
Forum: General IBM MQ Support Posted: Tue Oct 01, 2024 4:27 pm Subject: get RFH2 folders with php mqseries |
Roger is correct about parsing RFH structures and folders to obtain the property name/value pairs. MQLONG is a 32 bit integer. Byte order depends on encoding. MQCHAR are space filled, without null ter ... |