-->

IBM Integration Bus (IBM Message Broker)

This site is under construction

Friday, April 15, 2016

SAP Adapter Configuration in Message Broker




1) Set the Adapter Credential to Broker

mqsisetdbparms <Mybroker_Name>  -n eis::<MyAdapterName> -u <Username> -p <Password>

2) Create the Configurable Service

mqsicreateconfigurableservice <Mybroker_Name> -c SAPConnection -o <MyAdapterName> -n applicationServerHost,client,connectionIdleTimeout,systemNumber -v "<ENTER applicationServerHost NAME>","<ENTER client NAME>","<SpecifyconnectionIdleTimeout>","<Enter systemNumber>"


3) To Check all your SAP Connection

mqsireportproperties <Mybroker_Name> -c SAPConnection -o AllReportableEntityNames -r


4) To delete  your SAPConnection

mqsideleteconfigurableservice <Mybroker_Name> -c SAPConnection -o <MyAdapterName>




Specify -c to identify the configurable service type.
Specify -o to identify the name of the configurable service object.
Specify -n to identify the properties of the service.
Specify -v to identify the values of the properties specifie

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

Example For Shared Varible in WMB

Difference between Variables, External Variables and Shared Variables