Author |
Message |
Topic: JMS test message, conversion fail |
RogerLacroix
Replies: 6 Views: 2521
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 08, 2025 12:54 pm Subject: JMS test message, conversion fail |
Data in the message should be string/json.
As Bruce pointed out, there is probably non-string characters in the payload/message data.
Check out my response here to a similar question:
[url=https: ... |
Topic: IBM MQ included JRE |
RogerLacroix
Replies: 2 Views: 35654
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 18, 2025 2:44 pm Subject: IBM MQ included JRE |
Hi Morag,
Thanks. That does answer my question. I was confused as to why IBM was continuing to have 2 separate JDK/JRE builds but if they are moving to using IBM Semeru then that is the answer.
... |
Topic: IBM MQ included JRE |
RogerLacroix
Replies: 2 Views: 35654
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 17, 2025 1:28 pm Subject: IBM MQ included JRE |
All,
IBM has 2 different JRE/JDK (aka Java) offerings:
1. IBM JRE/JDK based on Oracle's JRE/JDK plus (I think) SSL/TLS enhancements
2. IBM JRE/JDK based on OpenJDK called IBM Semeru.
It appe ... |
Topic: C, Just in Time! with IBM MQ |
RogerLacroix
Replies: 2 Views: 138831
|
Forum: IBM MQ API Support Posted: Thu Feb 20, 2025 12:27 pm Subject: C, Just in Time! with IBM MQ |
All,
Last week, I came across "C, Just in Time!" (aka CJIT) and have been playing around with it. I was able to successfully compile/link and run MQ sample applications without any issue. ... |
Topic: Channel Auth rule to bypass connauth |
RogerLacroix
Replies: 8 Views: 36542
|
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: 36542
|
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: 36542
|
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: 41991
|
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: 117785
|
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: 33240
|
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: 24508
|
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: 23286
|
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: 26472
|
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: 30152
|
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: 18718
|
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 ... |