I got this route....
from("file:c:/camel-input/?delete=true").to("activemq:topic:HUB_TOP01?selector=BD='YES'");
When i put a file into the camel-input directory, the file is deleted, but
nothing in the MQ.
Should i use clientID or other options ?
I have tryed this out:
from("file:c:/camel-input/?delete=true").to("activemq:queue:BCA_TEST");
without topic/selector, and it works fine...
Frank
--
View this message in context:
http://camel.465427.n5.nabble.com/Is-there-parameters-missing-when-using-topic-selector-tp5754574.html
Sent from the Camel - Users mailing list archive at Nabble.com.