We plan to use JMS Appender in our production environment. We want to automate the creation of Queues and JMS Servers using scripts. I have been paritially successful at this.
I am able to create JMS Conx Factory, JMS File Store and JMS Server using the Commandline, for e.g. ------------------------------------------------------- java -cp d:\bea\wlserver6.1\lib\weblogic_sp.jar;d:\bea\wlserver6.1 \lib\weblogic.jar weblogic.Admin -username system -password weblogic CREATE -mbean "mydomain:Type=JMSServer,Name=testjmss" --------------------------------------------------------- How do i target this to a server? How do i create Queues for this JMS Server? How do i set the directory for JMS Store? Is there a document available somewhere? Has anyone does this? Thanks in advance. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>