|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 3 matches |
Author |
Message |
Topic: RFH Header |
mbieren
Replies: 5 Views: 3650
|
Forum: General Discussion Posted: Thu Oct 06, 2005 12:45 am Subject: RFH Header |
we will see *ggg*
I know the stuff that has to come after </jms> I will check for it and raise an exception if I did not see what I expect.
Kind regards
Michael |
Topic: RFH Header |
mbieren
Replies: 5 Views: 3650
|
Forum: General Discussion Posted: Wed Oct 05, 2005 7:11 am Subject: RFH Header |
Like this
/* check the message format for an RFH */
if ((memcmp(msgdesc.Format, MQFMT_RF_HEADER, sizeof(MQFMT_RF_HEADER) - 1) == 0) ... |
Topic: RFH Header |
mbieren
Replies: 5 Views: 3650
|
Forum: General Discussion Posted: Wed Oct 05, 2005 4:04 am Subject: RFH Header |
Hi there,
I have messages with an RFH Header created by a Java Programm. Can somebody point me to the C example to read out the messages _without_ the RFH-Stuff. Is it an MQ Option ? I am using a S ... |
|
|
|