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 3223 matches
Author Message
  Topic: IBM MQ included JRE
RogerLacroix

Replies: 2
Views: 9921

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 ...
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.