Author |
Message
|
sudeepm |
Posted: Tue Mar 18, 2008 12:17 am Post subject: JMS input node |
|
|
Acolyte
Joined: 31 Jan 2008 Posts: 57
|
How can i test JMS input node..like we have rfhutil for MQInput |
|
Back to top |
|
 |
AkankshA |
Posted: Tue Mar 18, 2008 12:51 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
you can create a sample flow which puts the msg from MQ to JMS
MQInput - MQJMSTransform - JMSOutput
and
JMSInput -- JMSMQTransform - MQOutput _________________ Cheers |
|
Back to top |
|
 |
AkankshA |
Posted: Tue Mar 18, 2008 12:52 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
A freeware available for the JMS.. which few ppl uses
http://www.hermesjms.com
i never used it myself though... _________________ Cheers |
|
Back to top |
|
 |
mrgate |
Posted: Tue Mar 18, 2008 1:18 am Post subject: |
|
|
 Centurion
Joined: 28 Feb 2007 Posts: 141 Location: India
|
Hello sudeepm,
we can test these jms samples directly using rfhutil but you need to add one additional parameter in the MQMD tab. In the 'mq message format' field, just add 'MQSTR' and the testing process can be easily done. _________________ MQSeries terrorist |
|
Back to top |
|
 |
sudeepm |
Posted: Tue Mar 18, 2008 1:32 am Post subject: |
|
|
Acolyte
Joined: 31 Jan 2008 Posts: 57
|
hi
I tried using Rfhutil and set MQ Message format as MQSTR.
But I also want to put data in MQRFH2 usr folder.how can i do that here.
As even i put my data in usr of MQRFH2 but when it comes out of JMS input node, it does not contain any data in usr folder.
How can i do that.
Please help |
|
Back to top |
|
 |
|