Hi Erez, I am not exactly sure of the cause this issue. Could you try increasing the "Timeout" value of the AMQPPublisher sampler?
Also could you trying using telnet to check to check whether the correct hostname and port is being used. Regards, Hemika On Sun, Aug 9, 2015 at 2:08 PM, Erez Naim <[email protected]> wrote: > Hi Hemika and thanks for your response... > > I have installed this plugin and did as I was being instructed. > > Still I have some problems which I cannot solve, I am getting this error: > > java.io.IOException > > more detailed error: > in com.zeroclue.jmeter.protocol.amqp.AMQPPublisher@143094b > 2015/08/06 17:37:30 INFO - com.zeroclue.jmeter.protocol.amqp.AMQPSampler: > Using hosts: [54.173.241.223] addresses: [54.173.241.223:5672] > 2015/08/06 17:37:32 ERROR - > com.zeroclue.jmeter.protocol.amqp.AMQPPublisher: Failed to initialize > channel : java.io.IOException > at com.rabbitmq.client.impl.AMQChannel.wrap(AMQChannel.java:106) > at com.rabbitmq.client.impl.AMQChannel.wrap(AMQChannel.java:102) > at > com.rabbitmq.client.impl.AMQChannel.exnWrappingRpc(AMQChannel.java:124) > at > com.rabbitmq.client.impl.AMQConnection.start(AMQConnection.java:376) > at > com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:603) > at > com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:576) > at > com.zeroclue.jmeter.protocol.amqp.AMQPSampler.createChannel(AMQPSampler.java:426) > at > com.zeroclue.jmeter.protocol.amqp.AMQPSampler.initChannel(AMQPSampler.java:75) > at > com.zeroclue.jmeter.protocol.amqp.AMQPPublisher.initChannel(AMQPPublisher.java:266) > at > com.zeroclue.jmeter.protocol.amqp.AMQPPublisher.sample(AMQPPublisher.java:69) > at > org.apache.jmeter.threads.JMeterThread.process_sampler(JMeterThread.java:434) > at > org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:261) > at java.lang.Thread.run(Unknown Source) > Caused by: com.rabbitmq.client.ShutdownSignalException: connection error > at > com.rabbitmq.utility.ValueOrException.getValue(ValueOrException.java:67) > at > com.rabbitmq.utility.BlockingValueOrException.uninterruptibleGetValue(BlockingValueOrException.java:33) > at > com.rabbitmq.client.impl.AMQChannel$BlockingRpcContinuation.getReply(AMQChannel.java:348) > at > com.rabbitmq.client.impl.AMQChannel.privateRpc(AMQChannel.java:221) > at > com.rabbitmq.client.impl.AMQChannel.exnWrappingRpc(AMQChannel.java:118) > ... 10 more > Caused by: java.net.SocketTimeoutException: Timeout during Connection > negotiation > at > com.rabbitmq.client.impl.AMQConnection.handleSocketTimeout(AMQConnection.java:585) > at > com.rabbitmq.client.impl.AMQConnection.access$600(AMQConnection.java:65) > at > com.rabbitmq.client.impl.AMQConnection$MainLoop.run(AMQConnection.java:560) > ... 1 more > br, > > --Erez-- > > -----Original Message----- > From: Hemika Kodikara [mailto:[email protected]] > Sent: Friday, August 07, 2015 6:59 AM > To: JMeter Users List <[email protected]> > Subject: Re: AMQP > > Hi Erez, > > As far as I know, RabbitMQ has their own jmeter plugin[1]. I hope this > what you are looking for. > > [1] - https://github.com/jlavallee/JMeter-Rabbit-AMQP > > Regards, > Hemika > > On Thu, Aug 6, 2015 at 3:56 PM, Erez Naim <[email protected]> wrote: > > > Hi all, > > > > > > > > I am trying to imitate my Rabbit AMQP mechanism with Jmeter, anybody > > had experience with it? Can anybody elaborate info about it and share it > here? > > > > I am using rabbit AMQP jar which was created via Eclipse and I have > > inserted all relevant info but I am getting the following error: > > > > > > > > java.io.IOException > > > > > > > > > > > > > > > > Thanks! > > > > > > > > BR, > > > > > > > > Erez Naim | QA Lead | [image: LinkedIn] > > <http://www.linkedin.com/profile/view?id=34323263> [image: vCard] > > <http://www.theneura.com/vCards/gilad.vcf> [image: Twitter] > > <http://twitter.com/#!/giladmeiri/> > > > > [image: cid:[email protected]] > > > > EL AL 2 Street | Herzliya > > mobile (+972) 50 9 555 686 | fax (408) 689.1366 | skype erez.neura > > > > > > > > website <http://www.theneura.com/> | blog > > <http://www.startupbitz.com/> | twitter > > <https://twitter.com/intent/user?screen_name=theneura> | map > > <http://goo.gl/maps/ZRkg5> > > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
