Author |
Message |
Topic: Channel Auth rule to bypass connauth |
RogerLacroix
Replies: 8 Views: 317
|
Forum: IBM MQ Security Posted: Thu Jan 30, 2025 3:52 pm Subject: Channel Auth rule to bypass connauth |
Not quite. You can set the lowest set up for connauth on a qmgr, upgrade it by default using a generic chlauth entry and set it back to the lowest level using a targeted chlauth entry for that particu ... |
Topic: Channel Auth rule to bypass connauth |
RogerLacroix
Replies: 8 Views: 317
|
Forum: IBM MQ Security Posted: Tue Jan 28, 2025 10:25 pm Subject: Channel Auth rule to bypass connauth |
I did not think about the channel exit. Does the channel exit MQAUSX work in conjunction with connauth ?
MQAUSX is a Channel Security Exit. No, when you install MQAUSX, you disable CONNAUTH and use M ... |
Topic: Channel Auth rule to bypass connauth |
RogerLacroix
Replies: 8 Views: 317
|
Forum: IBM MQ Security Posted: Tue Jan 28, 2025 3:53 pm Subject: Channel Auth rule to bypass connauth |
<Vendor_Plug>
Capitalware has a solution called (MQ Authenticate User Security Exit) that can solve your issue(s) and MQAUSX is highly configurable. It has been available since 2005 (long be ... |
Topic: get RFH2 folders with php mqseries |
RogerLacroix
Replies: 7 Views: 1306
|
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: 13765
|
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: 1295
|
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: 2105
|
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: 1631
|
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: 2314
|
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: 7527
|
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: 3269
|
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: 3318
|
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: 5414
|
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: 16989
|
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: 17224
|
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 ... |