Posted: Wed Sep 03, 2003 12:42 pm Post subject: pub/ sub using rfhutil
Master
Joined: 08 Jul 2003 Posts: 205
Hi All,
Iam doing a Pub/Sub Model.
pub - first flow ( input, compute, publish ) nodes in order.
sub - second flow(input, output) nodes.
so in the first compute node Iam adding the RFH2 headers like.....
SET OutputRoot.MQRFH2.(MQRFH2.Field)Flags = 0;
SET OutputRoot.MQRFH2.(MQRFH2.Field)Command = 'Publish';
SET OutputRoot.MQRFH2.(MQRFH2.Field)Topic = xxxx/xxxx/xxxx/xx;
and subscribe for this topic from RfhUtil. in the Subscribe part of RFHUtil.
it gives me aome problem.
Questions: is it ok if I add the published topic only in the compute node in first flow.......
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum