Introduction to Symfony Messenger with a focus on the new features from the Symfony 4.3 release such as the new transports, retry strategies and handling failed messages.
the receivers/transports to consume in order of priority [default: ["async"]] Options: -l, --limit=LIMIT Limit the number of received messages -m, --memory-limit=MEMORY-LIMIT The memory limit the worker can consume -t, --time-limit=TIME-LIMIT The time limit in seconds the worker can run --sleep=SLEEP Seconds to sleep before asking for new messages after no messages were found [default: 1] -b, --bus=BUS Name of the bus to which received messages should be dispatched (if not passed, bus is determine automatically.
which message(s) to handle bus: 'event_bus', # restrict handler to specific bus method: 'handleEvent', # method to be called on handler priority: 1, # prioritize handler over others from_transport: 'async', # handle only received messages