Starting WebSphere Business Integration Server Express or Express Plus

To start WebSphere Business Integration Server Express or Express Plus, do the following:

  1. Start the WebSphere MQ queue manager and listener by entering the following commands:
    /opt/mqm/bin/strmqm WebSphereICS.queue.manager
    /opt/mqm/bin/runmqlsr -t TCP -p 1414 -m WebSphereICS.queue.manager
    

    Note:
    To process business objects larger than 4 MB in WebSphere MQ, you must change the default value for the Maximum Message Length property of the queue manager, queue, and channel you want to use. To change these values, do the following:
    1. Enter the following commands:
      ALTER QMGR MAXMSGL(104857600)
      ALTER QLOCAL(queue_name) MAXMSGL(104857600)
      DEFINE CHANNEL(channel_name) CHLTYPE(SVRCONN) TRPTYPE(TCP)      \
      MAXMSGL(104857600) 
      
    2. Shut down and restart WebSphere MQ.
  2. Enter the following command to start the InterChange Server Express and Persistant Naming Server:
    ProductDir/bin/ics_manager -start
    

To verify that the server is running and ready, in the InterChangeSystem.log file in ProductDir, check for the following message:

InterChange Server "Server_Name" is ready

Copyright IBM Corp. 2004