Base queue consumer prototype is ready for integration with queue2civicrm.
Description
Description
Details
Details
Related Changes in Gerrit:
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | None | T117466 Q3 GOALS! (January-March) Keep at top of Q3 column | |||
| Resolved | None | T108229 [Epic] SPOF: Replace ActiveMQ donation queues with a more robust software stack | |||
| Resolved | None | T133108 [Epic] Rewrite all queue clients to use a single shim library, improve library | |||
| Resolved | XenoRyet | T131277 Migrate donations to new queue |
Event Timeline
Comment Actions
The TransactionalWmfQueueConsumer should be a good class to use for this. You can take a look at https://gerrit.wikimedia.org/r/#/c/301660/ or https://gerrit.wikimedia.org/r/#/c/303316/ for examples of migrating a consumer using the stomp-specific dequeue_loop over to the new queue consumer.
Comment Actions
Change 308800 had a related patch set uploaded (by Ejegg):
WIP Get donation queue consumer off ActiveMQ
Comment Actions
Change 310415 had a related patch set uploaded (by Ejegg):
Clean up DonationQueueConsumer