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
https://solace.com/samples/solace-samples-rest-messaging/publish-subscribe/
https://github.com/SolaceSamples/solace-samples-rest-messaging
but it didn't helped me with entire setup.
Can any one help me with correct documentation for this.
Answers
-
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: https://docs.solace.com/Developer-Tools/Integration-Guides/MuleSoft.htmIf 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: https://docs.solace.com/Open-APIs-Protocols/Using-REST.htm#mc-main-content
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: https://docs.solace.com/Configuring-and-Managing/Managing-RDPs.htmHope that helps!
0 -
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: https://solace.community/discussion/comment/551#Comment_551.
1