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
If you get a 500 error, you probably have the SERVER_STRING, or CURVE keys incorrect.
Also remember that port 5555 must be open on the server (not firewalled)
If you get JSON back, your client/server connection is OK and you are all set!
Last updated