Skip to content
This repository was archived by the owner on Aug 3, 2019. It is now read-only.
This repository was archived by the owner on Aug 3, 2019. It is now read-only.

Implement PAUSE <queue-name> [option option ... option] command #19

@mp911de

Description

@mp911de

Options:

  • IN -- Set the queue as paused for incoming messages.
  • OUT -- Set the queue as paused for outgoing messages.
  • ALL -- Same as IN + OUT.
  • NONE -- Clear the pause if any, both IN and OUT.
  • STATE -- Query the current paused state and reports one of the strings "in", "out", "all", "none".
  • BCAST -- Broadcast the PAUSE command to other nodes.

Also QSCAN is affected

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions