Author |
Message |
Topic: rfhutil - connect using a channel with SSLPEERMAP |
lfrestrepog
Replies: 10 Views: 14452
|
Forum: General IBM MQ Support Posted: Fri Jun 18, 2021 11:23 am Subject: rfhutil - connect using a channel with SSLPEERMAP |
It appears it's the current version of rfhutil that doesn't work well with CCDT, there's an open issue about it: https://github.com/ibm-messaging/mq-rfhutil/issues/1
Thanks everyone for your advise ... |
Topic: rfhutil - connect using a channel with SSLPEERMAP |
lfrestrepog
Replies: 10 Views: 14452
|
Forum: General IBM MQ Support Posted: Fri Jun 18, 2021 10:44 am Subject: rfhutil - connect using a channel with SSLPEERMAP |
So, I just tried amqsputc as suggested by exerk and it did work fine. I'm using the following environment variables: MQCHLTAB, MQCHLLIB, MQ_CONNECT_TYPE, MQSSLKEYR and MQCERTLABL.
But I'm not sure ... |
Topic: rfhutil - connect using a channel with SSLPEERMAP |
lfrestrepog
Replies: 10 Views: 14452
|
Forum: General IBM MQ Support Posted: Fri Jun 18, 2021 9:14 am Subject: rfhutil - connect using a channel with SSLPEERMAP |
About the CMS keystore, I imported all keys from my working JKS store following this guide: https://www.ibm.com/docs/en/ibm-mq/9.2?topic=wsalw-importing-personal-certificate-into-key-repository-aix-li ... |
Topic: rfhutil - connect using a channel with SSLPEERMAP |
lfrestrepog
Replies: 10 Views: 14452
|
Forum: General IBM MQ Support Posted: Fri Jun 18, 2021 6:01 am Subject: rfhutil - connect using a channel with SSLPEERMAP |
right, I meant rfhutilc.
(although I did try rfhutil out of desperation, with environment variable MQ_CONNECT_TYPE=CLIENT) |
Topic: rfhutil - connect using a channel with SSLPEERMAP |
lfrestrepog
Replies: 10 Views: 14452
|
Forum: General IBM MQ Support Posted: Fri Jun 18, 2021 5:42 am Subject: rfhutil - connect using a channel with SSLPEERMAP |
Hello, good day.
We have a few queue managers with server channels (SVRCONN) setup to require SSL authentication and using SSLPEERMAP authentication records. I'm trying to connect with rfhutil, so ... |
Topic: Log4j XML Configuration in local broker v10 at windows |
lfrestrepog
Replies: 4 Views: 8080
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 29, 2020 7:10 am Subject: Log4j XML Configuration in local broker v10 at windows |
Okay, and is java isolation enabled in your application?
What happens if you try to deploy your jar in a static library (referenced from the application)? |
Topic: Log4j XML Configuration in local broker v10 at windows |
lfrestrepog
Replies: 4 Views: 8080
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 29, 2020 4:47 am Subject: Log4j XML Configuration in local broker v10 at windows |
Can you share the code of your initLog4j method? and where in your jar file is the iib_log4j.xml located?
Without more clues on your implementation, I assume this Call initLog4j('iib_log4j.xml' ... |
Topic: Log4j XML Configuration in local broker v10 at windows |
lfrestrepog
Replies: 4 Views: 8080
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 29, 2020 4:32 am Subject: Log4j XML Configuration in local broker v10 at windows |
Hello, good day.
Maybe you can pass that path as a system property. I think that would be kind of a dirty hack, but should work:
mqsichangeproperties BUS -e IS -o ComIbmJVMManager -n jvmSystemPr ... |
Topic: Is it possible to disable XML internal entities? |
lfrestrepog
Replies: 5 Views: 7569
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 28, 2020 1:51 pm Subject: Is it possible to disable XML internal entities? |
Right, we do have Datapower for all external facing integrations, and some authentication mechanisms for internal endpoints.
Just wanted to make sure I didn't miss some configuration in the knowled ... |
Topic: Is it possible to disable XML internal entities? |
lfrestrepog
Replies: 5 Views: 7569
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 28, 2020 5:03 am Subject: Is it possible to disable XML internal entities? |
Hello, good day.
Is it possible to disable XML internal entities? Or maybe completely ignore inline DTD?
According to the knowledge center, inline DTD is read while parsing and entities are expa ... |
Topic: Mocking resources in a flow |
lfrestrepog
Replies: 1 Views: 4621
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 27, 2020 11:16 am Subject: Mocking resources in a flow |
Hi, hello.
Perhaps you can use citrus framework for that, it supports JDBC mocking. I have not yet tried it myself, but should do just fine.
http://citrusframework.org/citrus/reference/2.8.0/htm ... |
Topic: ACE - Specify java source level for mqsicreatebar |
lfrestrepog
Replies: 5 Views: 8739
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 10, 2020 4:59 am Subject: ACE - Specify java source level for mqsicreatebar |
So, after different experiments we decided to go with the .settings directory approach... We are still interested in alternatives, should anyone have a better idea.
Thanks a lot. |
Topic: ACE - Specify java source level for mqsicreatebar |
lfrestrepog
Replies: 5 Views: 8739
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 07, 2020 6:16 am Subject: ACE - Specify java source level for mqsicreatebar |
So, we tried different settings in _JAVA_OPTIONS, trying to override source (for javac) or org.eclipse.jdt.core.compiler.source. We also tried setting IBM_JAVA_OPTIONS environment variable to differen ... |
Topic: ACE - Specify java source level for mqsicreatebar |
lfrestrepog
Replies: 5 Views: 8739
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 07, 2020 4:41 am Subject: ACE - Specify java source level for mqsicreatebar |
Hi.
JAVA_HOME points to "C:\Program Files\IBM\ACE\11.0.0.7\common\jdk" (I did try pointing it to my local openjdk install too). Here's the output of java -version:
java version " ... |
Topic: ACE - Specify java source level for mqsicreatebar |
lfrestrepog
Replies: 5 Views: 8739
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 06, 2020 11:18 am Subject: ACE - Specify java source level for mqsicreatebar |
Hello, good day.
I'm facing a funny problem here, perhaps somebody knows a solution:
I have an application with java compute nodes and some dependencies in static libraries (also java classes). ... |