Make MSMQ extension MSSQL independent

Hi,

is it possible to make the MSMQ code MS SQL provider independent? I would like to use it with the Hangfire Firebird provider, it would be nice if the bulk of the MSMQ extension code could be shared.

thanks,

Rob

Hi, Rob. This is impossible while we are at Hangfire 1.x, since it will be a breaking change. You can simply copy MSMQ code for current use and share it somewhere.