Hi, As part of our Integration Test Automation process, we have been actively using Apache JMeter tool.
Some part of test automation needs Asynchronous Message Publisher/Subscriber. We have both ActiveMQ (JMS) and RabbitMQ brokers to be supported in integration tests. What we see is JMeter: uses JMS Point-to-Point/ Publisher/ Subscriber for ActiveMQ communication. and needs AMQP Publisher/ Consumer for RabbitMQ communication. This works well in isolation. However, problem is when we want to switch between RabbitMQ and ActiveMQ broker, depending on what environment we are testing with (e.g. Dev, Test, QA etc). Problem is we have to maintain completely two different Test Suite: one with AMQP components (for RabbitMQ) another one with JMS components (for ActiveMQ) Is there a way in JMeter by which we use some common publisher/consumer that can support both RabbitMQ and ActiveMQ, without us having to maintain two different Test Suite? So that we can anytime switch between the brokers. Thanks, Hiren This e-Mail may contain proprietary and confidential information and is sent for the intended recipient(s) only. If by an addressing or transmission error this mail has been misdirected to you, you are requested to delete this mail immediately. You are also hereby notified that any use, any form of reproduction, dissemination, copying, disclosure, modification, distribution and/or publication of this e-mail message, contents or its attachment other than by its intended recipient/s is strictly prohibited. Visit us at http://www.intellectdesign.com
