Has any one succeeded in using JMeter Random variable in JMS Selector with JMeter JMS Subscriber for ActiveMQ.
So far I tried to use like below for Random variables but no luck.
JMSCorrelationID ='${msgCorrelation_ID}'
Above selector is working if msgCorrelation_ID is defined as UDV but I need to use Random values per threads.