Just wanted to ask if this is supported, as described for the command bus.
Tried to setup the query bus as per command bus analogy, but I cannot make it work
services.yaml
App\Application\QueryHandler\:
resource: '../src/Application/QueryHandler/*Handler.php'
tags: [{name: 'prooph_service_bus.default_querybus.route_target', message_detection: true}]