roadrunner-php / issues

Home for the RoadRunner-PHP issues and discussions ❤️
MIT License
2 stars 0 forks source link

[FEATURE REQUEST] Add to ReceivedTask imformation about queue #8

Closed iborysenko closed 8 months ago

iborysenko commented 1 year ago

Hi @butschster

According to https://github.com/roadrunner-server/amqp/pull/53 And FR https://github.com/roadrunner-server/roadrunner/issues/1462

RR sends the new field to the PHP worker within the others: queue, which will contain a queue (tube, stream, etc, for the other drivers).

butschster commented 1 year ago

Kafka will also use queue key for topic

msmakouz commented 8 months ago

The queue name is available in ReceivedTask: https://github.com/roadrunner-php/jobs/blob/4.x/src/Task/Factory/ReceivedTaskFactory.php#L50