0 Replies Latest reply on Aug 24, 2014 9:18 AM by heartstone

    Jmeter activemq amqp protocol errors

    heartstone

      Hi all again. Trying to make load test of openwire protocol and amqp. I've download some jmeter from github, for rabbitmq, with AMQP protocol. When i'm running jmeter on my amqp 5672 port, activemq fals down with this errors  Even if i run example python script from activemq example folder, the same errors.

      Caused by org.apache.qpid.proton.engine.TransportException: org.apache.qpid.proton.engine.TransportException: AMQP header mismatch value 0, expecting 1. In state: HEADER5
        at org.apache.qpid.proton.engine.TransportResultFactory$TransportResultImpl.checkIsOk(TransportResultFactory.java:116)
        at org.apache.qpid.proton.engine.impl.TransportImpl.input(TransportImpl.java:220)
        at org.apache.activemq.transport.amqp.AmqpProtocolConverter.onFrame(AmqpProtocolConverter.java:230)

      Then i was install qpid proton 0.7, and run again example scripts, and they works. I see some messages in webconsole. But i can only send and receive about 5-25 messages then client closed, why so i dont know. If i send about 50-150 messages for example, then client dont get it .

      So my question is how can i test load AMQP protocol with JMETER? Maybe somebody have jmx file with settings, or some article how to setup it? I didnt found anything on the internet.