protocol7 / wmq-util

Automatically exported from code.google.com/p/wmq-util
0 stars 0 forks source link

General Question: How do I write to payload and use this utility at the same time #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I am new to using MQ API and found this utility. I am using wmq-util-0.5.jar 
and SendRFH2.java example to write to RFH2 header. This MQ message will be 
picked up by Spring Integration which will read RFH2. My question is that how 
do I add a payload in the context of SendRFH2.java ; or should i use another 
utility. I have used MQ Message API writeString() method but that was not 
successful. Please advise. Thanks.

Original issue reported on code.google.com by mrjj2...@gmail.com on 6 Sep 2013 at 5:15

GoogleCodeExporter commented 9 years ago
I got it. I added the payload after the user area writes, at the end.

Original comment by mrjj2...@gmail.com on 11 Sep 2013 at 9:05