Hi everyone,
We’ve just released NServiceBus.Persistence.Sql 8.1.2 and 7.0.7.
Fixed bugs
- #1747 PostgreSQL connection issues cause ObjectDisposedException
How to know if you are affected
You are affected if all of the following are true:
- You’re using a SQL persistence 7.0.x or 8.1.x
- You’re using PostgreSQL
- You allow concurrent message processing (which is the default)
- You are NOT using the outbox feature
Symptoms
Message can fail with the following error information:
Moving message 'e6f76034-73c1-4a4f-af5a-b03000ed68a3' to the error queue 'error' because processing failed due to an exception:
System.ObjectDisposedException: NpgsqlTransaction
When to upgrade
You should upgrade immediately if you are affected. Otherwise, you should upgrade during your next maintenance window.
Where to get it
You can install the new versions of NServiceBus.Persistence.Sql from NuGet.
Please read our release policy for more details.
With thanks,
The team in Particular