This repository has been archived by the owner on Oct 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add number_of_messages_parameter to the implementation
- Loading branch information
1 parent
6fa4096
commit c72f243
Showing
5 changed files
with
46 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 7 additions & 8 deletions
15
tools/scripts/resources/ballerina_message_broker_performance_test.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
jndi_file_location=<jndi_file_location> | ||
loop_count=<loop_count> | ||
thread_count=<thread_count> | ||
ramp_time=<ramp_time> | ||
jmx_file_location=<jmx_file_location> | ||
# this is not needed if jmeter_home is already configured | ||
jmeter_home=<jmeter_home> | ||
message_size=<message_size> | ||
duration_of_the_test=<duration_of_the_test> | ||
throughput=<throughput> | ||
jmx_file_location=test_plan/ballerina_message_broker_performance_test.jmx | ||
jndi_file_location=resources/jndi.properties | ||
thread_count=1 | ||
number_of_messages=10000 | ||
throughput=5000 | ||
message_size=10KB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# register some connection factories | ||
# connectionfactory.[jndiname] = [ConnectionURL] | ||
connectionfactory.QueueConnectionFactory = <connection_url> | ||
connectionfactory.QueueConnectionFactory =amqp://admin:admin@clientID/carbon?brokerlist='tcp://localhost:5672' | ||
|
||
# register some queues in JNDI using the form | ||
# queue.[jndiName] = [physicalName] | ||
queue.QueueName = <queue_name> | ||
queue.QueueName = micro_benchmark_queue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters