QueueInterface::claimItem() specifies
* If returned, the object will have at least the following properties:
* - data: the same as what passed into createItem().
* - item_id: the unique ID returned from createItem().
* - created: timestamp when the item was put into the queue.
*/
We currently do not return an 'item_id' property.
Postponing on π Queue::createItem() does not return a unique id that will match claimItem() Fixed as that may end up being the fix for this issue going forward. We may need to have 'item_id' return the same as we currently return for 'id' to ensure we don't completely break callers in RabbitMQ 3.x.
Obtain an item from Queue::claimItem() and inspect properties.
TBD
TBD
None expected.
TBD
TBD
Closed: outdated
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.