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

Added message type, RPC support and installation instructions #2

Closed deckerego closed 11 years ago

deckerego commented 11 years ago

If the NetBeans project stuff is unwelcome, feel free to reject those portions. Otherwise the changes are largely there to add RPC support to the samplers. For example, now one can specify the message type, reply-to queue and correlation ID on the publish sampler and have responses delivered to a consumer sampler.

jlavallee commented 11 years ago

Hi @deckerego, thanks for this submission!! Would it be possible to split it up into 3 separate pull requests? In particular, as you guessed, I think I'd prefer not to merge NetBeans files in (I use eclipse and have the eclipse files ignored by git). I'm a little shaky on the ivy support, it is certainly an improvement over no dependency management though. In any case, I think it would be best as a discrete pull request.

deckerego commented 11 years ago

Will do. I'll ditch the NetBeans portion entirely and then issue two separate pull requests for RPC load testing and Ivy dependency resolution.