2 # ------------------------------------------------------------------------------
3 # Entry condition: all queues to be used start off empty.
4 # Use this script to 'prime' queues for further experiments.
5 # ------------------------------------------------------------------------------
7 source $cmd_base/funcs.sh
8 # ------------------------------------------------------------------------------
10 # ------------------------------------------------------------------------------
12 # ------------------------------------------------------------------------------
14 while [ "$cqn" -le "${MAX_QUEUE}" ]; do
15 echo "---------------------------------------------------------------------"
17 ncmd
="STOMP_DEST=${nqn} STOMP_NMSGS=${MSG_COUNT} go run $PUTTER"
18 echo "Next Puts: ${ncmd}"