Author |
Message |
Topic: Error in JMS Client processing - Any Idea |
rmohanr
Replies: 0 Views: 1925
|
Forum: General Discussion Posted: Wed Apr 30, 2003 8:17 am Subject: Error in JMS Client processing - Any Idea |
The following is the message in my queue which I am sending it to JMS client which I don;t have any control on it
RFH ...............¸MQSTR .......¸... <mcd><Msd>jms_text</Msd> ... |
Topic: MQRFH2 vs MQHRF2 and more |
rmohanr
Replies: 3 Views: 9520
|
Forum: General Discussion Posted: Wed Apr 30, 2003 3:54 am Subject: MQRFH2 vs MQHRF2 and more |
I am using peoplesoft Integration broker (which is a kinda JMS client).
which is posting a mq message with MQHRF2 format.
I am MQ Active X in VB and trying to post a message with MQHRF2 and I m gett ... |
Topic: Adding MQRFH to the message |
rmohanr
Replies: 3 Views: 4823
|
Forum: General Discussion Posted: Thu Apr 24, 2003 2:42 pm Subject: MQRFH2 -- |
Guys !
This forum is awesome~
I got it. I am exactly doing the same thing as metioned in the "C" example.
I will post my code for others purpose once evrything is completed. I need to add my JM ... |
Topic: Adding MQRFH to the message |
rmohanr
Replies: 3 Views: 4823
|
Forum: General Discussion Posted: Thu Apr 24, 2003 10:39 am Subject: Adding MQRFH to the message |
How to add MQRFH headed to the message while PUT into the QUE.
I am using VB. Example appreciated |
Topic: Put Messages going to the DeadLetterQueue |
rmohanr
Replies: 4 Views: 4598
|
Forum: General Discussion Posted: Thu Apr 24, 2003 10:22 am Subject: Check the message length |
Checking the message header is a good way.
Also check the message length you are sending and how much is acceptable message length of the que properties |
Topic: How to add MQRFH2 Header and JMS header for Peoplesoft in VB |
rmohanr
Replies: 0 Views: 1435
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 24, 2003 7:14 am Subject: How to add MQRFH2 Header and JMS header for Peoplesoft in VB |
I have been told that I need to add MQRFH2 and JMS header inorder to publish it to PeopleSoft.
I am using VB and MQ API for coding.
Anybody know how to do it?
Examples appreciated.. |
Topic: MQTMC2 and Need Qname that I am calling |
rmohanr
Replies: 4 Views: 3826
|
Forum: General IBM MQ Support Posted: Thu Mar 27, 2003 6:49 pm Subject: MQTMC2 and Need Qname that I am calling |
Vennela!
Here is what we did. We are integrating PeopleSoft Integration Broker 8.41
with MQ series. PeopleSoft has JMS connectors that has the ability to post messages to a MQ queue. To achive this ... |
Topic: MQTMC2 and Need Qname that I am calling |
rmohanr
Replies: 5 Views: 4711
|
Forum: IBM MQ API Support Posted: Thu Mar 27, 2003 1:40 pm Subject: MQTMC2 and Need Qname that I am calling |
See my reply in General section with example code that I used. Thanks for all your help
Check out my response to your post in the General Section |
Topic: MQTMC2 and Need Qname that I am calling |
rmohanr
Replies: 4 Views: 3826
|
Forum: General IBM MQ Support Posted: Thu Mar 27, 2003 1:39 pm Subject: Re: Structures... |
Thanks a lot tillywern ~
I exactly did the same thing.
when I use "command$" I got the whole TMC2 structure as a flattened string and stripped it using MID command.
In VB
COMMAND - Returns the a ... |
Topic: MQTMC2 and Need Qname that I am calling |
rmohanr
Replies: 5 Views: 4711
|
Forum: IBM MQ API Support Posted: Wed Mar 26, 2003 2:53 pm Subject: [Solved]MQTMC2 and Need Qname that I am calling |
Thanks Jeff ! I owe you a six pack. I read the manual part even before I post question to this forum. But I didn't understand properly.
Your first sentence
"The MQTMC2 structure is passed to y ... |
Topic: MQTMC2 and Need Qname that I am calling |
rmohanr
Replies: 4 Views: 3826
|
Forum: General IBM MQ Support Posted: Wed Mar 26, 2003 11:53 am Subject: MQTMC2 and Need Qname that I am calling |
Hello,
I am writing an application (sample.exe) to get xml message from the ques and convert it to plain text string to be picked by another program.
We have three ques and I am using VB. Sample.e ... |
Topic: MQTMC2 and Need Qname that I am calling |
rmohanr
Replies: 5 Views: 4711
|
Forum: IBM MQ API Support Posted: Wed Mar 26, 2003 11:38 am Subject: MQTMC2 and Need Qname that I am calling |
Hello,
I am writing an application (sample.exe) to get xml message from the ques and convert it to plain text string to be picked by another program.
We have three ques and I am using VB. Sample.e ... |