Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
vikram_s_in
Starting Member
1 Post |
Posted - 2007-10-23 : 07:38:34
|
Hi,We have created an instance of Notification Services and facing a small problem during Notification Delivery, the Notifications are not being sent asynchronously. We are using SQL 2005 Standard Edition and have set the ThreadPoolSize of the Distributor tin the ADF to Zero Here is the Distributor part of the ADF file.<Distributors><Distributor><SystemName>%_HostName_%</SystemName><QuantumDuration>P0DT00H00M1S</QuantumDuration><ThreadPoolSize>0</ThreadPoolSize></Distributor><Distributors>We have used a custom Delivery Protocol by implementing IDeliveryProtocol Interface in a class library.But the DLL is not being called asynchronously. Any suggestion will be of much help.regardsVik |
|
|
|
|