rebus-org / Rebus.MySql

:bus: MySQL integration for Rebus
https://mookid.dk/category/rebus
Other
7 stars 6 forks source link

Not working with parallel processing #7

Closed renemadsen closed 3 years ago

renemadsen commented 4 years ago

When using this transport for some reason the transporter is not making Rebus do work in paralell.

See attatched project example. RebusTesting.zip

mookid8000 commented 3 years ago

When you say that it doesn't work in parallel, what do you actually mean?

Do you get an error?

What are the symptoms?

mookid8000 commented 3 years ago

Hi @renemadsen , I'm closing this issue for now. Please feel free to pick it up again, if you're still experiencing something weird.

JonCanning commented 3 years ago

I've just discovered this too. Created a simple pub/sub using MySql and processing is always sequential, but is parallel with SqlServer 3.0.0-b5 works!