jlavallee / JMeter-Rabbit-AMQP

A JMeter plugin to publish & consume messages from RabbitMQ or any AMQP message broker
Apache License 2.0
158 stars 180 forks source link

Update AMQPPublisher.java to fix an if statement #36

Closed qambber closed 7 years ago

qambber commented 8 years ago

The if statement is broken and therefore messageId is never sent. This fixes the issue.

PeteTh commented 7 years ago

Can someone with write access please merge this Pull Request

jlavallee commented 7 years ago

Merged, thanks!