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

Hi Aron
I managed to get the reply back to the REST client using the ‘Solace-Reply-Wait-Time-In-ms’ header, but it isn’t working ‘Solace-Reply-To-Destination’ header, I’m not sure what to use as the header value here, I tried with the same topic name (as published), and using the same queue name, but none of those worked.
My setup is as follows, Postman → (send to https://my-solace-host:9443/TOPIC/java ) → JavaApp
Where JavaApp is listening to a queue called ‘q_java’ and this has a TOPIC subscription to the topic ‘java’
Any advice on this is appreciated.
Also If I want to replace the above JavaApp with Boomi (should I use Solace PubSub Partner connector or a Jms connector )? I tried using the Solace connector but could not get the reply back to Postman using ‘Solace-Reply-Wait-Time-In-ms’ header which works for Java.

Thanks
Susi