- Issue created by @watergate
- π³π±Netherlands watergate
Added implementation of the proposed change.
- @watergate opened merge request.
- Status changed to Needs review
over 1 year ago 8:43pm 23 March 2023 - Issue was unassigned.
- First commit to issue fork.
-
cmlara β
committed 25f32f74 on 4.x authored by
Watergate β
Issue #3349968 by Watergate: Unable to provide queue or exchange...
-
cmlara β
committed 25f32f74 on 4.x authored by
Watergate β
- Status changed to Downport
over 1 year ago 3:46am 27 March 2023 - πΊπΈUnited States cmlara
Overall looks good to me merged to dev.
I think we can also backport the main parts of this to 3.x with a fallback that if it looks at the existing location, something like
foreach ($queues as $queue_id => $queue) {
if (empty($queue['name']) {
// trigger_error with E_USER_DEPRECATED
$queue['name'] = $queue_id;
}
}
We should also probably put a CR up for this as a more specific record of the change.
- π¬π§United Kingdom zach.bimson
Working on a PR for 3.x to trigger deprecations for queue or exchange that doesn't have the name property set.
- π¬π§United Kingdom zach.bimson