2. Install AllQueue Client
AllQClient
The client is used for your App to talk to AllQueue server. There is no way to talk directly to the server, your app must talk to a (preferrably) local AllQueue client. This is done by talking to the local AllQClient via http. (Or for more advanced needs, you can actually talk to the local client via raw TCP as well)
Requirements
You MUST have generated credentials from the "Install AllQueue Server" page to run the AllQueue Client install
Run client
Update the SERVER_STRING with your server IP/DNS name, and default port 5555
Update the A_CURVE_* values with your client values you wrote down when setting up the server.
It's important that you use the CLIENT credentials, and not the server credentials.
Test Connection
You can test your client to see if it's talking with the server via curl
Last updated
Was this helpful?