Author |
Message
|
thomaszheng |
Posted: Fri Aug 25, 2006 8:47 am Post subject: how the WMQMB communicate with WBIA adaptor? |
|
|
Acolyte
Joined: 01 Mar 2006 Posts: 62
|
Hi,
To my understanding that the adaptor will take request and send response as BO, on the broker side in the message flow, which node should be used to communicate with WMIA adaptor? I can understand that JMS application can communicate with WMIA adaptor, because JMS can send and received JAVA object from stream. How to do that in WMQMB?
Best |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Aug 25, 2006 8:47 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Using MQ. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
thomaszheng |
Posted: Fri Aug 25, 2006 8:56 am Post subject: |
|
|
Acolyte
Joined: 01 Mar 2006 Posts: 62
|
MQ is transportation, but the requrest BO should be create in message flow and the response and event BOs should be consumed in message flow, which node can be used to do that? must be JAVA node? but there is no JAVA node in WMQMB V5? |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Aug 25, 2006 1:11 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
The "BO" is XML data when it's on MQ. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
djeripo |
Posted: Sat Aug 26, 2006 8:26 pm Post subject: |
|
|
 Master
Joined: 25 Jan 2004 Posts: 225
|
BO in MessageBroker terms is a MessageSet.
In the connector cfg file,You would specify the equivalent messageset for the corresponding BO.Meaning,When the message reaches Broker,It looks for its corresponding messageset.Therefore,You can work on it by building a simple message flow. |
|
Back to top |
|
 |
SandiSan |
Posted: Sun Aug 27, 2006 9:20 am Post subject: |
|
|
 Acolyte
Joined: 01 Apr 2006 Posts: 57 Location: Pune/India
|
you can configure DataHandler for a Adapter that can convert XML Msg comming out of MB to BO . U can also write your own datahandler for non conventional msgs.
Cheers
Sandisan |
|
Back to top |
|
 |
|