social.tchncs.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
A friendly server from Germany – which tends to attract techy people, but welcomes everybody. This is one of the oldest Mastodon instances.

Administered by:

Server stats:

3.8K
active users

#enqueue

3 posts2 participants0 posts today
Continued thread

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 😂

Continued thread

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

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