shalu
7 years agoOccasional Contributor
Connection to RabbitMQ
Hello Community Members,
I am trying to connect to RabbitMQ from SoapUi to write and retrieve messages for testing dependent services. I searched online for examples to connect to RabbitMQ from...
- 7 years ago
Hi Shalu,
Thank you for your post. ReadyAPI supports JMS message testing. RabbitMQ uses AMQP protocol as far as I know which we do not support. However, you can use a Groovy script using the RabbitMQ API to send messages to RabbitMQ. The JAVA doc for RabbitMQ is below.
https://www.rabbitmq.com/api-guide.html