I am having an issue connecting to a JMS endpoint that is already being used
by a route.  Here are the specifics:

There are two routes defined.  Route A has an errorHandlerRef that is a
DeadLetterChannelBuilder who's deadLetterUri is pointed to my JMS error
queue.

Route B is set up to listen on that same JMS error queue and handle any
messages put on it by route A.

When I try to start the context I get a NoSuchEndpointException.  If I
remove the errorHandlerRef from route A it works.  If I leave the
errorHandlerRef but remove route B, it works.  So I can only conclude that I
am unable to have multiple endpoints pointing to the same JMS queue.  Is
that correct?  Anyone know a good work-around's for this?

This is running on WebLogic 10.0

Thanks in advance for any tips.
Mike

-- 
View this message in context: 
http://camel.465427.n5.nabble.com/DeadLetter-JMS-Conflict-tp2628003p2628003.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to