|
|
|
Jms
Action : wls.jms (Category : wls, Name : jms, By : kikonf)
Complete Name : wls.jms.by.kikonf Version : 4.0 License : Modified BSD License Purpose of the wls category : Easy to customize. This category use in background the wlst command in jython mode, to drive WebLogic Server ® configuration. You can use it to manage the whole WebLogic ® architecture. Purpose of this jms plugin : Creates JMS QCFS and Queues The following shows a sample Action File to use with the Action : wls.jms This sample file can be run with this command : kikact wls.jms Toggle lines <jms type = 'action' name='mymodule' srv='myjmserver' create_srv='true'> <scope cluster = '' server = 'server1'/> <qcfs> <qcf name='myqcf' jndi_name='jms/myqcf' desc='mydesc'/> </qcfs> <queues> <queue name='myqueue1'jndi_name='jms/myqueue1'expiry='200' desc='mydesc'/> <queue name='myqueue2'jndi_name='jms/myqueue2'expiry='250' desc='mydesc'/> </queues> </jms>
Trademarks :
|