message queue

beatmake의 이미지

메시지큐에 관련된 자료들을 좀 찾아보다 보니 아래와 같은 문구가 있드래요..

Many implementations of message queues function internally: within an operating system or within an application. Such queues exist for the purposes of that system only.

이부분에 대한 자세한 해석이 좀 안되네요..

메시지 큐는 내부적으로 구현이 되는데 그중엔 시스템만의 목적으로 존재하는 큐도 있다는 내용인가요??

항상 어플리케이션에서 메시지큐를 써왔는데...시스템에서 쓰는 메시지큐..라는것이 금시초문이라서요..

위 문구의 message queue 라는 것이 IPC message queue 와는 다른 것인가요???