configuring queue manager, clients, configuring for clients, queue manager" /> Configure your queue manager to accept TCP/IP client connections

 

Configuring your queue manager to accept TCP/IP client connections

To configure a queue manager to accept incoming connection requests from the clients:

  1. Define a server connection channel:

    1. Start the queue manager .

    2. Define a sample channel called NET.CHANNEL1:

      DEF CHL('NET.CHANNEL') CHLTYPE(SVRCONN) TRPTYPE(TCP) MCAUSER(' ') +
      DESCR('Sample channel for WebSphere MQ classes for .NET')

  2. Start a listener:

    runmqlsr -t tcp [-m qmnqme] [-p portnum]
    Note:
    The square brackets indicate optional parameters; qmname is not required for the default queue manager, and the port number portnum is not required if you are using the default (1414).


1.
In this sample, we are not considering security implications. For a production system, consider using SSL or a security exit. See WebSphere MQ Security for more information.


csq871y