SzymonPobiega / NServiceBus.Router

Cross-transport, cross-site and possibly cross-cloud router component for NServiceBus
MIT License
5 stars 10 forks source link

"poison" table no longer created #30

Closed rioka closed 4 years ago

rioka commented 4 years ago

While upgrading NServiceBus in an application, we realised table poison (whatever name it is assigned via PoisonQueueName) is no longer created.

Steps to reproduce

Expected result Actual result
table poison being created no poison table found

When forcing references to previous packages ie

SzymonPobiega commented 4 years ago

Hey @rioka

This issue has actually been fixed here https://github.com/SzymonPobiega/NServiceBus.Raw/issues/13 but I didn't release the new patch to Router. Try explicitly referencing NServiceBus.Raw 3.2.1 in your project and it should fix the issue. In the meantime I'll release Router 3.8.1 that bumps the minim version of Raw.

rioka commented 4 years ago

👍 Works as expected when explicitly referencing latest NServiceBus.Raw Thx