Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / orbsvcs / FTRT_Event_Service / consumer
blobeec89bc5e69ee8642004df54818ad7252062f059
1 #!/bin/sh
3 HOSTNAME=`hostname`
4 EndpintParam=
5 FTEC_TransactionDepth=${FTEC_TransactionDepth=1}
8 while test "$1" != ""
9 do
10 case "$1" in
11 -sciop) ORBNameServicePort=${ORBNameServicePort=10000}
12 export NameServiceIOR=${NameServiceIOR=corbaloc:sciop:$HOSTNAME:$ORBNameServicePort/NameService}
13 EndpointParam="-ORBEndpoint sciop://";;
14 -d) $FTEC_TransactionDepth=$2
15 shift;;
16 esac
17 shift
18 done
20 cd $TAO_ROOT/orbsvcs/tests/FtRtEvent
21 export FTEC_TransactionDepth
22 ./consumer $EndpointParam