ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Search

 Search found 3217 matches
Author Message
  Topic: get RFH2 folders with php mqseries
RogerLacroix

Replies: 7
Views: 1147

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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 ...
Goto page 1, 2, 3 ... 213, 214, 215  Next Page 1 of 215

Jump to:  
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.