nservicebus
Graph out message flow in a service oriented architecture (using NServiceBus)
I have a large service oriented system that\'s using NServiceBus as a messaging bus. I need to produce a graph/flow diagram of where messages are sent, where they\'re handled, etc.[详细]
2023-04-01 00:45 分类:问答Help with NServiceBus architecture
I\'ve been reading through the documentation on the NServiceBus site but am struggling to piece it all together.[详细]
2023-03-30 00:10 分类:问答NserviceBus start Event
I want to configure Dependency Injection with Ninject in my application, and my project is a Subscriber class library. What is the first event produced b开发者_Python百科y NserviceBus for initialize m[详细]
2023-03-29 14:35 分类:问答NServiceBus 3.0 DataBus Sample No Destination Found for message type
I am attempting to play around with NServiceBus 3 ( aka github master ) and am having trouble getting some of the Samples to run, namely the DataBus and AzureDataBus projects.[详细]
2023-03-29 02:27 分类:问答ClickOnce and NServiceBus? "Reference in the manifest does not match the identity of the downloaded assembly NServiceBus.Host.exe."
How do I remedy this? Do I need to build NSB from source with the Manifest settings described here: http://geekswithblogs.net/rakker/archive/2007/12/06/117449.aspx?[详细]
2023-03-29 01:40 分类:问答NServiceBus: Requirement for a Process to Publish to more than 1 Queue
We have a process that uses NServiceBus already to publish messages to other processes running in our system. I want to add additional functionality to this process which will require it to publish me[详细]
2023-03-27 11:43 分类:问答NServiceBus pub/sub and hardcoded publisher location
Is the a way to make a subscriber subcribe on a message type without knowing the publishers (location)? I guess this could be done with a central subscription 开发者_StackOverflow社区storage.NServiceB[详细]
2023-03-27 00:41 分类:问答NServicebus Publisher in WCF
I want to Publish messages from WCF i have it configured as: Bus =Configure.With(typeof(Messages).Assembly)[详细]
2023-03-26 04:19 分类:问答NServiceBus message handler not going to 'error' queue on exception
I have a sample NServiceBus application to test the waters.. All is going well, sending and handling is working correctly.[详细]
2023-03-25 11:19 分类:问答NServiceBus: Sharing Message DLLs
I have been recently looking into NServiceBus, as I thought messaging would be a good way to reduce dependencies between systems. However, one of the first things that struck me is that the message pu[详细]
2023-03-25 02:00 分类:问答