Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Usage Milestone: Google Analytics Module google_analytics crossed 1,000 active installs. Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Release: GraphQL Compose Codegen 1.1.2 Minor update available for module graphql_compose_codegen (1.1.2). Release: Mapy.com 1.1.3 Minor update available for module mapycom (1.1.3). Release: Ckeditor5 entity browser 3.0.3 Minor update available for module ckeditor5_entity_browser (3.0.3). Release: Ckeditor5 entity browser 3.0.1 Minor update available for module ckeditor5_entity_browser (3.0.1). Release: Ckeditor5 entity browser 3.0.2 Minor update available for module ckeditor5_entity_browser (3.0.2). Release: Teamleader Integration 4.0.2 Minor update available for module teamleader (4.0.2). Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

This module provides a backend for Drupal's Advanced Queue that uses Amazon SQS for scalable job processing. It allows Drupal queues to leverage cloud messaging services, automatically handling failed jobs with a dead-letter queue. This is ideal for offloading tasks and scaling job processing across multiple instances.

Provides an AWS SQS backend for Advanced Queue, allowing Drupal queues to scale via cloud messaging with dead-letter and failure handling.

Features

The Advanced Queue SQS Plugin replaces the standard database-backed queues with a cloud-native implementation using Amazon SQS.

Basic functionality:

  • Creates queues in SQS that Drupal can push jobs to and process asynchronously.
  • Tracks in-flight and waiting messages to determine queue length.
  • Handles failed jobs via a dead-letter queue, with the ability to mark jobs as failed immediately.

Unique features:

  • AWS-native integration for high scalability and reliability.
  • Drupal-admin configuration for queue creation, optional credentials, and custom SQS settings.
  • Seamlessly translates Drupal queue operations to SQS semantics, including retries and failure handling.

Use cases:

  • Offloading heavy or long-running tasks from your web servers.
  • Scaling job processing across multiple instances without a shared database.
  • Integrating serverless or cloud-based workflows with Drupal.

Post-Installation

  • Install the module like any other Drupal module.
  • Navigate to Configuration → Advanced Queue SQS Plugin.
  • Create new queues by providing a name, optional AWS credentials, and SQS-specific settings.
  • Your queues are now available for Drupal jobs; standard Drupal queue operations will use SQS under the hood.
  • Optionally configure dead-letter queues to capture failed jobs.

Additional Requirements

  • Requires Drupal Advanced Queue module.
  • Requires AWS PHP SDK (typically included via Composer).
  • Access to an AWS account with permissions to manage SQS queues.
  • Advanced Queue Monitor – for visual monitoring of queues.
  • Queue Worker Enhancements – for improved handling of long-running jobs.

Similar Projects

The default Advanced Queue backend uses SQL-based queues. This module differs by enabling cloud-based scaling with SQS, dead-letter queue handling, and automatic failure translation, which the database backend cannot handle natively.

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
1
Tracked since
Aug 2025
Latest release
1 year ago
Releases (12 mo)
0 ▼ from 1
Maintenance
Dormant

Releases

Version Type Core Release date
1.0.x-dev Dev 10–11 Aug 22, 2025