Thank you. But doesn't it have to be in some configuration file somewhere so that the broker knows how to create it when it's needed? I don't see it in the activemq.xml file.
Regards, Barry Barnett WMQ Enterprise Services & Solutions Wells Fargo Cell: 704-564-5501 -----Original Message----- From: Christian Posta [mailto:[email protected]] Sent: Thursday, November 07, 2013 3:00 PM To: [email protected] Subject: Re: ActiveMQ.DLQ Barry, ActiveMQ by default auto-creates destinations as it needs/requires them. You don't have to define the DLQ explicitly. If a message goes to the ActiveMQ.DLQ, or if a consumer listens to the ActiveMQ.DLQ queue, then the broker will create it. You can set up queues ahead of time if you'd like, but it's not necessary. On Thu, Nov 7, 2013 at 11:17 AM, <[email protected]> wrote: > It is my understanding that expired messages are stored on the ActiveMQ.DLQ > queue. When I start the ActiveMQ broker, I do not see the DLQ defined. If > this is where the expired messages go to, wouldn't it be a default queue for > the default configuration? If not, then do I need to define it using that > exact name? What other attributes would I define the queue with? > > I don't see this queue in my activemq.xml file or any config file out of the > box... > > > Regards, > > Barry Barnett > WMQ Enterprise Services & Solutions > Wells Fargo > Cell: 704-564-5501 > > > -- Christian Posta http://www.christianposta.com/blog twitter: @christianposta
