I'm trying to dynamically register queues on the server from my java code.
I know you can create temoprary queues with
queueSession.createTemporaryQueue.  However you have no control over the
name of the temporary queue and it cannot be used by any other
sender/receiver.  queueSession.createQueue(qName) says it dynamically
creates a queue, but it doesn't seem to unless the queue is already
registered on the server.  Is there any way to create and register a queue
on the server dynamically in the java code?  Are there any administration
tools for creating them on the command line?  Or do they always have to be
created in an XML file?  Thanks for any info you may have.
Zoa Buske

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to