Can I implemengt REST request/reply mechanism using Rest Delivery Points

Hi Aaron
Many thanks for pointing out the REST Gateway option. I was able to give a try with this blog post
Event-Enable your REST Architecture with Solace PubSub+, Part 1
Negative : Note: this tutorial assumes that you are using the default Message VPN on the software broker. If not (e.g. hardware appliance, Solace Cloud, or just a different VPN), ensure you substitute the proper VPN name, username, etc. as you progress through this tutorial. I have a requirement that I want to proxy 2 backends with different context paths. Does something like URL-rewrite is possible with REST Gateway, if so where to configure it? For example, I want to achieve something like below
https://.messaging.solace.cloud:9443/hr/*   → https://my.hr.backend/*
https://.messaging.solace.cloud:9443/payroll/*   → https://my.payroll.com///*
Thanks
Susi