PAUSE Command
Syntax
Parameters
Parameter | Description | Required | Example |
---|---|---|---|
CLIENT_ID | ID of the client pausing event delivery | Yes |
|
EVENT_NAME | Type of event to pause | Yes |
|
Response
Success
The response confirms that the event delivery has been paused and includes the event name that was paused.
Error
Examples
Basic Pause
Domain-Level Pause
Pause all events in a domain:
Notes
Paused subscriptions remain registered but do not receive events
Events published during the pause period are queued for later delivery
The client's position in the event stream is maintained during the pause
Use the CONTINUE command to resume event delivery
Pausing is temporary; use UNSUB to permanently remove a subscription
The system will check if the client has an active subscription before pausing
Wildcards can be used to pause multiple event types (e.g.,
order/*
pauses all order events)