You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by JohnWest <Jo...@starz.com> on 2009/04/02 00:02:36 UTC

Specifying full name for DLQ

I want dead messages from the 'RunningHamsters' queue to go into the
'DeadHamsters' queue, not the 'DLQ.RunningHamsters' queue. Since the
individualDeadLetterStrategy only permits setting a prefix, I tried to
configure a sharedDeadLetterStrategy with deadLetterQueue="DeadHamsters".
This fails on startup because it can't convert a string to a queue. I also
tried deadLetterQueue="queue://DeadHamsters" and that didn't work either. Is
there some way to feed a sharedDeadLetterStrategy a queue other than
ActiveMQ.DLQ?
-- 
View this message in context: http://www.nabble.com/Specifying-full-name-for-DLQ-tp22834782p22834782.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.