O que é o MSMQ?
Em Microsoft :
Microsoft Message Queuing (MSMQ) technology enables applications running at different times to communicate across heterogeneous networks and systems that may be temporarily offline. MSMQ provides guaranteed message delivery, efficient routing, security, and priority-based messaging. It can be used to implement solutions for both asynchronous and synchronous messaging scenarios.
De um usuário em estouro de pilha :
It's just a queue manager.
You can Send objects (serialized) to the queue where they will stay until you Receive them. It's normally used to send messages or objects between applications in a decoupled way.
It has nothing to do with webservices, they are two different things
Você pode desativá-lo? O que acontece?
When the MSMQ service is uninstalled the following actions are also carried out:
- All existing queues and queue configuration information is deleted
- All messages contained in those queue and the system dead letter queue (DLQ) is deleted
(Source)
Em poucas palavras
O serviço começou a ser instalado em sistemas Windows 8 e superior (que eu saiba), o que pode ser o motivo pelo qual você não o viu em 7. A remoção afeta apenas a si mesmo e, se você não estiver usando, nada ser afetado.
Desabilitando o serviço que você sabe fazer, mas você também pode removê-lo usando Add & Remove Features