Groups | Blog | Home
all groups > sql server notification services > july 2005 >

sql server notification services : Queries


Yogesh K.
7/21/2005 12:00:00 AM
Hi=20



I am working on a project where =20

SQL Server Notifications as a major part of my exploration.=20

There are some practical difficulties I am facing in business =
implementation. I would want to discuss with you. I would be really =
thankful if you could help me with this.=20

=20

I have NS implemented.=20

It is presently configured to receive single set of events. The events =
do not have any condition. Say when I am implementing my subscription =
rule. I have no way to provide any trigger value as on what basis NS is =
going to process the events and generate the Notifications.=20

=20

a.. I just want the NS to process each event I pass and I should get a =
notification with the same values.=20
=20

The subscriber here is a different application which is going to receive =
the notification. I need to develop a custom delivery protocol which =
will fill in the needs to the destination subscriber. My problem here, =
now say if the subscriber crashed and I have still events coming from =
Source. Notifications will be generated and will be posted to =
subscriber. Now the subscriber is not in a position to receive the =
events.=20

=20

How will I handle this scenario, Is there anyway I can know the =
subscriber no longer exists. Or is there a way where I can send him the =
events since the time he had crashed.=20

=20

Waiting for your earliest response.=20

=20

Thanks!!!

Yogesh Kadalgikar

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

Yogesh K.
7/21/2005 12:00:00 AM
Do you mean to say we have to manually disable the subscriber.

But I guess I cant do that as it will be automised process and the subscrber
can go off and come online at any time.

But the requirement at my side is to process all the events and
notifications to all the events are received by the Subscriber.

Thanks!!!

Waiting for your response

[quoted text, click to view]
implementation. I would want to discuss with you. I would be really
thankful if you could help me with this.
[quoted text, click to view]
not have any condition. Say when I am implementing my subscription rule. I
have no way to provide any trigger value as on what basis NS is going to
process the events and generate the Notifications.
[quoted text, click to view]
the notification. I need to develop a custom delivery protocol which will
fill in the needs to the destination subscriber. My problem here, now say if
the subscriber crashed and I have still events coming from Source.
Notifications will be generated and will be posted to subscriber. Now the
subscriber is not in a position to receive the events.
[quoted text, click to view]
subscriber no longer exists. Or is there a way where I can send him the
events since the time he had crashed.
[quoted text, click to view]

Joe Webb
7/21/2005 5:47:09 AM
What about MSMQ?

An alternative may be to have your custom protocol log each successful
delivery to the subscriber app. If you have 6 consecutive failures,
disable the subscriber. With this implementation, you're making an
assumption - which is always a little dangerous.

--
Joe Webb
SQL Server MVP


~~~
Get up to speed quickly with SQLNS
http://www.amazon.com/exec/obidos/tg/detail/-/0972688811

I support PASS, the Professional Association for SQL Server.
(www.sqlpass.org)


On Thu, 21 Jul 2005 15:15:14 +0530, "Yogesh K."
[quoted text, click to view]
Joe Webb
7/21/2005 6:15:52 AM
Check out MSMQ. I think that may be what you're looking for.



--
Joe Webb
SQL Server MVP


~~~
Get up to speed quickly with SQLNS
http://www.amazon.com/exec/obidos/tg/detail/-/0972688811

I support PASS, the Professional Association for SQL Server.
(www.sqlpass.org)


On Thu, 21 Jul 2005 16:35:39 +0530, "Yogesh K."
[quoted text, click to view]
AddThis Social Bookmark Button