> That sounds like a good thing, i.e. it now makes more sense. So I guess the > problem is that the current .NET client does *not* fault if the connection > hasn't been started and you issue a sync receive
Humm, it appears this isn't quite so. Looking at the Java client code, it appears that it will actually start up the dispatcher if not started already when a Receive() call is done, by calling AMQSession.startDispatcherIfNecessary() (There's no corresponding AMQSession class in the .NET client code yet, so I haven't looked too closely at what it does...) Tomas Restrepo [EMAIL PROTECTED] http://www.winterdom.com/weblog/
