New York ALT.NET Group February Meetup: Pub/Sub Messaging with NServiceBus

Organiser
New York ALT.NET Group
Date
24-25 Feb 2010 (Add to calendar) GMT
Venue
(Exact location not available) , New York, US
Cost
Free

Topic: Pub/Sub Messaging with NServiceBus



Powerful, yet lightweight.
Pluggable, yet simple to use.
Enterprise development, done right.

When many people hear the term "service bus" they picture a central box which all communication goes through, like BizTalk. That's actually a description of the Broker architectural style, not the Bus architectural style. A bus isn't necessarily a physical entity. In that respect, NServiceBus is more similar to WCF than it is to BizTalk.

There is no physical WCF one can point to in the network topology. WCF is part of the infrastructure that is run in-process with a given application's code. NServiceBus is the same.

Just like you can write your own host process and activate WCF explicitly within it, you can do the same thing with NServiceBus. The bus in NServiceBus is something virtual - the collection of framework objects running in the various applicative processes. You can think of it as a kind of peer-to-peer mesh that runs alongside your code.

This month we're happy to have long-time group member Bernard Kowalski, a Software Engineer with Microdesk's Software Development Group lead a discussion of the NServiceBus technology and its application to building scalable messaging systems in .NET.



This meeting will be held at the Microsoft offices as usual. Check the Meetup site for details!

You might also like...

Comments

Other nearby events

Map

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“It works on my machine.” - Anonymous