In order to make the best use of nServiceBus in a web environment, it is often best to rethink common browser-server interactions and leverage the cacheability...
Yes, I do understand this. However I have some pages that combine information from few different sources and these pages need to be search engine friendly....
If you used pub/sub to keep that information up to date and generated static XML/HTML fragments from it, would that cover your requirements? -- Udi Dahan - The...
Could do something like that maybe as well. Actually it might make whole lot of sense in my case to have fragments either put together by server (for anonymous...
The more scalable a web site you need, the less a classical MVC framework makes sense. Well, that's been my experience. -- Udi Dahan - The Software Simplist ...
Remembered this post and I thought you would find this interesting: ...XMPP/Jabber, the Open Source real-time communication protocol popularized by Instant...
There are a lot of commercial Jabber servers, mind you ... There are a lot of commercial Jabber servers, mind you On Wed, Nov 5, 2008 at 1:24 AM, Udi Dahan <...
Ayende Rahien
Ayende@...
Nov 4, 2008 11:47 pm
1531
I'm not sure the Gnip decision has as much to say about the XMPP protocol as it does exposing your service to the world at large via open, public jabber ...
Just wanted to let everyone know that we're getting closer to a 1.9 beta. The big message of 1.9 is versionability through the use of messages based on...
I was contacted by someone asking for recommendations on open source monitoring solutions. I have personally found both Zenoss and Hyperic to be excellent...
I may be missing something obvious, but how do you ensure that message handlers for a particular message type get handled in a certain order? Say I have the...
You need to register them into the container in that order. This can also be done by using ConfigUnicastBus.SetMessageHandlersFromAssembliesInOrder but those...
Hello, Currently I'm working on a project that has a custom internal message bus, based on sql database. It was implemented by myself and works fine, however...
Hi, Getting this error compiling my app. Any particular reason why NServiceBus.dll doesn't have a strong name? I suppose I could compile the solution with my...
No special reason why it doesn't have a strong name. Current guidance around strong names is that most developers shouldn't use them. My suggestion would be...
Rafal, Here's the current state of affairs: 1. Scheduled message delivery is currently not supported out of the box. You can implement something like...
Udi, thanks for the information. Moving to another message bus implementation is rather low priority for me, so I'll try to gather more information about it...
Rafal, NServiceBus rolls back directly to the queue a configurable number of times when handling continuously fails, and then moves it to the configured error ...
Hello, I have been using nServiceBus 1.8 for the past couple of weeks and everything has been ok until I tried to use an ASP.NET web service as a client to an...
BTW, exactly the same thing happens as soon as I open Service1.asmx in the WebService1 project of the WebServiceBridge sample. Thanks, Denis ... as ... stops ...
Hi, Just a quick note about an evening talk on NServiceBus that David de Florinier and I will be organising in about two weeks in London. As part of the...
You may have a bunch of junk in your queue that's being processed in the background, but since you don't have handlers for it, you're not seeing anything...
I had nothing in any of the queues, but I figured out what the problem was. I had to grant ASPNET user account access to the "client" queue. Thanks, Denis To:...
That’s awesome. I’m actually going to be in Ireland at that time and thought I might make it – but I’m flying back home right then. Oh well. Let us all...
Steve, The fix is now on the trunk. The problem was that the grid messages didn't appear in the MessageEndpointMapping of the UI process app.config. The...
too bad. it would be great to meet you. if you are ever in london, ping me and I'll buy the beers :) skillsmatter typically film all events, so the video will...