Got it working...my solution was to set the following property in a Compute node before the JMSReceive..
SET OutputLocalEnvironment.JMS.Receive.MessageCorrelationIDSelector = '='|| ''''||InputLocalEn ...
I have a flow that begins with a HTTP Input node. The flow then uses Registry Lookup Node to get the actual endpoint but the actual endpoint might use a different suffix. Is it possible to access th ...