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













0















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*)









share|improve this question


























    0















    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*)









    share|improve this question
























      0












      0








      0








      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*)









      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 7 at 20:08









      Anand NagarajaAnand Nagaraja

      12




      12






















          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
          );



          );













          draft saved

          draft discarded


















          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















          draft saved

          draft discarded
















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          How to get text form Clipboard with JavaScript in Firefox 56?How to validate an email address in JavaScript?How do JavaScript closures work?How do I remove a property from a JavaScript object?How do you get a timestamp in JavaScript?How do I copy to the clipboard in JavaScript?How do I include a JavaScript file in another JavaScript file?Get the current URL with JavaScript?How to replace all occurrences of a string in JavaScriptHow to check whether a string contains a substring in JavaScript?How do I remove a particular element from an array in JavaScript?

          Can't initialize raids on a new ASUS Prime B360M-A motherboard2019 Community Moderator ElectionSimilar to RAID config yet more like mirroring solution?Can't get motherboard serial numberWhy does the BIOS entry point start with a WBINVD instruction?UEFI performance Asus Maximus V Extreme

          List of MPs elected to the English parliament in 1640 (April) Contents List of constituencies and members See also Notes References Navigation menueNational Archives – The Glynde Place ArchivesCobbett's Parliamentary history of England, from the Norman Conquest in 1066 to the year 1803'Aldermen in Parliament', The Aldermen of the City of London: Temp. Henry III – 1912onepage&q&f&#61, false 229