# PGMQ - Postgres 기반의 SQS 대체제

> Clean Markdown view of GeekNews topic #14780. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=14780](https://news.hada.io/topic?id=14780)
- GeekNews Markdown: [https://news.hada.io/topic/14780.md](https://news.hada.io/topic/14780.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2024-05-13T10:11:02+09:00
- Updated: 2024-05-13T10:11:02+09:00
- Original source: [github.com/tembo-io](https://github.com/tembo-io/pgmq)
- Points: 14
- Comments: 2

## Topic Body

- AWS SQS 및 RSMQ와 비슷한 경량 메시지 큐를 Postgres 기반으로 구현한 오픈소스   
- 백그라운드 워커 및 외부 의존성 없이, Postgres 확장으로만 구성   
- 제한시간 내에 컨슈머에게 '정확히 한번' 메시지 전달 보장   
- 메시지는 명시적으로 제거될 때 까지 대기열에 남아 있음   
- 메시지는 삭제 대신 아카이빙 하여 장기 보관 및 리플레이 가능   
- AWS SQS 및 RSMQ와 API 호환

## Comments



### Comment 25398

- Author: yangeok
- Created: 2024-05-20T16:54:33+09:00
- Points: 1

궁금한게 이런 플러그인은 aws rds같은 매니지드에도 추가가 가능한가요?

### Comment 25842

- Author: blackbeenie
- Created: 2024-06-02T18:07:09+09:00
- Points: 1
- Parent comment: 25398
- Depth: 1

매니지드 서비스에서는 해당 벤더에서 지원해주는 플러그인 외에는 사용이 불가한 것으로 알고 있습니다.
