Author |
Message
|
veera_clr |
Posted: Tue Nov 03, 2009 9:22 pm Post subject: Reg Publish Subscriber |
|
|
Novice
Joined: 12 Oct 2009 Posts: 17
|
Hi all,
I am very new to this concept.
I have the requirement like this
1. publish the message and subscribe the message to each subscriber with content filtering. for doing this i have seen some where, need to register the subscribe the message with required filter condition in local broker.
example : SET OutputRoot.MQRFH2.psc.Command = 'RegSub';
SET OutputRoot.MQRFH2.psc.Topic = 'Topic_1';
SET OutputRoot.MQRFH2.psc.QName = 'SUBSCRIBER_QUEUE';
--SET OutputRoot.MQRFH2.psc.Filter = "InputBody"."Book"."Title" LIKE 'N%';
SET OutputRoot.MQRFH2.psc.Filter = InputRoot.XML.DATA.BUSINESS_SEG LIKE 'N%';
i am not able to do that manually. do we register this subscribe by invoking the flow?
could you tell me how can i achieve my requirement.
1. create a topic
2. register subscribers.
3. subscribe message. |
|
Back to top |
|
 |
AkankshA |
Posted: Tue Nov 03, 2009 11:39 pm Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
please go through the pub sub guide of wmb.
it has step by step guidance on sending a subscription and publications to broker
also i would recommend you to first make normal topic based filtering work before switching to content based.
 _________________ Cheers |
|
Back to top |
|
 |
veera_clr |
Posted: Wed Nov 04, 2009 3:16 am Post subject: |
|
|
Novice
Joined: 12 Oct 2009 Posts: 17
|
Hi Akanksha,
I searched for wmb guide. i didnt get that. could you provide me the link, if you dont mind.
Thanks,
Veera |
|
Back to top |
|
 |
veera_clr |
Posted: Wed Nov 04, 2009 4:05 am Post subject: |
|
|
Novice
Joined: 12 Oct 2009 Posts: 17
|
Hi akanksha,
Could you please provide me the link, if you know. I searched for that in google, i am not able to find.
Thanks,
Veera |
|
Back to top |
|
 |
AkankshA |
Posted: Wed Nov 04, 2009 4:11 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
|
Back to top |
|
 |
shaddy |
Posted: Wed Nov 04, 2009 4:34 am Post subject: |
|
|
Newbie
Joined: 11 Sep 2009 Posts: 7
|
hi,
The link mentioned above is not working
Please help.
Many thanks,
Shaddy |
|
Back to top |
|
 |
smdavies99 |
Posted: Wed Nov 04, 2009 4:39 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
|
Back to top |
|
 |
veera_clr |
Posted: Wed Nov 04, 2009 4:45 am Post subject: |
|
|
Novice
Joined: 12 Oct 2009 Posts: 17
|
Hi Akanksha,
I got the document.
Thank you very much.
regards,
veera |
|
Back to top |
|
 |
shaddy |
Posted: Wed Nov 04, 2009 6:18 am Post subject: |
|
|
Newbie
Joined: 11 Sep 2009 Posts: 7
|
hi,
thanks a lot..i got the doc   |
|
Back to top |
|
 |
|