General
-
Create a webcast series and explain how to use NServiceBus. The code, your decisions, etc.
It would be really cool to have a "Summer of NHibernate" like webcast series where you start with a new project and build on it using NServiceBus. Start slow and explain the decision process. Have it grow into a full fledged sample project and provide the source code at each step. I believe this would help a lot of beginners and could act as a great source of documentation.
336 votesplanned ·
AdminUdi Dahan
(Admin, NServiceBus)
responded
We’re going to be doing this via TekPub. Thoughts?
-
support amqp.org open protocol cross-platform implementation like rabbitmq or qpid etc
I don't like building new solutions on top of closed-source proprietary implementations and protocols. I noticed that amqp or any of the implementations are not on the todo list when I think it should be at the very top. Pub/Sub messaging is best left up to the broker/infrastructure. It would also nServiceBus a lot of value if it could be run completely on *nix os's.
113 votesunder review ·
AdminUdi Dahan
(Admin, NServiceBus)
responded
In version 2.1 of NServiceBus we’ll be pulling out an abstraction of a queue that will allow us to leave the threading and transactions stuff in place (that is currently in the MsmqTransport).
Once that’s done, it’ll be much easier to plug in additional messaging infrastructures.
-
create a full-featured Windows Mobile version of NServiceBus
NServiceBus would be even more valuable if it could be used on Windows Mobile devices using Compact Framework as a first-class citizen, allowing mobile devices to publish messages and act as receiving service endpoints. Windows Mobile does support a compact version of MSMQ.
In a similar vein, Silverlight support would be great. The .NET subset in Silverlight and Compact Framework is pretty close.
72 votes -
.Net protobuf serialization
add this serialization to the bus! ;)
60 votes -
55 votes
-
Create NServiceBus Collaborative Ebook
I read somewhere that Udi does not have the time to write an NServiceBus book but there are many in the community that would love one. My solution is have Udi outline the chapters and assign them to members of the community. All the results could be posted to a central repository for his approval. I realize there is documentation in Wikis and blogs but it is scatter all over the place. For me my main resource for learning is an ereader and having a single document is key.
29 votes -
promote the NServiceBus front-end API for in-process event aggregator and commanding patterns
If NServiceBus is flexible enough to handle in-process, out-of-process, cross-machine and cross-cloud messaging, then it would be crazy powerful to use the same API for local service event aggregation and UI commanding as you use for communicating across the cloud.
I can imagine scenarios where in-process endpoints as well as remote endpoints could subscribe to some of the same messages.
29 votesplanned ·
AdminUdi Dahan
(Admin, NServiceBus)
responded
We’re definitely looking at getting NServiceBus to handle in-process messaging out of the box.
-
NServiceBus Profiler Status Monitor
It would be nice to have a basic Profiler or status monitor. Something like Oren Eini has for his Rhino Service Bus would be nice or perhaps somehow create hooks into the NServiceBus to allow for one to be easily implemented and customized.
20 votes -
Support MSMQ 4.0 remote input queue
Make it possible to listen to queue on a remote machine
19 votesunder review ·
AdminUdi Dahan
(Admin, NServiceBus)
responded
Unlikely to implement.
-
12 votes
-
Support Websphere MQ for Unicast
Be able to use Websphere MQ for the queue instead of MSMQ
12 votes
AdminUdi Dahan
(Admin, NServiceBus)
responded
In all likelihood, this won’t make it into the 2.0 release.
What we are planning on doing for 2.1 is to refactor out an IQueuedTransport to make it easier to plug in other queues.
-
Increase Message Size Limit
Allow NServiceBus to use to max limit of the queue instead of limiting it to 4 Megs. On Windows Server 2003 & 2008 you can specify a value based on server resources.
11 votes -
Post a list of big companies successfully using nServiceBus
It would be easier to convince clients if there was a list saying something like Fortune 50 company X uses it to process 100k messages daily.
11 votes -
Integration with Unity 2.0
Please update NServiceBus.ObjectBuilder.Unity.dll to support Unity 2.0
11 votes -
Support Request / Response As Well
The idea is to make Request / Response a first class citizen within nServiceBus, where the response from a request handler can be an object rather than just an integer.
I know this idea goes against the one way messaging bus concept for which nServiceBus is perfect and is actively discouraged. However, again and again people seem to have asked how they can implement it using nServiceBus.
I think this desire to use nServiceBus in this way comes from the fact that many systems need to support executing functionality through both request / response and one way messaging. Developers looking… more
9 votes -
Create a nServiceBus Bridge Implementation
It would be nice to have an Bridge implementation like you already have for Proxy and Gateway. This would allow for wiring up remote workers that can not use a Proxy or Gateway process at there location.
8 votes -
Xml MessageSerializer should work using InvariantCulture
I would suggest to use mode XmlConvert.ToString for dateTime, decimal, float types. Or at least use CultureInfo.InvariantCulture. Now if reading/writing processes uses different cultures like (en-EN and de-DE) it has problems with decimals. de-DE uses comma as floating point, and en-EN uses comma for thousand separator. This causes such situation: serialized 65,34 in DE culture is deserilized to 6534 in EN culture.
8 votes -
Provide more apparent documentation regarding using non .net languages to publish messages.
I found a ruby gem but I can't tell if it is part of the project or if there is any documentation surrounding how to use it.
7 votes -
update windsor version to 2.1.1 (current release)
currently windsor is included at version 2.0 which is kind of dated
7 votes -
6 votesplanned ·
AdminUdi Dahan
(Admin, NServiceBus)
responded
Will do – thanks.