Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / Notify / Lanes / consumer.conf
blob455f0c593bf516f8748b049784e1235020905481
2 ##---- Load the Factories------
3 dynamic TAO_RT_ORB_Loader Service_Object *TAO_RTCORBA:_make_TAO_RT_ORB_Loader () "-ORBPriorityMapping continuous"
5 # Uncomment this line to use SCHED_FIFO
6 #dynamic TAO_RT_ORB_Loader Service_Object *TAO_RTCORBA:_make_TAO_RT_ORB_Loader () "-ORBSchedPolicy SCHED_FIFO -ORBScopePolicy PROCESS -ORBPriorityMapping continuous"
8 dynamic TAO_Notify_Tests_RT_Application_Command_Factory Service_Object * TAO_RT_NotifyTests:_make_TAO_Notify_Tests_RT_Application_Command_Factory () ""
9 ##dynamic TAO_Notify_Tests_Application_Command_Factory Service_Object * TAO_NotifyTests:_make_TAO_Notify_Tests_Application_Command_Factory () ""
10 dynamic TAO_Notify_Tests_ConsumerAdmin_Command_Factory Service_Object *TAO_NotifyTests:_make_TAO_Notify_Tests_ConsumerAdmin_Command_Factory () ""
12 dynamic TAO_Notify_Tests_Periodic_Consumer_Command_Factory Service_Object* TAO_NotifyTests:_make_TAO_Notify_Tests_Periodic_Consumer_Command_Factory () ""
14 dynamic TAO_Notify_Tests_Filter_Command_Factory Service_Object* TAO_NotifyTests:_make_TAO_Notify_Tests_Filter_Command_Factory () ""
16 dynamic TAO_Notify_Tests_RT_POA_Command_Factory Service_Object* TAO_RT_NotifyTests:_make_TAO_Notify_Tests_RT_POA_Command_Factory () ""
18 ##------- Init the Application Object ----------
19 static Command_Builder "Application -Init"
21 ##----------- Create an RT POA to host local consumer objects-----------
22 static Command_Builder "POA -Create poa_1 -PriorityModel CLIENT 1 -Lanes 4 -Lane 0 1 0 -Lane 1 1 0 -Lane 2 1 0 -Lane 3 1 0"
24 ##--------- Consumer Admin 1 -------------
25 static Command_Builder "ConsumerAdmin -Create ca1 ec1 -AND_OP"
27 ##--------- Consumer 1 , connected to CA 1 --------
28 static Command_Builder "PeriodicConsumer -Create c1 -Admin ca1 -POA poa_1 -Proxy c1_proxy -MaxCount 5 -Check_Priority"
29 static Command_Builder "PeriodicConsumer -Subscription c1 +Path1"
31 static Command_Builder "Filter -CreateFilter f_c1 ff"
32 static Command_Builder "Filter -Add_Constraint f_c1 'PoolId = 1'"
33 static Command_Builder "Filter -Add_Constraint f_c1 'LaneId = 1'"
35 #static Command_Builder "Filter -Add_Filter f_c1 c1_proxy"
37 ##--------- Consumer 2 , connected to CA 1 --------
38 static Command_Builder "PeriodicConsumer -Create c2 -Admin ca1 -POA poa_1 -Proxy c2_proxy -MaxCount 5 -Check_Priority"
39 static Command_Builder "PeriodicConsumer -Subscription c2 +Path2"
41 static Command_Builder "Filter -CreateFilter f_c2 ff"
42 static Command_Builder "Filter -Add_Constraint f_c2 'PoolId = 1'"
43 static Command_Builder "Filter -Add_Constraint f_c2 'LaneId = 2'"
45 #static Command_Builder "Filter -Add_Filter f_c2 c2_proxy"
47 ##--------- Consumer 3 , connected to CA 1 --------
48 static Command_Builder "PeriodicConsumer -Create c3 -Admin ca1 -POA poa_1 -Proxy c3_proxy -MaxCount 5 -Check_Priority"
50 static Command_Builder "PeriodicConsumer -Subscription c3 +Path3"
52 static Command_Builder "Filter -CreateFilter f_c3 ff"
53 static Command_Builder "Filter -Add_Constraint f_c3 'PoolId = 1'"
54 static Command_Builder "Filter -Add_Constraint f_c3 'LaneId = 3'"
56 static Command_Builder "Filter -Add_Filter f_c3 c3_proxy"
58 ##------- Run---------
59 static Command_Builder "Application -SignalPeer"
60 static Command_Builder "Application -Run"
61 static Command_Builder "Application -WaitForEvents"
62 static Command_Builder "Application -Shutdown"