Re: Defining queue in activemq.xml

2007-06-22 Thread Tom Samplonius
- "Jonas Lim" <[EMAIL PROTECTED]> wrote: > Hi Tom, > > Here's the link on startup destinations > > http://activemq.apache.org/configure-startup-destinations.html > > Regards, > Jonas Tahnks, I eventually found that page, and I linked the configuring queues page to that page. The Wiki

Re: Defining queue in activemq.xml

2007-06-21 Thread Jonas Lim
Hi Tom, Here's the link on startup destinations http://activemq.apache.org/configure-startup-destinations.html Regards, Jonas Tom Samplonius wrote: How do you define a queue in activemq.xml? I looked at the XSD and the best that I could come up with is: But this causes a null

Defining queue in activemq.xml

2007-06-21 Thread Tom Samplonius
How do you define a queue in activemq.xml? I looked at the XSD and the best that I could come up with is: But this causes a null pointer exception. It is very hard to find documentation on this type of thing. I've seen an example on the web page, but I can't find it now. T