Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 435 Bytes

2020-10-14-pass-through-stamps-in-monitoringbusdecorator.md

File metadata and controls

6 lines (6 loc) · 435 Bytes
title issue
Pass-through stamps in `MonitoringBusDecorator`
NEXT-11406

Core

  • Changed \Shopware\Core\Framework\MessageQueue\MonitoringBusDecorator to pass-through stamps to the decorated message bus. This makes it possible to pass meta information to the transport. This example configures a priority of a message for enqueue: $bus->dispatch($message, [new TransportConfiguration(['metadata' => ['priority' => 4]])])