You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to run a consumer via CLI which has different than a default connection.
The problem is that BaseConsumerCommand is getting dependency of Kdyby\RabbitMq\Connection, which is only the default one and it does not include consumers/producers that are defined under different connection.
I would recommend to create some kind of Container or Registry (like Kdyby\Doctrine has) that is going to include references to all consumers/producers and use it instead of Connection.
No description provided.
The text was updated successfully, but these errors were encountered: