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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Using Amqp driver with enqueue bundle, i can't setup an exchange with a different type (
topic
,fanout
,direct
) and set binding key.After reading code, i see that the exchange type is set to
fanout
when setup-broker : https://github.com/php-enqueue/enqueue/blob/master/Client/Driver/AmqpDriver.php#L104.Is there a way to change this to have some flexibility on my config ?
Example :
The text was updated successfully, but these errors were encountered: