Author |
Message
|
Sabyasachi |
Posted: Wed Nov 16, 2005 4:50 am Post subject: GENERIC JMS SUPPORT IN WBIMB 5.0 |
|
|
Newbie
Joined: 16 Nov 2005 Posts: 4
|
Hi
I would like to know is there any way that i can parse all the JMS message types(JMSByteMessage,JMSTextMessage,JMSObject Message etc) which are being generated by Weblogic JMS provider not exactly MQ JMS provider.
If I have to generate a JMS message within the message flow then what do i have to do? |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Nov 16, 2005 4:58 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Have you considered getting training on this product?
Have you looked at the WebSphere MQ manual called "Using Java" that explains how JMS messages get mapped to MQ messages?
Have you looked at all of the options available on the MQInput node?
Also, do you understand what a JMSObject message is? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Sabyasachi |
Posted: Wed Nov 16, 2005 5:06 am Post subject: |
|
|
Newbie
Joined: 16 Nov 2005 Posts: 4
|
The JMSMap and JMSStream domains can be used for modeling messages produced by the WebSphere MQ implementation of the Java Messaging Service standard.
If I am recieving an XML message as part of JMS text message then i can use XML domain to parse the message.
So My first question is
1. Suppose I am recieving an XML message from a source system is it possible to create a JMS mesage within the message flow and send it to destination application
2.Is there any way i can listen to JMS Queue and JMS topic as destiantion |
|
Back to top |
|
 |
mqmatt |
Posted: Wed Nov 16, 2005 5:07 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Nov 16, 2005 5:18 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
As MQMatt says, "generic" JMS support is available in v6.
It is possible to create a custom node that either calls out to an EJB (which then calls your other JMS provider) or that implements a connection to another JMS provider directly in v5.
I wouldn't do it, myself. I'd bridge MQ to the other JMS provider, and then create messages with properly filled in MQRFH2 (as described in the Using Java manual). _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|