Author |
Message |
Topic: read a Q and put to file with no headers |
jkh
Replies: 3 Views: 11387
|
Forum: IBM MQ API Support Posted: Tue Sep 15, 2015 4:20 am Subject: read a Q and put to file with no headers |
Hi,
I want to move messages from a queue to a file. I only want to have the message body not headers and properties. I have tried to use q.exe and qload.exe but I cannot figure out how to only get ... |
Topic: Best practice for jms request reply |
jkh
Replies: 1 Views: 3354
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 10, 2015 1:29 am Subject: Best practice for jms request reply |
We have a queue manager running on a windows box and sometime it is difficult to connect to it. It can take 10-20 seconds to get a connection. We see the problem when connecting from both java applica ... |
Topic: Remove fields with value null from a tree |
jkh
Replies: 7 Views: 10401
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 09, 2013 11:53 pm Subject: Remove fields with value null from a tree |
Thanks for the feed back! I am using a mapping node and not ESQL. I have made the mapping and now I either for each field in the mapping node put in a test for null before the mapping or make a smart ... |
Topic: Remove fields with value null from a tree |
jkh
Replies: 7 Views: 10401
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 09, 2013 10:08 pm Subject: Remove fields with value null from a tree |
The receiver has created a WSDL (and used it for years) where all elements should be longer than 1 and null has length 0. That is why all null elements should be removed.... |
Topic: Remove fields with value null from a tree |
jkh
Replies: 7 Views: 10401
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 09, 2013 7:09 am Subject: Remove fields with value null from a tree |
Hi,
I have a challenge with a cobol message that should be mapped to XML.
Empty fields in the cobol message are translated to NULL value in the message tree by the CWF parser. I do not want to ha ... |