On Mon, Jul 7, 2008 at 6:13 AM, yanhongsan <[EMAIL PROTECTED]> wrote:

> If I want to create an empty queue, what can I do ?

Also, you did see that part (it was a hyperlink in the doc to the URL
mentioned previously) that allowed you to create queues and topics at
startup by defining them in the activemq.xml config file?

http://activemq.apache.org/configure-startup-destinations.html

<destinations>
  <queue physicalName="FOO.BAR" />
  <topic physicalName="SOME.TOPIC" />
</destinations>

I'm assuming this is the same thing as an 'empty' queue?

-- brian

Reply via email to