Author |
Message
|
rkford11 |
Posted: Wed Sep 15, 2004 9:13 am Post subject: pub/sub flow |
|
|
Partisan
Joined: 06 Jun 2004 Posts: 316
|
I have designed a msg flow, with an input and publication node. the msg is not reaching publish node, and how do we send this msg to the subscription queue.
Thanks |
|
Back to top |
|
 |
contactop |
Posted: Wed Sep 15, 2004 10:46 am Post subject: |
|
|
Acolyte
Joined: 26 Jun 2003 Posts: 50
|
u attach a compute node, and the add the pub node. to see if the msg is reaching the pub node, attach a MQ o/p node and u can see the msg.
do copy the msg through the compute node by setting o/p = i/p |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Sep 15, 2004 10:50 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
rkford11 |
Posted: Wed Sep 15, 2004 11:27 am Post subject: subscription |
|
|
Partisan
Joined: 06 Jun 2004 Posts: 316
|
contactop wrote: |
u attach a compute node, and the add the pub node. to see if the msg is reaching the pub node, attach a MQ o/p node and u can see the msg.
do copy the msg through the compute node by setting o/p = i/p |
How does a subscriber register for the published message.
thanks |
|
Back to top |
|
 |
RocknRambo |
Posted: Wed Sep 15, 2004 2:42 pm Post subject: |
|
|
Partisan
Joined: 24 Sep 2003 Posts: 355
|
Quote: |
I have designed a msg flow, with an input and publication node |
the design is not complete for a pub sub model by just attaching a publish node to the input node.
u have to publish the message with a particular topic. which u can using rfh header (Root.MQRFH2.psc.Topic), the links provided by Jeff cud give u a big picture though.
after u publish, u have to register a queue(which is a subscriber) to that particular topic, this registration can be done in couple of ways.
1. using a message flow
2. using rfh util (supportpac)
hope this wud give u a better startup.
-sanu |
|
Back to top |
|
 |
rkford11 |
Posted: Wed Sep 15, 2004 3:55 pm Post subject: |
|
|
Partisan
Joined: 06 Jun 2004 Posts: 316
|
sanu_newbie wrote: |
Quote: |
I have designed a msg flow, with an input and publication node |
the design is not complete for a pub sub model by just attaching a publish node to the input node.
u have to publish the message with a particular topic. which u can using rfh header (Root.MQRFH2.psc.Topic), the links provided by Jeff cud give u a big picture though.
after u publish, u have to register a queue(which is a subscriber) to that particular topic, this registration can be done in couple of ways.
1. using a message flow
2. using rfh util (supportpac)
hope this wud give u a better startup.
-sanu |
Thanks everybody, you can also subscribe using RegSub.exe application. it can be downloaded at http://www-1.ibm.com/support/docview.wss?uid=swg24000126 |
|
Back to top |
|
 |
|