Microsoft Message Queuing (MSMQ)

Microsoft Message Queuing (MSMQ) is a messaging protocol that guarantees communication and data transfer between applications that run on separate servers or networks. Applications send messages to queues and read messages from queues. Queues hold messages for later delivery if the destination application is temporarily offline or otherwise unreachable. MSMQ facilitates reliable communication and data transactions between the various components of the MineMarket architecture.

MSMQ must be enabled on the MineMarket Application Server if running Windows Communication Foundation (WCF) integration.

MSMQ must be enabled on the machine running the MineMarket Search Service (typically the MineMarket Application Server).

Read more about MineMarket System Requirements or System Configuration before Installing MineMarket.