Author |
Message |
Topic: MQ JMS - RFH MQHRF2 |
tanigaas
Replies: 16 Views: 17352
|
Forum: IBM MQ Java / JMS Posted: Mon May 09, 2005 7:12 am Subject: MQ JMS - RFH MQHRF2 |
I made sure that the applications posting the message to the queue are pure java JMS type. So can somebody provide inputs abt how to clean up the headers from the message content as the message is not ... |
Topic: MQ JMS - RFH MQHRF2 |
tanigaas
Replies: 16 Views: 17352
|
Forum: IBM MQ Java / JMS Posted: Thu May 05, 2005 2:24 pm Subject: MQ JMS - RFH MQHRF2 |
I want to state the fact how the application works here with us. A JMS client posts a text message(javax.jms.TextMessage) to a MQ Queue and a Weblogic MDB which is listening on the queue recvs the mes ... |
Topic: MQ JMS - RFH MQHRF2 |
tanigaas
Replies: 16 Views: 17352
|
Forum: IBM MQ Java / JMS Posted: Thu May 05, 2005 7:24 am Subject: MQ JMS - RFH MQHRF2 |
Tibor,
Sorry to say that I am not that familiar with the headers. All we are doing is creating a TextMessage,setting the xml string as text for the object and posting the message to the MQ queue usin ... |
Topic: MQ JMS - RFH MQHRF2 |
tanigaas
Replies: 16 Views: 17352
|
Forum: IBM MQ Java / JMS Posted: Wed May 04, 2005 7:00 pm Subject: MQ JMS - RFH MQHRF2 |
Thanks for your reply. Yes the message is created via a Java JMS app. How do i get to set the RFH2 header in the code. Does MQ interface expect the headers to be created and handled by the JMS client ... |
Topic: MQ JMS - RFH MQHRF2 |
tanigaas
Replies: 16 Views: 17352
|
Forum: IBM MQ Java / JMS Posted: Wed May 04, 2005 3:00 pm Subject: MQ JMS - RFH MQHRF2 |
HI,
I have a wierd problem while retrieving the messages from the MQ queue using JMS api. The message is being posted to MQ queue using Java JMS API and been retrieved by another application using ... |