Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Is there parameters missing when using topic/ selector ?

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

Viewing all articles
Browse latest Browse all 5648

Trending Articles