Corey, I wouldn't worry about that at all. Usually you don't deploy
your application twice a day so you don't have to automate the
database setup. And regarding the real-world usage, I prefer SQL  to
MSMQ or RQ, because SQL server has way much better management tools
and you have all the power of T-SQL at your hands. RSB needs to have
much better management & monitoring tools if it's going to be used in
large (enterprise/industry-level?) applications.
BTW some time ago, don't remember where, I have read an article
comparing SQL service broker to MSMQ and stating that SSB is flawed by
design. Don't remember where it was and can't find it, but did you
notice anything 'strange' in how SSB queues work?
BTW are you going to show us your implementation?

Best regards,
Rafal

On Nov 3, 4:37 pm, Corey Kaylor <[email protected]> wrote:
> Reading Ayende's latest blog 
> posthttp://ayende.com/Blog/archive/2009/11/03/development-only-code.aspxI read
> it with a somewhat guilty conscience because in the service broker queue
> implementation I have violated this. However, in my case there is a
> legitimate use case for "resetting the database" in production code. The
> specific use case is when our windows application deployed through click
> once. With rhino queues this was easy and less of a concern. I'm interested
> in hearing others approaches for how they might achieve my goal of the
> following.
>
> 1. Messages sitting in queue on startup for the windows application are
> unimportant and should be purged.
> 2. Schema changes i.e. version conflicts with the current schema must be
> recreated without any interaction of the user or extra complexity of
> deployment that would fall outside of click once.
>
> I'm leaning towards conditional compilation so that I deploy a specific
> build for our click once application, but looking for better suggestions.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to