feat(queue): add cloud-agnostic queue publisher abstraction
Open
Nobody has claimed this yet.
stale
- Dominant language
- Java
- Stars
- 970
- Forks
- 486
- Avg merge
- 3d 33m
- Merged PRs (30d)
- 170
Description
Summary
Introduce a DotQueuePublisher interface as a cloud-agnostic queue abstraction for dotCMS. This provides the infrastructure layer for publishing analytics events (and future use cases) to external message queues.
Scope
DotQueuePublisherinterface withpublish()andisAvailable(queueName)DotQueuePublisherLocatorfor config-driven provider selection (DOT_QUEUE_PROVIDER)SqsQueuePublisher— AWS SQS implementation using IAM/default credentials chainNoOpQueuePublisher— default no-op for environments without queue infrastructure- Support for custom providers via fully-qualified class name in config
Parent Epic
Part of #35048
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading parent epic #35048 and the requested DotQueuePublisher, DotQueuePublisherLocator, SqsQueuePublisher, and NoOpQueuePublisher responsibilities. Done means the abstraction, configuration-based provider selection through DOT_QUEUE_PROVIDER, AWS SQS implementation, default no-op behavior, and fully qualified custom-provider support are defined and integrated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, java
- Domain
- backend, cloud
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100