This section contains a sample Msmqinst.ini file created for a hypothetical company called Volcano Coffee. Volcano Coffee plans to implement MSMQ using the following criteria:
Because Volcano Coffee has two sites, two Msmqinst.ini files are needed. One Msmqinst.ini file could be used, but you would need to create an entry for each computer that is not in the default site.
The following Msmqinst.ini file will be used to install MSMQ on all computers in the Volcano Coffee Seattle site.
[Common Parameters]
ControllerServer=volcanopec
DataDevice=c:\msmq,50
LogDevice=d:\msmq,8
IPAddresses=Volcano IP
IPXAddresses=Volcano IPX
; Setup uses the following section to install the Volcano PEC
[VolcanoPEC]
ServerType=PEC
EnterpriseName=Volcano Coffee
IPCNs= Volcano IP; Test Lab IP
IPXCNs= Volcano IPX
SiteName=Seattle
; Setup uses the following section to install the BSC for the
; Volcano PEC
[SeattleBSC]
ServerType=BSC
; Setup uses the following section to install
; an MSMQ routing server in the Seattle site
; Because the server has two network adapters,
; the IPAddresses entry is needed to pair the IP
; address with the available CNs
[SeattleRS]
ServerType=RS
IPAddresses=157.55.86.198,Seattle IP; 157.55.86.199,Test Lab IP
; Setup uses the following section when you install
; MSMQ for a lab user that does not use the default CN.
[peter]
IPAddresses= Test Lab IP
The following Msmqinst.ini file will be used to install MSMQ on all computers in the Volcano Coffee Portland site.
[Common Parameters]
ControllerServer=portlandpsc
DataDevice=c:\msmq,50
LogDevice=d:\msmq,8
IPAddresses=Volcano IP
IPXAddresses=Volcano IPX
; Setup uses the following section to install the Portland PSC
[PortlandPSC]
ControllerServer=volcanopec
ServerType=PSC
SiteName=Portland
SiteLinks=Seattle,10
; Setup uses the following section to
; install the BSC for the Portland PSC
[PortlandBSC]
ControllerServer=portlandpsc
ServerType=BSC
[PortlandRS]
ServerType=RS