Home

 

Target listener

 

At the receiving end, follow these steps:

  1. Define the NetBIOS station name using the MQNAME or LocalName value as described above.

  2. Verify the LAN adapter number being used on your system and specify the correct file using the AdapterNum as described above.

  3. Define the receiver channel:
    DEFINE CHANNEL (chname) CHLTYPE(RCVR) +
           TRPTYPE(NETBIOS) +
           REPLACE

  4. Start the WebSphere MQ listener program to establish the station and make it possible to contact it. For example:
    RUNMQLSR -t NETBIOS -l your_station [-m qmgr]

    This command establishes your_station as a NetBIOS station waiting to be contacted. The NetBIOS station name must be unique throughout your NetBIOS network.

For the best performance, run the WebSphere MQ listener as a trusted application as described in Running channels and listeners as trusted applications. See the WebSphere MQ Application Programming Guide for information about trusted applications.

We can stop all WebSphere MQ listeners running on a queue manager that is inactive, using the command:

ENDMQLSR [-m QMNAME]

If you do not specify a queue manager name, the default queue manager is assumed.

 

Parent topic:

Defining a NetBIOS connection


ic12890_


 

Home