Common terms used in PATROL KM for Microsoft Message Queue
The following table lists common message queue terms and acronyms and their definitions.
Term or Acronym | Description |
---|---|
BSC | an acronym for Backup Site Controller |
Backup Site Controller | a computer configured to provide load balancing and failure recovery for a PEC or PSC |
Information Store | see MSMQ Information Store |
Journaling | the process of storing (logging) an exact copy of the data to be processed prior to it being processed |
Journal Queue | an organized storage medium used for journaling |
Message | an application-defined unit of information transmitted between computers |
Microsoft Message Queue Service | a store and forward service that allows applications to exchange information across heterogeneous networks and systems that may be temporarily offline |
MSMQ | Microsoft Message Queue Service |
MSMQ Dependent Client | an application that uses MSMQ and requires synchronous access to an MSMQ server (PEC, PSC, or MSMQ Routing Server) to perform standard MSMQ functions |
MSMQ Independent Client | an application that uses MSMQ but does not require synchronous access to an MSMQ server (PEC, PSC, or MSMQ Routing Server) to perform standard MSMQ functions |
MSMQ Information Store | a distributed database that stores information pertaining to the MSMQ network |
MSMQ Routing Server | a computer that supports dynamic routing and intermediate storage of MSMQ messages |
PEC | Primary Enterprise Controller |
PSC | Primary Site Controller |
Primary Enterprise Controller (PEC) | a computer that maintains a database that contains configuration information about the entire MSMQ network |
Primary Site Controller (PSC) | a computer that functions as an MSMQ Routing Server. |
Routing Server | see MSMQ Routing Server |
blue screen | A common term used to describe a Stop error that occurs on a Windows based system; the video screen turns blue and displays an error message when the Stop error occurs |
core dump | See crash dump |
crash dump | A file that contains the complete memory image of the system at the time a Stop error occurs |
recovery | A procedure taken by the system to save relevant system information prior to re-establishing normal system operation |
Stop error | An action taken by the operating system when it can no longer function |