@bensheldon I am finishing out a batch implementation for SolidQueue, and one thing i've realized is that enqueue_after_transaction_commit throws a wrench in a fluent interface for batches. Ie, being able to just call `perform_later` on a job inside of a batch #enqueue block.

My implementations interface is inspired by a mixture of GoodJob and Sidekiq batches - I looked at GoodJobs internals around enqueue_after_transaction... and have been testing it out - it looks like they're incompatible?

Okay we switched to the symfony messenger for this one queue because it wasn’t possible to get the consumer running after too long time investigation. For me it is important that we can configure and keep running a package in a short time period.

Sry for my bad English grammar 😂

#php #enqueue #messenger

We created an Processor with ProcessorInterface and TobicSubscriberInterface. But we fall down to the error that the message didn’t have a property enqueue.processor. And I don’t know how to solve this problem.

Do your have any idea how to solve that problem?
2/2

#php #enqueue

Hi my fellows,

I need some advice in configuration of enqueue/enqueue-bundle.

We have an legacy system with PHP 8.0, Symfony 4.4 and enqueue/enqueue-bundle 0.10.15. It isn’t possible to update the system with all the different versions and it is also a end-of-life system.

We must configure a consumer who should consume message with a special topic from an RabbitMQ.
1/2

#php #enqueue