Subscribe Message from Solace Topic or Queue
Let’s create a Mule project to see how we can subscribe to Solace Topic or Queue

Add the required pom.xml dependencies which we have shown in an earlier post – Connect with Solace from MuleSoft
Add On New Message component

Log the incoming payload

Click connector configuration and create the configuration – see our earlier post which shows how we create a JMS configuration
Provide the Queue name

Run the application

Test the endpoint using SOAP UI project – where we will send the publish the message to Solace Topic and it will be read by the Mule Subscribe process we have created above

We can see the message logged in Mule

Sample Application – solace-service
Sample SOAP UI project – Solace-soapui-project