Load test RabbitMQ using JMeter throw exception : An unexpected connection driver error occured (Exception message: Socket closed)How do I load test a RabbitMQ server (Either using JMeter, python or any other tool..)?Performance testing on Selenium script using JMeter-Junitava RabbitMQ client (amqp-client-3.6.5.jar) is blocking indefinitely on “Channel.Open” commandHow can I declare a date type parameter in JDBC request in Jmeterrabbitmq docker spring o.s.a.r.l.SimpleMessageListenerContainer : Failed to check/redeclare auto-delete queue(s)Getting javax.script.ScriptException: groovy.lang.MissingPropertyException: No such property: in jmeterJMeter 3.3 keeps stating class not foundJmeter - Selenium/Webdriver Support : HTMLUNIT driver errorJMeter 5.0 distributed testing connection exception errorReactor rabbitmq AlreadyClosedExceptionGetting Access refused on Rabbit MQ testing in JMeter
python displays `n` instead of breaking a line
What do the positive and negative (+/-) transmit and receive pins mean on Ethernet cables?
New Order #2: Turn My Way
How can I, as DM, avoid the Conga Line of Death occurring when implementing some form of flanking rule?
C++ lambda syntax
Make a Bowl of Alphabet Soup
Pre-Employment Background Check With Consent For Future Checks
Not hide and seek
Trouble reading roman numeral notation with flats
Why is participating in the European Parliamentary elections used as a threat?
Why can't I get pgrep output right to variable on bash script?
How can a new country break out from a developed country without war?
Output visual diagram of picture
How to preserve electronics (computers, ipads, phones) for hundreds of years?
Exposing a company lying about themselves in a tightly knit industry (videogames) : Is my career at risk on the long run?
Offset in split text content
Writing in a Christian voice
Error in master's thesis, I do not know what to do
Put the phone down / Put down the phone
Comic-book: Kids find a dead female superhero in the woods
Sort with assumptions
What is this high flying aircraft over Pennsylvania?
Toggle window scroll bar
What 1968 Moog synthesizer was used in the Movie Apollo 11?
Load test RabbitMQ using JMeter throw exception : An unexpected connection driver error occured (Exception message: Socket closed)
How do I load test a RabbitMQ server (Either using JMeter, python or any other tool..)?Performance testing on Selenium script using JMeter-Junitava RabbitMQ client (amqp-client-3.6.5.jar) is blocking indefinitely on “Channel.Open” commandHow can I declare a date type parameter in JDBC request in Jmeterrabbitmq docker spring o.s.a.r.l.SimpleMessageListenerContainer : Failed to check/redeclare auto-delete queue(s)Getting javax.script.ScriptException: groovy.lang.MissingPropertyException: No such property: in jmeterJMeter 3.3 keeps stating class not foundJmeter - Selenium/Webdriver Support : HTMLUNIT driver errorJMeter 5.0 distributed testing connection exception errorReactor rabbitmq AlreadyClosedExceptionGetting Access refused on Rabbit MQ testing in JMeter
I followed RabbitMQ Load test setup from here
https://stackoverflow.com/a/37828239/10088932
I have downladed the Jar file from here https://github.com/jatinaneja/jmeter_amqp/blob/master/JMeterAMQP.jar
When i run the load test I get the following error message in JMeter
2019-03-07 19:55:27,808 INFO c.z.j.p.a.g.AMQPSamplerGui: AMQPSamplerGui.modifyTestElement() called, set user/pass to guest/guest on sampler com.zeroclue.jmeter.protocol.amqp.AMQPPublisher@aa4ef49
2019-03-07 19:55:27,808 INFO c.z.j.p.a.g.AMQPSamplerGui: AMQPSamplerGui.configure() called
2019-03-07 19:55:27,808 INFO o.a.j.e.StandardJMeterEngine: Running the test!
2019-03-07 19:55:27,808 INFO o.a.j.s.SampleEvent: List of sample_variables: []
2019-03-07 19:55:27,809 INFO o.a.j.g.u.JMeterMenuBar: setRunning(true, *local*)
2019-03-07 19:55:27,864 INFO o.a.j.e.StandardJMeterEngine: Starting ThreadGroup: 1 : RabbitMQ Group
2019-03-07 19:55:27,864 INFO o.a.j.e.StandardJMeterEngine: Starting 1 threads for group RabbitMQ Group.
2019-03-07 19:55:27,864 INFO o.a.j.e.StandardJMeterEngine: Thread will continue on error
2019-03-07 19:55:27,864 INFO o.a.j.t.ThreadGroup: Starting thread group... number=1 threads=1 ramp-up=1 perThread=1000.0 delayedStart=false
2019-03-07 19:55:27,864 INFO o.a.j.t.ThreadGroup: Started thread group number 1
2019-03-07 19:55:27,864 INFO o.a.j.e.StandardJMeterEngine: All thread groups have been started
2019-03-07 19:55:27,865 INFO o.a.j.t.JMeterThread: Thread started: RabbitMQ Group 1-1
2019-03-07 19:55:27,865 INFO c.z.j.p.a.AMQPSampler: Creating channel /:15672
2019-03-07 19:55:27,865 INFO c.z.j.p.a.AMQPSampler: RabbitMQ ConnectionFactory using:
virtual host: /
host: localhost
port: 15672
username: guest
password: guest
timeout: 10000
heartbeat: 1
in com.zeroclue.jmeter.protocol.amqp.AMQPPublisher@4fcaa251
2019-03-07 19:55:27,865 INFO c.z.j.p.a.AMQPSampler: Using hosts: [localhost] addresses: [localhost:15672]
2019-03-07 19:55:33,869 WARN c.r.c.i.ForgivingExceptionHandler: An unexpected connection driver error occured (Exception message: Socket closed)
2019-03-07 19:55:33,869 ERROR c.z.j.p.a.AMQPPublisher: Failed to initialize channel :
java.util.concurrent.TimeoutException: null
at com.rabbitmq.utility.BlockingCell.get(BlockingCell.java:77) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.utility.BlockingCell.uninterruptibleGet(BlockingCell.java:120) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.utility.BlockingValueOrException.uninterruptibleGetValue(BlockingValueOrException.java:36) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.client.impl.AMQChannel$BlockingRpcContinuation.getReply(AMQChannel.java:502) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.client.impl.AMQConnection.start(AMQConnection.java:317) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.client.impl.recovery.RecoveryAwareAMQConnectionFactory.newConnection(RecoveryAwareAMQConnectionFactory.java:64) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.client.impl.recovery.AutorecoveringConnection.init(AutorecoveringConnection.java:156) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1106) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1063) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:885) ~[amqp-client-5.6.0.jar:5.6.0]
at com.zeroclue.jmeter.protocol.amqp.AMQPSampler.createChannel(AMQPSampler.java:437) ~[JMeterAMQP.jar:?]
at com.zeroclue.jmeter.protocol.amqp.AMQPSampler.initChannel(AMQPSampler.java:79) ~[JMeterAMQP.jar:?]
at com.zeroclue.jmeter.protocol.amqp.AMQPPublisher.initChannel(AMQPPublisher.java:266) ~[JMeterAMQP.jar:?]
at com.zeroclue.jmeter.protocol.amqp.AMQPPublisher.sample(AMQPPublisher.java:69) [JMeterAMQP.jar:?]
at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:491) [ApacheJMeter_core.jar:3.2 r1790748]
at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:425) [ApacheJMeter_core.jar:3.2 r1790748]
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:254) [ApacheJMeter_core.jar:3.2 r1790748]
at java.lang.Thread.run(Unknown Source) [?:?]
2019-03-07 19:55:33,869 INFO o.a.j.t.JMeterThread: Thread is done: RabbitMQ Group 1-1
2019-03-07 19:55:33,869 INFO o.a.j.t.JMeterThread: Thread finished: RabbitMQ Group 1-1
2019-03-07 19:55:33,869 INFO c.z.j.p.a.AMQPSampler: AMQPSampler.threadFinished called
2019-03-07 19:55:33,869 INFO o.a.j.e.StandardJMeterEngine: Notifying test listeners of end of test
2019-03-07 19:55:33,869 INFO o.a.j.g.u.JMeterMenuBar: setRunning(false, *local*)
jmeter rabbitmq load-testing
add a comment |
I followed RabbitMQ Load test setup from here
https://stackoverflow.com/a/37828239/10088932
I have downladed the Jar file from here https://github.com/jatinaneja/jmeter_amqp/blob/master/JMeterAMQP.jar
When i run the load test I get the following error message in JMeter
2019-03-07 19:55:27,808 INFO c.z.j.p.a.g.AMQPSamplerGui: AMQPSamplerGui.modifyTestElement() called, set user/pass to guest/guest on sampler com.zeroclue.jmeter.protocol.amqp.AMQPPublisher@aa4ef49
2019-03-07 19:55:27,808 INFO c.z.j.p.a.g.AMQPSamplerGui: AMQPSamplerGui.configure() called
2019-03-07 19:55:27,808 INFO o.a.j.e.StandardJMeterEngine: Running the test!
2019-03-07 19:55:27,808 INFO o.a.j.s.SampleEvent: List of sample_variables: []
2019-03-07 19:55:27,809 INFO o.a.j.g.u.JMeterMenuBar: setRunning(true, *local*)
2019-03-07 19:55:27,864 INFO o.a.j.e.StandardJMeterEngine: Starting ThreadGroup: 1 : RabbitMQ Group
2019-03-07 19:55:27,864 INFO o.a.j.e.StandardJMeterEngine: Starting 1 threads for group RabbitMQ Group.
2019-03-07 19:55:27,864 INFO o.a.j.e.StandardJMeterEngine: Thread will continue on error
2019-03-07 19:55:27,864 INFO o.a.j.t.ThreadGroup: Starting thread group... number=1 threads=1 ramp-up=1 perThread=1000.0 delayedStart=false
2019-03-07 19:55:27,864 INFO o.a.j.t.ThreadGroup: Started thread group number 1
2019-03-07 19:55:27,864 INFO o.a.j.e.StandardJMeterEngine: All thread groups have been started
2019-03-07 19:55:27,865 INFO o.a.j.t.JMeterThread: Thread started: RabbitMQ Group 1-1
2019-03-07 19:55:27,865 INFO c.z.j.p.a.AMQPSampler: Creating channel /:15672
2019-03-07 19:55:27,865 INFO c.z.j.p.a.AMQPSampler: RabbitMQ ConnectionFactory using:
virtual host: /
host: localhost
port: 15672
username: guest
password: guest
timeout: 10000
heartbeat: 1
in com.zeroclue.jmeter.protocol.amqp.AMQPPublisher@4fcaa251
2019-03-07 19:55:27,865 INFO c.z.j.p.a.AMQPSampler: Using hosts: [localhost] addresses: [localhost:15672]
2019-03-07 19:55:33,869 WARN c.r.c.i.ForgivingExceptionHandler: An unexpected connection driver error occured (Exception message: Socket closed)
2019-03-07 19:55:33,869 ERROR c.z.j.p.a.AMQPPublisher: Failed to initialize channel :
java.util.concurrent.TimeoutException: null
at com.rabbitmq.utility.BlockingCell.get(BlockingCell.java:77) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.utility.BlockingCell.uninterruptibleGet(BlockingCell.java:120) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.utility.BlockingValueOrException.uninterruptibleGetValue(BlockingValueOrException.java:36) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.client.impl.AMQChannel$BlockingRpcContinuation.getReply(AMQChannel.java:502) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.client.impl.AMQConnection.start(AMQConnection.java:317) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.client.impl.recovery.RecoveryAwareAMQConnectionFactory.newConnection(RecoveryAwareAMQConnectionFactory.java:64) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.client.impl.recovery.AutorecoveringConnection.init(AutorecoveringConnection.java:156) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1106) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1063) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:885) ~[amqp-client-5.6.0.jar:5.6.0]
at com.zeroclue.jmeter.protocol.amqp.AMQPSampler.createChannel(AMQPSampler.java:437) ~[JMeterAMQP.jar:?]
at com.zeroclue.jmeter.protocol.amqp.AMQPSampler.initChannel(AMQPSampler.java:79) ~[JMeterAMQP.jar:?]
at com.zeroclue.jmeter.protocol.amqp.AMQPPublisher.initChannel(AMQPPublisher.java:266) ~[JMeterAMQP.jar:?]
at com.zeroclue.jmeter.protocol.amqp.AMQPPublisher.sample(AMQPPublisher.java:69) [JMeterAMQP.jar:?]
at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:491) [ApacheJMeter_core.jar:3.2 r1790748]
at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:425) [ApacheJMeter_core.jar:3.2 r1790748]
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:254) [ApacheJMeter_core.jar:3.2 r1790748]
at java.lang.Thread.run(Unknown Source) [?:?]
2019-03-07 19:55:33,869 INFO o.a.j.t.JMeterThread: Thread is done: RabbitMQ Group 1-1
2019-03-07 19:55:33,869 INFO o.a.j.t.JMeterThread: Thread finished: RabbitMQ Group 1-1
2019-03-07 19:55:33,869 INFO c.z.j.p.a.AMQPSampler: AMQPSampler.threadFinished called
2019-03-07 19:55:33,869 INFO o.a.j.e.StandardJMeterEngine: Notifying test listeners of end of test
2019-03-07 19:55:33,869 INFO o.a.j.g.u.JMeterMenuBar: setRunning(false, *local*)
jmeter rabbitmq load-testing
add a comment |
I followed RabbitMQ Load test setup from here
https://stackoverflow.com/a/37828239/10088932
I have downladed the Jar file from here https://github.com/jatinaneja/jmeter_amqp/blob/master/JMeterAMQP.jar
When i run the load test I get the following error message in JMeter
2019-03-07 19:55:27,808 INFO c.z.j.p.a.g.AMQPSamplerGui: AMQPSamplerGui.modifyTestElement() called, set user/pass to guest/guest on sampler com.zeroclue.jmeter.protocol.amqp.AMQPPublisher@aa4ef49
2019-03-07 19:55:27,808 INFO c.z.j.p.a.g.AMQPSamplerGui: AMQPSamplerGui.configure() called
2019-03-07 19:55:27,808 INFO o.a.j.e.StandardJMeterEngine: Running the test!
2019-03-07 19:55:27,808 INFO o.a.j.s.SampleEvent: List of sample_variables: []
2019-03-07 19:55:27,809 INFO o.a.j.g.u.JMeterMenuBar: setRunning(true, *local*)
2019-03-07 19:55:27,864 INFO o.a.j.e.StandardJMeterEngine: Starting ThreadGroup: 1 : RabbitMQ Group
2019-03-07 19:55:27,864 INFO o.a.j.e.StandardJMeterEngine: Starting 1 threads for group RabbitMQ Group.
2019-03-07 19:55:27,864 INFO o.a.j.e.StandardJMeterEngine: Thread will continue on error
2019-03-07 19:55:27,864 INFO o.a.j.t.ThreadGroup: Starting thread group... number=1 threads=1 ramp-up=1 perThread=1000.0 delayedStart=false
2019-03-07 19:55:27,864 INFO o.a.j.t.ThreadGroup: Started thread group number 1
2019-03-07 19:55:27,864 INFO o.a.j.e.StandardJMeterEngine: All thread groups have been started
2019-03-07 19:55:27,865 INFO o.a.j.t.JMeterThread: Thread started: RabbitMQ Group 1-1
2019-03-07 19:55:27,865 INFO c.z.j.p.a.AMQPSampler: Creating channel /:15672
2019-03-07 19:55:27,865 INFO c.z.j.p.a.AMQPSampler: RabbitMQ ConnectionFactory using:
virtual host: /
host: localhost
port: 15672
username: guest
password: guest
timeout: 10000
heartbeat: 1
in com.zeroclue.jmeter.protocol.amqp.AMQPPublisher@4fcaa251
2019-03-07 19:55:27,865 INFO c.z.j.p.a.AMQPSampler: Using hosts: [localhost] addresses: [localhost:15672]
2019-03-07 19:55:33,869 WARN c.r.c.i.ForgivingExceptionHandler: An unexpected connection driver error occured (Exception message: Socket closed)
2019-03-07 19:55:33,869 ERROR c.z.j.p.a.AMQPPublisher: Failed to initialize channel :
java.util.concurrent.TimeoutException: null
at com.rabbitmq.utility.BlockingCell.get(BlockingCell.java:77) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.utility.BlockingCell.uninterruptibleGet(BlockingCell.java:120) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.utility.BlockingValueOrException.uninterruptibleGetValue(BlockingValueOrException.java:36) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.client.impl.AMQChannel$BlockingRpcContinuation.getReply(AMQChannel.java:502) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.client.impl.AMQConnection.start(AMQConnection.java:317) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.client.impl.recovery.RecoveryAwareAMQConnectionFactory.newConnection(RecoveryAwareAMQConnectionFactory.java:64) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.client.impl.recovery.AutorecoveringConnection.init(AutorecoveringConnection.java:156) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1106) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1063) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:885) ~[amqp-client-5.6.0.jar:5.6.0]
at com.zeroclue.jmeter.protocol.amqp.AMQPSampler.createChannel(AMQPSampler.java:437) ~[JMeterAMQP.jar:?]
at com.zeroclue.jmeter.protocol.amqp.AMQPSampler.initChannel(AMQPSampler.java:79) ~[JMeterAMQP.jar:?]
at com.zeroclue.jmeter.protocol.amqp.AMQPPublisher.initChannel(AMQPPublisher.java:266) ~[JMeterAMQP.jar:?]
at com.zeroclue.jmeter.protocol.amqp.AMQPPublisher.sample(AMQPPublisher.java:69) [JMeterAMQP.jar:?]
at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:491) [ApacheJMeter_core.jar:3.2 r1790748]
at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:425) [ApacheJMeter_core.jar:3.2 r1790748]
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:254) [ApacheJMeter_core.jar:3.2 r1790748]
at java.lang.Thread.run(Unknown Source) [?:?]
2019-03-07 19:55:33,869 INFO o.a.j.t.JMeterThread: Thread is done: RabbitMQ Group 1-1
2019-03-07 19:55:33,869 INFO o.a.j.t.JMeterThread: Thread finished: RabbitMQ Group 1-1
2019-03-07 19:55:33,869 INFO c.z.j.p.a.AMQPSampler: AMQPSampler.threadFinished called
2019-03-07 19:55:33,869 INFO o.a.j.e.StandardJMeterEngine: Notifying test listeners of end of test
2019-03-07 19:55:33,869 INFO o.a.j.g.u.JMeterMenuBar: setRunning(false, *local*)
jmeter rabbitmq load-testing
I followed RabbitMQ Load test setup from here
https://stackoverflow.com/a/37828239/10088932
I have downladed the Jar file from here https://github.com/jatinaneja/jmeter_amqp/blob/master/JMeterAMQP.jar
When i run the load test I get the following error message in JMeter
2019-03-07 19:55:27,808 INFO c.z.j.p.a.g.AMQPSamplerGui: AMQPSamplerGui.modifyTestElement() called, set user/pass to guest/guest on sampler com.zeroclue.jmeter.protocol.amqp.AMQPPublisher@aa4ef49
2019-03-07 19:55:27,808 INFO c.z.j.p.a.g.AMQPSamplerGui: AMQPSamplerGui.configure() called
2019-03-07 19:55:27,808 INFO o.a.j.e.StandardJMeterEngine: Running the test!
2019-03-07 19:55:27,808 INFO o.a.j.s.SampleEvent: List of sample_variables: []
2019-03-07 19:55:27,809 INFO o.a.j.g.u.JMeterMenuBar: setRunning(true, *local*)
2019-03-07 19:55:27,864 INFO o.a.j.e.StandardJMeterEngine: Starting ThreadGroup: 1 : RabbitMQ Group
2019-03-07 19:55:27,864 INFO o.a.j.e.StandardJMeterEngine: Starting 1 threads for group RabbitMQ Group.
2019-03-07 19:55:27,864 INFO o.a.j.e.StandardJMeterEngine: Thread will continue on error
2019-03-07 19:55:27,864 INFO o.a.j.t.ThreadGroup: Starting thread group... number=1 threads=1 ramp-up=1 perThread=1000.0 delayedStart=false
2019-03-07 19:55:27,864 INFO o.a.j.t.ThreadGroup: Started thread group number 1
2019-03-07 19:55:27,864 INFO o.a.j.e.StandardJMeterEngine: All thread groups have been started
2019-03-07 19:55:27,865 INFO o.a.j.t.JMeterThread: Thread started: RabbitMQ Group 1-1
2019-03-07 19:55:27,865 INFO c.z.j.p.a.AMQPSampler: Creating channel /:15672
2019-03-07 19:55:27,865 INFO c.z.j.p.a.AMQPSampler: RabbitMQ ConnectionFactory using:
virtual host: /
host: localhost
port: 15672
username: guest
password: guest
timeout: 10000
heartbeat: 1
in com.zeroclue.jmeter.protocol.amqp.AMQPPublisher@4fcaa251
2019-03-07 19:55:27,865 INFO c.z.j.p.a.AMQPSampler: Using hosts: [localhost] addresses: [localhost:15672]
2019-03-07 19:55:33,869 WARN c.r.c.i.ForgivingExceptionHandler: An unexpected connection driver error occured (Exception message: Socket closed)
2019-03-07 19:55:33,869 ERROR c.z.j.p.a.AMQPPublisher: Failed to initialize channel :
java.util.concurrent.TimeoutException: null
at com.rabbitmq.utility.BlockingCell.get(BlockingCell.java:77) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.utility.BlockingCell.uninterruptibleGet(BlockingCell.java:120) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.utility.BlockingValueOrException.uninterruptibleGetValue(BlockingValueOrException.java:36) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.client.impl.AMQChannel$BlockingRpcContinuation.getReply(AMQChannel.java:502) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.client.impl.AMQConnection.start(AMQConnection.java:317) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.client.impl.recovery.RecoveryAwareAMQConnectionFactory.newConnection(RecoveryAwareAMQConnectionFactory.java:64) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.client.impl.recovery.AutorecoveringConnection.init(AutorecoveringConnection.java:156) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1106) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1063) ~[amqp-client-5.6.0.jar:5.6.0]
at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:885) ~[amqp-client-5.6.0.jar:5.6.0]
at com.zeroclue.jmeter.protocol.amqp.AMQPSampler.createChannel(AMQPSampler.java:437) ~[JMeterAMQP.jar:?]
at com.zeroclue.jmeter.protocol.amqp.AMQPSampler.initChannel(AMQPSampler.java:79) ~[JMeterAMQP.jar:?]
at com.zeroclue.jmeter.protocol.amqp.AMQPPublisher.initChannel(AMQPPublisher.java:266) ~[JMeterAMQP.jar:?]
at com.zeroclue.jmeter.protocol.amqp.AMQPPublisher.sample(AMQPPublisher.java:69) [JMeterAMQP.jar:?]
at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:491) [ApacheJMeter_core.jar:3.2 r1790748]
at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:425) [ApacheJMeter_core.jar:3.2 r1790748]
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:254) [ApacheJMeter_core.jar:3.2 r1790748]
at java.lang.Thread.run(Unknown Source) [?:?]
2019-03-07 19:55:33,869 INFO o.a.j.t.JMeterThread: Thread is done: RabbitMQ Group 1-1
2019-03-07 19:55:33,869 INFO o.a.j.t.JMeterThread: Thread finished: RabbitMQ Group 1-1
2019-03-07 19:55:33,869 INFO c.z.j.p.a.AMQPSampler: AMQPSampler.threadFinished called
2019-03-07 19:55:33,869 INFO o.a.j.e.StandardJMeterEngine: Notifying test listeners of end of test
2019-03-07 19:55:33,869 INFO o.a.j.g.u.JMeterMenuBar: setRunning(false, *local*)
jmeter rabbitmq load-testing
jmeter rabbitmq load-testing
asked Mar 7 at 20:08
Anand NagarajaAnand Nagaraja
12
12
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55052033%2fload-test-rabbitmq-using-jmeter-throw-exception-an-unexpected-connection-drive%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55052033%2fload-test-rabbitmq-using-jmeter-throw-exception-an-unexpected-connection-drive%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown