Questions tagged [rhino-tools]

4 questions
15
votes
2 answers

Anybody using Rhino Security?

If so, what is your experience? Do you recommend it? This is the one I am talking about http://ayende.com/Blog/archive/2008/01/22/Rhino-Security-Overview-Part-I.aspx
fm64
  • 161
  • 1
  • 4
6
votes
4 answers

MSMQ Inconsistent State After Restart

I'm seeing a really strange error that I'm having a difficult time tracking down. I think its related to my configuration of Rhino ESB, though I'm not sure if RSB is actually causing it, so I figured I'd ask and see if anyone else has come…
Chris Carter
  • 193
  • 1
  • 2
  • 6
0
votes
1 answer

Is it possible to use Rhino.Commons.HttpModules.UnitOfWorkApplication in ASP.NET 3.5 (not MVC)?

I tried to find tutorials/articles on using UnitOfWorkApplication in ASP.NET (not MVC). But all information I can find is about how to use it in ASP.NET MVC. Does it mean that it is not possible to use…
0
votes
1 answer

Rhino.Esb "Could not find no message owner for "

I have some services which i want to be able to publish and subscribe to messages from. I have a backend bus console app which has the following configuration:
user156888