Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / Notify / Bug_1385_Regression / notify.conf
blob28d4a76cae7feb555403e18685e891e44c7f9afb
1 ##
2 ## Load the static Cos Notification Service
3 ## The BlockingPolicy requires the notify service to use the following settings to prevent
4 ## dispatch threads from handling supplier-side requests. This would allow dispatch threads
5 ## to block on the condition variables used for the blocking feature, which would prevent
6 ## the thread from handling the consumer response, resulting in deadlock.
7 static Client_Strategy_Factory "-ORBWaitStrategy rw -ORBTransportMuxStrategy exclusive -ORBConnectStrategy blocked"
8 static Resource_Factory "-ORBFlushingStrategy blocking"
9 static Notify_Default_Event_Manager_Objects_Factory "-DispatchingThreads 1"