nservicebus Questions
1
Solved
So I have seen a number of references and links from a year +/- ago asking about support for NServiceBus on Amazon EC2. Wondering if anyone out there has attempted to do anything with this recently...
Gressorial asked 15/5, 2012 at 3:21
2
Solved
We've created a web application that is an a e-book reader. So one thing to keep in mind is that the domain is not exactly that of reading a physical book. We are now trying to gather users' readin...
Vouvray asked 30/4, 2012 at 15:22
2
Solved
I have a following situation:
So, receiver subscribes to two kind of events: eventA and eventB. NServiceBus creates queue for receiver (Receiver) and places messages of type eventA and eventB to...
Donnettedonni asked 23/2, 2012 at 10:56
2
Solved
I need to be able to edit messages in my error queue (so that they can be resent to the actual queue for reprocessing).
I would like to make my own custom tool to do this (because my messages requ...
Hydrated asked 9/3, 2012 at 16:53
2
Solved
Are there any advantages of using NServiceBus over simply using the .net driver for RabbitMQ (assuming we can replace MSMQ with AMQP). Does NSB provide any additional functionality or abstractions ...
Klansman asked 4/3, 2012 at 19:33
2
Is there any NServiceBus equivalent for Java? I'm not looking for nothing more complicated, even Mule ESB seems to be too much for my needs.
Gavin asked 16/6, 2011 at 20:4
2
Solved
I'm running NServiceBus 3.0.0 rc2 but when I start the application (as local admin) without pre-creating the MSMQ's it errors with :
The queue does not exist or you do not have sufficient permis...
Hefter asked 1/2, 2012 at 23:41
1
Solved
As a exercise I'm trying to find an example which implements competing consumer.
many producers - > MSMQueue <- competing consumers
So far I did not find any documentation on how to achieve ...
Capitoline asked 31/1, 2012 at 4:30
2
Solved
I am developing a system to support receipt of status information from a variety of hardware types. Each piece of hardware is reporting the same status information (Latitude, Longitude), but each h...
Tantalus asked 26/1, 2012 at 15:43
1
Solved
I see MessageEndpointMappings section in my App.config and it just keeps confusing me.
Sometimes it looks like it sets of a client to subscribe to another queue (like this one does):
<UnicastB...
Unhandled asked 4/1, 2012 at 22:47
3
Solved
We have clustered MSMQ for a set of NServiceBus services, and everything runs great until it doesn't. Outgoing queues on one server start filling up, and pretty soon the whole system is hung.
More...
Expiable asked 6/10, 2010 at 16:3
6
Solved
My ASP.NET MVC3 / NHibernate application has a requirement to fire off and handle a variety of events related to my domain objects. For example, an Order object might have events like OrderStatusCh...
Panegyric asked 4/5, 2011 at 15:46
5
Solved
Hey people would love to hear about any resources you have or know about for nServiceBus, Rhino Service Bus and MassTransit.
Videos?
Blog posts?
Books?
Demo Projects etc
Ortrud asked 18/6, 2009 at 12:8
1
Solved
We're starting a new project that has some messaging and queueing requirements that are pretty basic, but in the future there may be some additional requirements for things such as sagas to process...
Petra asked 13/9, 2011 at 14:48
1
I've read about nservicebus countless times on the net, but still don't get what a service bus is.
All I think is it is a way for very disparate systems to talk to each other? In which case, I don...
Hardship asked 30/9, 2011 at 23:53
3
Solved
Is there any overlap between MS WF and NServiceBus, in terms of workflow specifically?
Is there a need to use one if the other is already in use?
How well do they play together?
Rivarivage asked 15/9, 2010 at 9:35
2
Solved
My requirement is that I have "items" with different states. I need to do all kinds of different things based on the states of these items (send emails, store files, update internal applications, e...
Spirula asked 14/9, 2011 at 15:20
2
Has anyone managed to get the NServiceBus Gateway component to work?
The sample in v3.0 does not work out of the box like other samples.
A step by step guide or code sample will be helpful to get...
Toneless asked 29/6, 2011 at 9:38
4
Solved
I am writing this post here in hopes that someone can help me out.
I am trying to implement NServiceBus on an ASP.NET MVC application. I have gone through each and every step to ensure that everyt...
Preciado asked 20/1, 2011 at 9:4
3
Solved
Update: The most current licensing info can be found here: http://particular.net/licensing
So, I am reading the license restriction for NServiceBus Community Edition. It says:
Production ...
Wichman asked 14/4, 2011 at 2:8
1
Solved
Anyone using NServiceBus 2.0 successfully with Unity 2.0?
I've tried to compile sources of NServiceBus.ObjectBuilder.Unity.dll against Unity 2.0 assemblies but got several compile-time errors bec...
Spirochaetosis asked 26/9, 2010 at 13:28
1
I am new to CQRS and I am tying to make sense of business rule validation within the write side (domain). I know that client side validation should be done in terms of valid date (required field, s...
Milklivered asked 22/3, 2011 at 22:33
1
Is it possible to write an NServiceBus message handler that subscribes to error queue to allow us to perform decision making logic when an erroring message is moved there?
Preferably, I would like...
Chondrule asked 16/3, 2011 at 10:15
4
Solved
I am using NServiceBus with MSMQ between my web application and service and I need to be able to encrypt the message payload so that if a message gets queued locally on the web server (service host...
Lavone asked 1/2, 2011 at 16:59
2
Solved
Disclaimer: This is a follow-on question from my other question about NServiceBus which was answered very thoroughly.
My current question is this: If a website is built to be 'dumb' like the artic...
Newsman asked 13/1, 2011 at 9:57
© 2022 - 2024 — McMap. All rights reserved.