A NetBIOS connection is initiated from a queue manager that uses the ConnectionName parameter on its channel definition to connect to a target listener. To set up a NetBIOS connection, follow these steps:
NETBIOS: LocalName=WNTNETB1
and at the receiving end:
NETBIOS: LocalName=WNTNETB2
Each WebSphere MQ process must use a different local NetBIOS name. Do not use your machine name as the NetBIOS name because Windows already uses it.
Specify the correct LAN adapter number in the NETBIOS stanza of the the Windows registry. For example:
NETBIOS: AdapterNum=1
SET MQNAME=WNTNETB1I
This name must be unique.
DEFINE CHANNEL (WINNT.OS2.NET) CHLTYPE(SDR) + TRPTYPE(NETBIOS) + CONNAME(WNTNETB2) + XMITQ(OS2) + MCATYPE(THREAD) + REPLACE
You must specify the option MCATYPE(THREAD) because, on Windows, sender channels must be run as threads.
DEFINE CHANNEL (WINNT.OS2.NET) CHLTYPE(RCVR) + TRPTYPE(NETBIOS) + REPLACE
runmqchi
runmqlsr -t netbios
Optionally you may specify values for the queue manager name, NetBIOS local name, number of sessions, number of names, and number of commands. See Defining a NetBIOS connection for more information about setting up NetBIOS connections.