Is the topic named "jms.SpecialTopic" or just "SpecialTopic"

If the latter then try with
from("wmq:topic:SpecialTopic").to("file:target/messages/others");

On Sat, Jul 20, 2013 at 2:33 PM, gliesian <rob...@gliesian.com> wrote:
> And here is my route:
>
> from("wmq:topic:jms.SpecialTopic").to("file:target/messages/others");
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/createTopic-jms-GeneralTopic-is-invalid-tp5735929p5735932.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to