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: <destinations> <queue name="myqueue" /> </destinations>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.Tom