2023년 12월 22일

Untitled

Untitled

Untitled

Untitled

Untitled

Untitled

Untitled

Untitled

2023년 12월 18일

RabbitMQ Exchange Types

Untitled

Untitled

Untitled

Untitled

Untitled

Untitled

Fanout vs Topic

<aside> 💡 비록 기능적인 포함 관계는 있지만 (Topic이 상위 호환) 구현 인터페이스 복잡도 차이가 있다.

</aside>

2023년 12월 14일

[Spring Boot] WebSocket과 채팅 (1)

Untitled

Untitled

GET /chat HTTP/1.1
Host: server.gorany.org
Upgrade: websocket
Connection: Upgrade
Sec-WebSocket-Key: dGhlIHNhbXBsZSBub25jZQ==
Origin: <http://localhost:8080>
Sec-WebSocket-Protocol: v10.stomp, v11.stomp, my-team-custom
Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols
Upgrade: websocket
Connection: Upgrade
Sec-WebSocket-Accept: s3pPLMBiTxaQ9kYGzzhZRbK+xOo=