ContributionsMost RecentMost LikesSolutionsFloating license servers Can we install licensing servers on a mixture of o/s? For example, can I have the management console on a windows server and then license server(s) on Linux? Re: Dynamic JMS MessageSelector thanks!! I got it working. I added property and assigned it a random UUID. In the message selector, I inserted: JMSCorrelationID='${#[TestSuite#TestCase]#correlationID}' Dynamic JMS MessageSelector I am using ReadyAPI 1.9.0 with SOAPUI NG PRO. I have a JMS Test Step where I dynamically set the JMSCorrelationID as ${=java.util.UUID.randomUUID()}. How can I set the MessageSelector so that it looks for JMSCorrelationID that was sent? Since I am using a random value, I cannot hard-code the MessageSelector. thanks! Doug Solved