Hi all, today I tried to use the message selector with activemq camel component. But It seems to just return the message even if the message does not match the selector I used this as uri:
consumerTemplate.receiveNoWait("activemq:queue:myqueue?selector=NEXT_RETRY < " + System.currentTimeMillis()); Any idea ? Bye, Norman