Hi Folks,
Can we push messages from queue/topic to REST Endpoint?
I’m pushing my application logs to Topic and now want to publish those logs to another log management system over REST endpoint.
Hi @NaGG,
Sure! Solace has a feature called RDP that does what you want there. Take a look here: Managing REST Delivery Points
So yeah, publish to topic, create Queue to attract your desired topic, and then setup RDP with that Queue for the queue binding.
–Ari
yes, you can. Solace has this feature called ‘REST Delivery Point’ or RDP for short.
Here is a write-up, walk-through and link to the github project where I have implemented that:
@NaGG , yes, RDP and recently was exploring it where i was pushing events to some http end points (webhook)… Let me know if u need any help there… I can share some inputs
@rajeshdns, Thanks. I will explore on RDP and the blog you posted last time. Will get back to if I face any issues. Thanks ?