Postgres Native
Create and Manage Queues directly within your database.
Exactly Once Message Delivery
Supabase Queues delivers a message exactly once within a visibility window.
Message Archival
Messages in Queues can be archived instead of deleted for future reference.
Real-Time Monitoring
Track and manage messages in your Queues with Supabase's observability tools.
100% Open Source
Built on trusted, community-driven technology.
select pgmq.create('my_special_queue');select * from pgmq.send( queue_name => 'my_special_queue', msg => '{"hello": "world"}', );select * from pgmq.pop('my_special_queue');
SQL
Manage via SQL
Create Queues and manage messages using SQL with any Postgres client.
Start message queuing다양한 사용 사례
NBase의 큐 시스템은 다양한 사용 사례에 맞게 유연하게 적용할 수 있습니다.
고객 지원 티켓
고객 지원 요청을 큐에 저장하여 효율적으로 처리하고 추적합니다.
백그라운드 작업
이메일 발송, 데이터 처리, 보고서 생성 등의 백그라운드 작업을 관리합니다.
데이터 동기화
여러 시스템 간의 데이터 동기화를 안정적으로 처리합니다.