Hi, Suppose a CRM service publishes a "CustomerCreated" event that contains the data type for a Customer object. Now the Order service picks up this event...
Hi, I need some advice on a queue design that someone hopefully have some comments on. I want to create a test-setup using nServiceBus. I have chosen to create...
Hi, I was wondering if anybody has any advice for using BizTalk with NSB. I have a situation where I need to use the BizTalk adapters and transformation engine...
In a simple scenario I have created I have one distributor pushing messages out to three workers. Each worker is running with five available worker threads....
Hey all, We've got a service that interacts with a COM component that requires our apartment state to be STA. Currently NSB sets the ApartmentState to MTA. Is...
Does NSB provide a mechanism to validate messages? Maybe using schemas? If not, does anybody have any input regarding validation of messages? Maybe an...
I'm writing some code to read and write nservicebus configuration with xml. I've implemented IConfigurationSource and in the GetConfiguration I've put this...
I am having trouble finding any code or posts related to the HTTP gateway directly. Firstly, does it exist or was it a feature not developed? If it does...
I've set up my own Live, Staging and Development profiles but I have some questions regarding how to use the profiling system correctly. - Can I make my new...
I expected the EventMessage to be only received by Subscriber1 and IEvent only by Subscriber2, but when I look at the PubSub example (NSB-2.1.0.965) I see the...
Hi, I have discovered a potential threading issue in the trunk. I have set number of threads to 1 and this is my enpoint config: - class EndpointConfig :...
Hello, I'm currently evaluating Service Bus Implementations for .NET. We have the following needs: - Some peers are "road warriors" - they are not alway...
if a client service want to send a request to some server service but the request is not so simple and includes business rules; then one option would be to...
Hi, I have created a saga and it works perfectly. The saga is there to govern a long running process. When the saga completes I need to do some time consuming...
If one executable process were to Subscribe to a message of one type and Publish a message of another type would that process need to register separate...
Hi, Suppose we have an 'Order' service that subcribes to CustomerCreated event from a 'Crm' service. How does the Order service get the updated/new data? In...
hi, lets say i have a client service and it owns multiple message-based sessions to many servers. now suppose the client has some worker threads. i'd like that...
Hi, Trying to set up a distributor using the FullDuplex sample. I have created the 3 distributor queues and the distributor is running. When I fire up the...
Hi (again). Got a couple of problems that I am stumped on. Not necessarily something to do with nServiceBus as more so MSMQ, but I was wondering if anyone...
I occasionally get the below exception, that I believe is related to the DBSubscriptionStorage. It seems to happen almost randomly and there are no other...
I don't think I ever said this explicitly. When this kind of spam arrives on the list, I delete it, and ban the person who sent it. So far, it's been effective...
The latest source from the 2.0 branch doesn't build as the sample projects haven't been updated to use the changes made to ISpecify.cs and Program.cs...
For those installing their NServiceBus message endpoints as Windows services using the command line /install switch, you may or may not be aware that you can...
Hi, What's the recommended setup of distributor queues? As I see it, workers registred in the distributor are only registred as endpoint queues - if they are...
When the host starts up, it attempts to load every DLL and EXE in the current directory as a managed assembly. When it finds an unmanaged DLL or EXE, it...
Hi, I'm using the latest build from /trunk. Setup: 1 client 1 distributor 1 worker (with NumberOfWorkerThreads=3). -- After the client, distributor, and worker...