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
{{ message }}
This repository was archived by the owner on Mar 29, 2022. It is now read-only.
We have code that uses the fanout exchange type, which works fine against a real RabbitMQ server but fails our test suite against a wabbit fake server with the error message:
Invalid exchange type: fanout
I searched the wabbit codebase and couldn't find any mention of the fanout exchange type. Are there any plans on implementing this ?
We have code that uses the
fanoutexchange type, which works fine against a real RabbitMQ server but fails our test suite against awabbitfake server with the error message:I searched the wabbit codebase and couldn't find any mention of the
fanoutexchange type. Are there any plans on implementing this ?Thanks, love the library. Keep up the good work 👍