Hi everyone, I'm seeing a really strange error that I'm having a difficult time tracking down. I think its related to Rhino ESB, though I'm not sure if the ESB is actually causing it, so I figured I'd ask and see if anyone else has come across this in any other usages of MSMQ. I'm using RSB as a client in a web app (ASP.NET, the client runs in the background). The client talks to a windows service via the MSMQ binding for RSB. Restarting the service never appears to have an effect on MSMQ, neither does restarting IIS by hand. However, whenever I actually restart the computer itself, MSMQ always refuses to start back up, claiming that a "queue is in an inconsistent state".
This has only started occurring since I switched from Rhino Queues to MSMQ, which is why I'm asking here. The only information I've found via the almighty Google are references to a problem in MSMQ 2.0 (this problem is occurring in MSMQ 4.0). I've verified that Dispose is being called on on the bus at shutdown, in both the service and the web site. I'm getting frustrated with MSMQ that its this fragile, even if I'm doing something wrong with this, it shouldn't destroy the entire MSMQ installation (the only way I've found to resolve the error is to uninstall and re-install MSMQ proper). Does anyone have any idea why this could be occurring? Thanks! -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
