Choose a language:

Queue-it Connectors

Queue-it’s virtual waiting room can be deployed using our pre-built Connectors to integrate into your web technology stack. Once you have found and implemented the best Connector for your business requirements, you will be able to manage all of your waiting rooms through the web-based GO Queue-it Platform and/or the Queue-it Admin API.

For an in-depth guide to Queue-it's different Connectors, watch our product talk on Queue-it integrations demystified: How to ensure you’re set up for success.

Support levels vary by Connector. See the Connector Support table at the bottom of this page for an overview. 

Proxy/CDN/Edge

Queue-it offers edge Connectors for integration with popular proxies, content delivery networks (CDNs), and load balancers. Edge Connectors give you the secure, unskippable queue of a server-side integration while leveraging the simplicity and power of edge computing, including faster integration, simplified troubleshooting, and improved performance.

Documentation - Edge

Additional Resources - Edge

See our Technical Integration White Paper. Start with section 5: Known User Integration Method Details.

White papers are available in the GO Queue-it Platform under Help | White Papers. If you do not have access to the GO Queue-it Platform, you can get the white paper.

Web Application

Queue-it’s server-side integration uses a secure Connector SDK. Like the Edge Connectors, this integration prevents end-user manipulation and ensures an unskippable queue. A server-side integration can normally be done in one day by a skilled developer.

Documentation - Web App

Additional Resources - Web App

See our Technical Integration White Paper. Start with section 5: Known User Integration Method Details.

White papers are available in the GO Queue-it Platform under Help | White Papers. If you do not have access to the GO Queue-it Platform, you can get the white paper.

Native App

Queue-it's native mobile app Connectors allow you to prevent traffic overload on your native app. With the native mobile app Connectors, you can either 1) queue app users into the same waiting room as desktop users or 2) queue app users into a separate waiting room. By using WebView in the app, users can see the same responsive waiting room page in the app as users see on the desktop view.

Documentation - Native App

Additional Resources - Native App

See our Mobile App Integration White Paper.

White papers are available in the GO Queue-it Platform under Help | White Papers. If you do not have access to the GO Queue-it Platform, you can get the white paper.

Ecommerce Platform


Queue-it offers server-side Connectors for integration with popular ecommerce platforms.

Documentation - Ecomm

Additional Resources - Ecomm

See our Technical Integration White Paper. Start with section 5: Known User Integration Method Details.

White papers are available in the GO Queue-it Platform under Help | White Papers. If you do not have access to the GO Queue-it Platform, you can get the white paper.

Client-side (JavaScript)

For Queue-it’s client-side Connector, JavaScript code is inserted on the relevant pages that are to be protected by the waiting room. It is easy and quick to implement the JavaScript Connector. However, it is less secure than our server-side or edge Connectors, as tech-savvy end-users can potentially manipulate the client code and skip the queue.

To implement the client-side Connector, insert the JavaScript snippet below into the page(s) on your site and you are ready to protect them. You find the snippet with your account ID on the events Deployment tab in GO Queue-it, our web-based admin platform.

<script type="text/javascript" src="//static.queue-it.net/script/queueclient.min.js"></script>
<script
  data-queueit-intercept-domain="{YOUR_CURRENT_DOMAIN}"
  data-queueit-intercept="true"
  data-queueit-c="{YOUR_CUSTOMER_ID}"
  type="text/javascript"
  src="//static.queue-it.net/script/queueconfigloader.min.js">
</script>

Additional Resources - Client

See our Technical Integration White Paper. Start with section 6: JavaScript Integration Method Details.

White papers are available in the GO Queue-it Platform under Help | White Papers. If you do not have access to the GO Queue-it Platform, you can get the white paper.

Queue Token


Queue-it’s Queue Token SDK is used to ensure that end-users cannot enter the waiting room without a valid token. This token could be for example a promo code, a login id, etc. The token is generated by your logic. It also serves as a container which can carry sensitive user information from integrating system into the waiting room.

The Queue Token SDK is a powerful way to combat bots. For example, when running a members-only ticketing sale, the venue could require members to enter their membership ID to get a spot in the waiting room.

Documentation - Token

Additional Resources - Token

See our Bots & Abuse Management White Paper. Start with section 3.6: Queue-Token SDK.

White papers are available in the GO Queue-it Platform under Help | White Papers. If you do not have access to the GO Queue-it Platform, you can get the white paper.

Connector Support

Here’s a quick overview of what support level you can expect for each Connector.

Level Description Updates Support
🟢 General Support Recommended for new implementations. Actively developed and fully maintained. New features + improvements Full bug & security fixes
🟡 Limited Support Stable and maintained to ensure reliable performance, but no longer gets new features. Critical fixes only Maintenance support
🔴 End of Support Retired. Not maintained or updated. None None
⚪ Custom Support Tailored agreement for unique needs. Case-by-case Case-by-case

 

Table last updated: August 13th, 2025

Connector Type Level
Akamai Edge 🟢 General
CloudFront Edge 🟢 General
Cloudflare Edge 🟢 General
Tencent Edge 🟢 General
node.js Server-side 🟢 General
Java Server-side 🟢 General
Jakarta EE Server-side 🟢 General
ASP.NET Server-side 🟢 General
ASP.NET Core Server-side 🟢 General
iOS Native app 🟢 General
Android Native app 🟢 General
React Native Native app 🟢 General
Cordova Native app 🟢 General
JavaScript Client-side 🟢 General
Fastly Edge 🟡 Limited
Salesforce Edge 🟡 Limited
Next.js Server-side 🟡 Limited
PHP Server-side 🟡 Limited
Lua Server-side 🟡 Limited
Ruby Server-side 🟡 Limited
Magento Server-side 🟡 Limited
Python Server-side 🟡 Limited
Fastly VCL Server-side 🟡 Limited
ColdFusion Server-side 🔴 End
F5 Client-side 🔴 End
Google Cloud Edge ⚪ Custom

 

Version policy: Support applies to the latest connector version. Previous versions remain supported for 9 months after a new release.

Feature availability: May vary by connector. See Connector documentation for specifics.

Need something new? To ask about support for a new Connector, prospective customers can book a demo, and existing customers can contact your Customer Success Manager.

License

Queue-it Connectors v3 are published on https://github.com/queueit and are all Open Source licensed under the MIT License. To prevent malicious actors from compromising the security of our customer's high-profile sales and registrations, we host our in-depth Connector v4 documentation in private repositories.

 

Get an in-depth technical understanding of Queue-it