Solace with mulesoft integration
Hi All,
Does anyone have experience in integrating the solace with mulesoft and sending the messages to solace message brokers
can you help me with answering the below queries?
What are connection details requires to connect to solace from mulesoft.
How can you manage the message queues and topic configuration via mulesoft
Best way of configuring the solace message vpn,queue,topic, via mulesoft
Best practices ,limitations,considerations while developing the mule app.
Thanks in advance!
swami
Comments
-
Hi Swami,
The officially supported approach is to use the Mulesoft JMS Connector.
These links may help you ...
https://help.mulesoft.com/s/article/How-to-Configure-JMS-access-to-Solace-in-Mule-4
https://docs.solace.com/Developer-Tools/Integration-Guides/MuleSoft.htm
The connector can either look up queues and topics in JNDI and with that approach you need to define these and the respective JNDI entries in the broker.
I am not sure if the connector can be configured to auto provision queues/ topics - it looks like the "Dynamic Durables" property may do this:
https://docs.solace.com/Solace-JMS-API/API-Properties.htm
There is a great number of JMS properties that you can set which are passed to the Solace JMS API ...
https://docs.solace.com/Solace-JMS-API/JMS-Properties-Reference.htm0 -
-
Hey,
Here is an article to demonstrate how to integrate Solace PubSub with MuleSoft.
https://vanchiv.com/articles/integrate-solace-pubsub-with-mulesoft/
Hope this helps you..!
Regards,
NaGG1 -
@NaGG Thanks for sharing the article. Here is another blog post about Solace PubSub+ with MuleSoft: https://solace.com/blog/mulesoft-event-driven-architecture-with-solace-event-broker/
0