Author |
Message |
Topic: get RFH2 folders with php mqseries |
RogerLacroix
Replies: 7 Views: 1147
|
Forum: General IBM MQ Support Posted: Tue Oct 01, 2024 12:07 pm Subject: get RFH2 folders with php mqseries |
data = buf + rfh2.FolderStrings;
mqseries.c:692:34: error: 'MQRFH2' {aka 'struct tagMQRFH2'} has no member named 'FolderStrings'
2.185 692 | data = buf + ... |
Topic: MQ console URL RESLEVEL |
RogerLacroix
Replies: 41 Views: 13108
|
Forum: General IBM MQ Support Posted: Thu Sep 26, 2024 2:42 pm Subject: MQ console URL RESLEVEL |
Is there a way in CHLAUTH to dynamically set MCAUSER attribute to use MQ's AlternateUserId ?
I don't believe that is possible.
CHLAUTH works on the MQCONN/X whereas the AlternateUserId is set i ... |
Topic: PHP mqseries inquire Qmanager info |
RogerLacroix
Replies: 7 Views: 1133
|
Forum: General IBM MQ Support Posted: Mon Sep 23, 2024 3:13 pm Subject: PHP mqseries inquire Qmanager info |
if somebody can provide me with information on how to start, I can try.
how to define such classes in PHP.. and compile them:
https://www.ibm.com/docs/nl/ibm-mq/9.2?topic=mcj-pcfagent
PCFAgent i ... |
Topic: C#.Net IBM MQ Multi threaded application Connection Issue |
RogerLacroix
Replies: 5 Views: 1960
|
Forum: General Discussion Posted: Mon Sep 09, 2024 2:13 pm Subject: Re: C#.Net IBM MQ Multi threaded application Connection Issu |
Modify the code with this
public class AML_MQIntegration : IDisposable {
public string PutMessageOnQueue_Inward(string message, string strMessageID) {
// ... existin ... |
Topic: Setting MessageID using JMS |
RogerLacroix
Replies: 2 Views: 1507
|
Forum: IBM MQ Java / JMS Posted: Mon May 06, 2024 1:58 pm Subject: Setting MessageID using JMS |
Show us the code you are using to set the Message Id from a JMS application. I would advise against it. You should use the Correlation Id instead.
Regards,
Roger Lacroix
Capitalware Inc. |
Topic: CCDT file being ignored? |
RogerLacroix
Replies: 1 Views: 2169
|
Forum: General IBM MQ Support Posted: Fri Apr 12, 2024 2:23 pm Subject: CCDT file being ignored? |
Your CCDT JSON file doesn't look right. If you are trying to connect using SSL/TLS then where are those parameters?
Your CCDT JSON file should look more like:
{
"channel":
... |
Topic: Browse messages + RFH2 data in case there is such.. |
RogerLacroix
Replies: 4 Views: 7388
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 20, 2024 3:13 pm Subject: Re: Browse messages + RFH2 data in case there is such.. |
I am reading messages and message data with PCF agent.
I also need to read the RFH2 header and data in case the message is in this format.
Can I use the same approach here and add some if clause or ... |
Topic: /var/mqm permissions |
RogerLacroix
Replies: 5 Views: 3103
|
Forum: General IBM MQ Support Posted: Mon Feb 26, 2024 1:30 pm Subject: Re: /var/mqm permissions |
Will changing the permissions of /var/mqm effect any application connectivity.
recently have changed the permissions to 770 for /var/mqm/
one of the applications which is running on the same server ... |
Topic: RFHutilc with json ccdt |
RogerLacroix
Replies: 5 Views: 3160
|
Forum: General IBM MQ Support Posted: Thu Feb 08, 2024 3:29 pm Subject: RFHutilc with json ccdt |
It is not the MQ client application that needs to support JSON CCDT files but rather the underlying installed MQ Client. The IBM MQ Client must be at v9.2 or higher to support JSON CCDT files.
Rega ... |
Topic: Supported V7R4 for IBM MQ 7.1.0.7 |
RogerLacroix
Replies: 4 Views: 5261
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jan 29, 2024 3:46 pm Subject: Re: Supported V7R4 for IBM MQ 7.1.0.7 |
we are using IBM MQ 7.1.0.7 with IBM V7R3. Now our customer want to upgrade the IBM i to V7R4.
Wow! You do realize that IBM MQ (aka WebSphere MQ) v7.1 went out of support on April 30, 2017.
You de ... |
Topic: Fan-out MQ tool |
RogerLacroix
Replies: 4 Views: 16875
|
Forum: IBM MQ Performance Monitoring Posted: Tue Jan 09, 2024 2:59 pm Subject: Re: MMX process going down and no errors recorded in logs |
I started using MMX and also changed the buffer size to 80 MB, so it can allocate big messages. But whenever i receive 593813 bytes message, the mmx process is going down without any error in logs. I ... |
Topic: problem with MQQueueManager and org.json.JSONException |
RogerLacroix
Replies: 6 Views: 17073
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 16, 2023 4:16 pm Subject: Re: problem with MQQueueManager and org.json.JSONException |
All is fine if I add json library. The question is why I have to add it?
Is there any dependency for the com.ibm.mq with org.json ?
I discovered recently that IBM has changed something in the MQ/J ... |
Topic: backup of the MQ Objects, Auth files, logs on ibm iseries |
RogerLacroix
Replies: 1 Views: 18151
|
Forum: iSeries, OpenVMS, HP-NSS Posted: Wed Nov 08, 2023 3:30 pm Subject: backup of the MQ Objects, Auth files, logs on ibm iseries |
You use the dmpmqcfg command to backup the object & authentication records like you do for Unix/Linux & Windows.
For upgrading MQ on IBM i, simply follow the instructions [url=https://www. ... |
Topic: AMQP service doesn't respond |
RogerLacroix
Replies: 2 Views: 8118
|
Forum: General IBM MQ Support Posted: Mon Oct 23, 2023 1:46 pm Subject: Re: AMQP service doesn't respond |
About our environment:
Linux SUSE 15 SP3, MQ 9.3.0.0.5
You should upgrade to MQ v9.3.0.10 to see if it fixes your issue.
later
Roger |
Topic: Java MQI and CCDT |
RogerLacroix
Replies: 3 Views: 6800
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 17, 2023 3:23 pm Subject: Java MQI and CCDT |
Java programming is a versatile skill that empowers developers to create robust, platform-independent applications. To enhance your proficiency, start with the basics like variables, loops, and condit ... |