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
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