The from jms destination is not valid syntax for a WMQ object when looking
at your route configuration but I guess that is not the exact one since the
error log you provided talks about something else.

The problem is that there is a listener setup failure that will cause a
retry every 5 seconds due to
org.springframework.jms.listener.DefaultMessageListenerContainer if I
understand the code correctly (looking in camel-jms 2.11 and spring-.jms
3.1.4

I guess you can do as Claus suggested in the link from your first question
and configure an exceptionListener.

Although I wonder if it would be in place to
let org.apache.camel.component.jms.DefaultJmsMessageListenerContainer
override the handleListenerSetupFailure method from
o.s.j.l.DefaultMessageListenerContainer so that Camels errorhandler can
handle the error instead?

I am not used to work with these low level JMS details so not sure though.


2013/4/12 praveenbillampati <praveenbillamp...@gmail.com>

> Any ideas..?
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/org-springframework-jms-InvalidDestinationException-while-trying-to-place-a-message-on-queue-tp5730697p5730768.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>



-- 
Brgds, Magnus Palmér

Reply via email to