AllQ
  • What is AllQueue?
  • Getting Started
  • Install
    • Why AllQueue?
    • Architecture
    • 1. Install AllQueue Server
    • 2. Install AllQueue Client
    • Installation (Quick Start)
  • Foundational Concepts
    • Talking to AllQueue
    • Server/Client
    • Jobs
    • Tubes
    • Persistence
  • Features
    • Autobury Failed Jobs
    • Delayed Jobs/Scheduling
    • Priority
    • Workflow
    • Throttle
    • Fair Queuing
  • Configuration
  • Rest API Usage
  • Scenarios
  • Advanced
    • Docker Configuration Options
    • Federation Deployment
Powered by GitBook
On this page

Was this helpful?

  1. Foundational Concepts

Talking to AllQueue

Now that your client and server are all set up, how do you use AllQueue? The concept is pretty simple. You have a local AllQueue client running locally on your client machine. There are multiple different ways you can talk to the client, but the simplest is through the REST API. The AllQueue client runs a local http server which accepts REST API calls.

PreviousInstallation (Quick Start)NextServer/Client

Last updated 4 years ago

Was this helpful?