Forum Discussion

polya's avatar
polya
New Contributor
5 years ago
Solved

SaopUI and Amazon MQ

Hello, Is it possible to publish a message to Amazon MQ with SoapUI.. no matter if it is the free or the paid version?  I saw that there are MQTT steps, but i need to be able to publish to a queu...
  • nmrao's avatar
    5 years ago
    Could you describe the steps followed?

    Here is what you may need in order to achieve:
    1. copy the respective libraries under SOAPUI_HOME/bin/ext directory and restart.
    2. configure hermesJMS so that the connectivity happens with AmazonMQ including the credentials, host port and queue details
    See documentation:
    https://www.soapui.org/documentation/jms/config.html
    3. use your concrete wsdl file with jms endpoint to be able to exchange soap messages.