Ok, looks like I have found the answer in http://tech.groups.yahoo.com/group/nservicebus/message/1376, I need DB subscriptions storage. Will try to get it...
Currently I have free absolutely identical program instances on free different network hosts - host1, host2, host3. Each of them - publisher and subscriber. ...
Andrey, While an instance may be both a publisher and a subscriber - it is not supposed to subscribe to the message it itself is publishing. Can you explain a...
Ok, Udi, I fixed the problem by adding ANONYMOUS LOGON permission on host2 anâ host3. But I can describe my scenario more completely - may be I did something...
How can I turn off logging? When I start the pub/sub example, all ind of [debug] and [info] messages are written to the console, probably through log4net. I...
Thanks Udi, Unfortunately we're using NServiceBus in a Ubuntu environment under Mono which completely nixes this as an option. It is nice feature for the ...
Hi all, I'm the the process of writing an NMS transport for NServiceBus (it's a generic JMS like solution for .NET with several implementations including...
Look at LoggingFromAppConfig sample under GenericHost samples. It adds IWantCustomLogging to class that implement IConfigureThisEndpoint interface. In...
I've run into this problem before, I end up having to add anonymouse/everyone logins to every nservicebus queue created. Keep it in mind when you deploy a...
Ok time to dig this one up again. I have 2 programs experiencing this problem again, so it is a good time to debug & try to work it out finally. Once again,...
Udi, I understand this, but my point is "why peek at all?"? Can you not do a Receive , analyse the message then use a second thread with a seperate transaction...
Hi, I've pulled down latest of the NServiceBus code with svn and am experiencing issues when I try and run the build.bat. I find these issues both at home and...
You have to move everything (the NServiceBus folder to the root of your drive ex: D:\NServiceBus you can then run the build.bat from D:\NServiceBus\build.bat...
If I add the code below to app.config of MyPublisher in pub/sub sample, nothing happens. De subscriber queue is never created. And so the subscribers aren't...
I'm not sure why the subscriber queue is never created, but msmq subscription storage is only temporary storage and will not persist after the publisher shuts...
I just encountered this problem yesterday too :) I'm pretty sure you need to be in a directory *without* any spaces in the name. At least that's what it...
Hello, I'm trying to set up a scenario where I can use my repository classes from within message handlers. Initially I started off by simply configuring the NH...
... The msmq sub storage is not temporary the messages remain in the subscription queue so all subscriptions are still there if the publisher restarts. The DB...
Thomas, I'm not sure, because I used fluent bus configuration in my own hosting program with .MsmqSubscriptionStorage() call. So, as far as Pub/sub sample is...
It is the integration profile that is in charge of enabling MsmqSubscriptionStorage. The profile should be passed as a aprameter to the host. Hope this helps. ...
Are there any samples left that describe how to configure the bus without the generic host? I 'm working in an environment where I can't use the generic host...
The AsyncPages and WebServiceBridge samples are configured with the fluent api. /Andreas http://andreasohlund.blogspot.com http://twitter.com/andreasohlund To:...