-->

IBM Integration Bus (IBM Message Broker)

This site is under construction

Friday, April 8, 2016

List of all IBM Integration Bus Commands




Q) Command to know about all UserDefined Properties(user defined configurable values) in the borker ?

     mqsireportproperties <Broker_Name> -c UserDefined -o AllReportableEntityNames -r

Q) To know about http, https listeners port numbers  and urls  of particular EG

mqsireportproperties <BrokerName> -e <EG_Name> -o HTTPConnector -r

mqsireportproperties <BrokerName> -e <EG_Name> -o HTTPSConnector -r

Q)  Command to deploy bar file through  console(commandline) ?

mqsideploy <Broker_Name> -e <EG_Name> -a "<physical location of the bar file(example:C:\Users\xyz\IBM\IntegrationToolkit90\IIB\abc\BarFiles\<barfile>.bar)> "

Q) Commands to create Security Profiles and LDAP Credential

First set up LDAP  credential  



  i)  mqsisetdbparms  <Broker_Name> -n <giveanyname> -u <username> -p <password>

ii) Stop and start the broker because after every set command we need to stop and start broker
   mqsistop <Broker_Name> 
   mqsistart <Broker_Name>

  iii)  mqsicreateconfigurableservice <Broker_Name> 
     -c SecurityProfiles -o <givesomenameforSecurityProfileName>
       -n "propagation,idToPropagateToTransport,transportPropagationConfig" 
       -v "TRUE,STATIC  ID,<givesamenamewhichyougiveninmqsisetdbparms>



https://github.com/GoIntegration/IBM-Integration-Bus/wiki/IBM-Integration-Bus-Commands

1 comment :