Author |
Message
|
venky |
Posted: Tue Mar 25, 2008 3:22 pm Post subject: JMS Nodes in WMB |
|
|
 Master
Joined: 08 Jul 2003 Posts: 205
|
Hi All,
Since Websphere MQ is a JMS provider, can we use JMSInput node to read a message from websphere MQ queue ?
Thanks
V |
|
Back to top |
|
 |
venky |
Posted: Tue Mar 25, 2008 3:40 pm Post subject: |
|
|
 Master
Joined: 08 Jul 2003 Posts: 205
|
|
Back to top |
|
 |
AkankshA |
Posted: Tue Mar 25, 2008 11:24 pm Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
If your sending application understands MQ then use MQInput
If your sending application understands JMS then use JMSInput... _________________ Cheers |
|
Back to top |
|
 |
JLRowe |
Posted: Wed Mar 26, 2008 1:53 am Post subject: |
|
|
 Yatiri
Joined: 25 May 2002 Posts: 664 Location: South East London
|
If you want to change JMS providers at a later date |
|
Back to top |
|
 |
satya2481 |
Posted: Wed Mar 26, 2008 2:45 am Post subject: |
|
|
Disciple
Joined: 26 Apr 2007 Posts: 170 Location: Bengaluru
|
Hi Venky,
All the reasons for using the JMS (Instead of base java) can be applied to using the JMSInput node in the message flows. The scenarios could be
1. Your sending application understands only JMS - as AkankshA figured it
2. If there are any plans to change the JMS provider in future - as JLRowe figured it
But I feel even the sending application is JMS, you can use MQInput node. This holds good only for WebSphere MQ, becuase when the message is sent to JMS Queue it is sent to WMQ queue.
Hope this answers your question....
Bye
Satya _________________ IBM Certified Solution Developer WebSphere Message Broker V6.0
IBM Certified System Administrator WebSphere MQ V6.0 |
|
Back to top |
|
 |
AkankshA |
Posted: Wed Mar 26, 2008 2:50 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
satya2481 wrote: |
But I feel even the sending application is JMS, you can use MQInput node. This holds good only for WebSphere MQ, becuase when the message is sent to JMS Queue it is sent to WMQ queue.
|
do u intend to use file based JNDI and an mdb for forwarding msgs??? _________________ Cheers |
|
Back to top |
|
 |
JLRowe |
Posted: Wed Mar 26, 2008 3:28 am Post subject: |
|
|
 Yatiri
Joined: 25 May 2002 Posts: 664 Location: South East London
|
Also remember no XA transactions with the JMS nodes |
|
Back to top |
|
 |
|