Appearance
BP EOrder possible solutions
EARLY PORTEnsure Queue Permissions
The steps taken by this script can be replicated by hand
1
Open computer management
2
Expand Services and Applications -> Message Queueing -> Private Queues
3
Create the below as transactional queues, visible under private queues
- bhc-outgoing
- bp-app-queue
- bp-eordering-outgoing
- bp-incoming-app-queue
- bp-test-connection
4
Create the below as non-transactional queues, also under private queues
- bp-admin-test-connection
- bp-retry
5
Set permissions for all of the above to “Everyone: Full Control”
Regenerate the Qmid
The steps taken by this script can be replicated by hand
1
Stop Message Queueing service
2
Open regedit
3
Navigate to HKLM\Software\Wow6432Node\Microsoft\MSMQ\Parameters\MachineCache
4
Remove the QMid item
5
Navigate to HKLM\Software\Wow6432Node\Microsoft\MSMQ\Parameters
6
Create a new DWORD named “SysPrep”, and set it to 1
7
Start Message Queueing service