Has any body implemented Solace Rest api

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:

  1. If you are trying to send messages into Solace I believe you’d want to use REST messaging, more info here: Using REST Messaging
  2. 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

Hope that helps!

I have setup REST integration where Solace is the REST receiver. In addition to the guides Marc mentioned, you can also check out my comments in this thread regarding user/auth setup with REST: Can the SEMP – REST API work with a READ-ONLY user? If so, how do you create one? — Solace Community.