I was trying to integrate solace with mule using Solace rest api option. but I am not able to find correct documentation around it.
I have already gone through below links
but it didn’t helped me with entire setup.
Can any one help me with correct documentation for this.
Hi @Kinjal_Shah ,
I haven’t personally integrated Solace with Mule, but we usually we see users integrate with Mule via JMS and we have an integration guide here that would help with that: Integration Guides
If you are still wanting to integrate using REST there are two different pieces:
If you are trying to send messages into Solace I believe you’d want to use REST messaging, more info here: Using REST Messaging
If you are trying to have Solace make a REST call out to Mule you’d need to setup a REST Delivery Point. You can find more information on doing that here: Managing REST Delivery Points