cle_clock
Home > wikikonf >  wmq/actions/by kikonf > mqm







Mqm

print

Action : wmq.mqm   (Category : wmq, Name : mqm, By : kikonf)
Complete Name : wmq.mqm.by.kikonf
Version : 5.0        License : Modified BSD License

Purpose of the wmq category :
Easy to customize. This category use in background the runmqsc command to create and configure :
Qmanagers, Qlocals, Qremotes, Clusters, Channels, Triggers, Processes, XMITQs, Listeners or SSL for WebSphere MQ ®.
You can use it to manage the whole IBM WebSphere MQ ® architecture.

Purpose of this mqm plugin : Configures a QManager

The following shows a sample Action File to use with the Action : wmq.mqm
This sample file can be run with this command : kikact  wmq.mqm

Toggle lines
<mqm
    type = 'action'
    force = 'true'     
    name='QM1'
    >
    
    <listeners>
        <listener name='LIST1' port='1111'/>
        <listener name='LIST2' port='1112' dfn='true'/>
    </listeners>
    
    <channels>
    	<channel name='CLS_CHANNEL' type='CLUSSDR' cluster='$' host='localhost' port='1000'/>
		<channel name='CLS_CHANNEL' type='CLUSRCVR' cluster='$' host='localhost' port='1001'/>
    	<channel name='CH3' type='SDR' host='localhost' port='1002' do_ssl='true'/>
    	<channel name='CH4' type='RCVR' do_ssl='true'/>
    	<channel name='CH5' type='CLNTCONN' host='localhost' port='1003' do_ssl='true'/>
    	<channel name='CH5' type='SVRCONN'/>
    </channels>

    <queues>
        <local name='Q1' cluster=''/>
		<local name='Q2'/>
        <remote name='QM2.Q1' rqmname='QM2' rname='Q1' host='localhost' port='1414' cluster=''/> 
        <alias name='AQ2' queue='Q2'/>
    </queues>

	<clusters>
	    <cluster name='CLS1' full_repos='true'/>
	    <cluster name='CLS2'/>
        <cluster name='CLS3' full_repos='true'>
        </cluster>
    </clusters>
    

    <ssl repos_dir='$[temp_dir]'>
        <selfcert/>
    </ssl>
    
</mqm>
							
(Source: <KIKONF_INSTALLATION_DIR>/plugins/actions/wmq/mqm/by/kikonf/wmq.mqm.by.kikonf.xml)


  • Line 1 to 3 say something , say something , say something
  • Line 10 to 17 say something , say something , say something , say something , say something
  • Line 20 to 25 say something



Trademarks :
  • "IBM", "IBM WebSphere MQ", "WebSphere MQ" and "IBM MQ Series" are registred trademarks of International Business Machines Corporation.
  • Other names may be trademarks of their respective owners.

Copyright © 2011 - Patrick Placidoux, Hélène Malamoud