Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Rename consumer jmx and correct some errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hasithajayasundara committed Jul 17, 2018
1 parent f75f6e5 commit e76dffa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/scripts/broker_test_consumer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ do
destination="QueueName"
connection_factory_name="QueueConnectionFactory"
jndi_file_location="resources/jndi_queue.properties"
jmx_file_location="test_plan/broker_performance_test_queue_consumer.jmx"
jmx_file_location="test_plan/broker_test_queue_consumer.jmx"
;;
topic)
destination="TopicName"
Expand Down
4 changes: 2 additions & 2 deletions tools/scripts/broker_test_scenario.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ do
done

# execute publisher and consumer at the same time
broker_test_consumer.sh -d "$destination" &
./broker_test_consumer.sh -d "$destination" &
sleep 2
broker_test_publisher.sh -d "$destination" &
./broker_test_publisher.sh -d "$destination" &
wait

0 comments on commit e76dffa

Please sign in to comment.