It's actually supported, you just have to set the UseFlatQueue property of the RhinoServiceBusFacility to true. This way it won't use subqueues, but it will use sibling queues instead.
On Fri, Aug 28, 2009 at 12:59 PM, Marcus Rehm <[email protected]> wrote: > > Hi, > > I'm trying to run the RSB starbucks sample tests and the RSB tests too > on a windows XP box with MSMQ 3.0 the problem is that every test i run > i get the following error: > > Starbuck Test (Can_by_coffee_from_starbucks): > > System.Reflection.TargetInvocationException: > System.Reflection.TargetInvocationException : Uma exceção foi > acionada pelo destino de uma chamada. > ---- System.Messaging.MessageQueueException : Invalid queue path name. > em System.RuntimeTypeHandle.CreateInstance(RuntimeType type, > Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, > RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck) > em System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, > Boolean fillCache) > em System.Activator.CreateInstance(Type type, Boolean nonPublic) > em Xunit.Sdk.LifetimeCommand.Execute(Object testClass) > em > Xunit.Sdk.ExceptionWrapperCommand.<>c__DisplayClass1.<Execute>b__0() > em Xunit.Sdk.ExceptionWrapperCommand.RunAndCatch(ExecutionDelegate > delegate) > ----- Inner Stack Trace ----- > em System.Messaging.MessageQueue.ResolveFormatNameFromQueuePath > (String queuePath, Boolean throwException) > em System.Messaging.MessageQueue.get_FormatName() > em System.Messaging.MessageQueue.Purge() > em Rhino.ServiceBus.Tests.MsmqTestBase..ctor() na C:\Documents and > Settings\0531\Meus documentos\Visual Studio 2008\Projects\3 Parties > \rhino-tools\esb\Rhino.ServiceBus.Tests\MsmqTestBase.cs:linha 78 > em Rhino.ServiceBus.Tests.PublishingTests..ctor() na C:\Documents > and Settings\0531\Meus documentos\Visual Studio 2008\Projects\3 Parties > \rhino-tools\esb\Rhino.ServiceBus.Tests\PublishingTests.cs:linha 13 > > I've changed some points, switch the ";" to "#" in the name of the > subqueues. Now the tests fails with the InvalidOperationException > ("didn't get my coffee in time"). > With the RSB Tests the above error stills on. > > I read at some blog that there is a patch for msmq 3.0, where can i > get this? I'm running the last revision on > https://rhino-tools.svn.sourceforge.net/svnroot/rhino-tools/trunk. > > Thanks in advance! > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
