Author |
Message |
Topic: JMS: Getting Message Payload with RFH2 Header |
bloehle13
Replies: 2 Views: 14345
|
Forum: IBM MQ Java / JMS Posted: Fri May 07, 2021 11:55 am Subject: JMS: Getting Message Payload with RFH2 Header |
Thanks for the reply Roger. mqMsg was getting populated by a BytesMessage that comes from an onMessage() MessageDrivenBean.
The solution turned out to be that I had to loop through the PCFParamete ... |
Topic: JMS: Getting Message Payload with RFH2 Header |
bloehle13
Replies: 2 Views: 14345
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 23, 2021 3:48 am Subject: JMS: Getting Message Payload with RFH2 Header |
Our JMS MessageListener listens for MQ Application Activity Trace messages. These come through as ByteMessages, and in the bytes of the message I can see the message payload with the RFH2 headers that ... |
Topic: Application Activity Trace - Capturing MQRFH2 Headers |
bloehle13
Replies: 2 Views: 3200
|
Forum: General IBM MQ Support Posted: Wed Apr 21, 2021 9:18 am Subject: Application Activity Trace - Capturing MQRFH2 Headers |
Is MQ Application Activity trace supposed to capture the RFH2 header if Application Activity Trace is configured to capture enough bytes of the payload to include the entire RFH2 header? |
Topic: Using Java-11-jdk's jlink.exe on com.ibm.mq.allclient.jar |
bloehle13
Replies: 4 Views: 15876
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 28, 2021 8:40 am Subject: Using Java-11-jdk's jlink.exe on com.ibm.mq.allclient.jar |
Thank you for the reply tczielke
I'll open a ticket with IBM and reply with what they say. I think your explanation is very plausible. |
Topic: Using Java-11-jdk's jlink.exe on com.ibm.mq.allclient.jar |
bloehle13
Replies: 4 Views: 15876
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 28, 2021 4:53 am Subject: Using Java-11-jdk's jlink.exe on com.ibm.mq.allclient.jar |
Thank you for the reply RogerLacroix
Yes, I did. That's how I have it working as a runnable jar file.
If you look inside any module .jar file, you'll see a module-info.class file in the root di ... |
Topic: Using Java-11-jdk's jlink.exe on com.ibm.mq.allclient.jar |
bloehle13
Replies: 4 Views: 15876
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 27, 2021 11:18 am Subject: Using Java-11-jdk's jlink.exe on com.ibm.mq.allclient.jar |
TLDR: com.ibm.mq.allclient.jar is not an explicit Java module, which is causing problems when building an executable with jlink.exe
As we know, Java 9 introduced the use of modules to the Java land ... |