nservicebus
Sample of NServiceBus Pub/Sub over Net TCP WCF?
Is this possible? trying to look for examples that show a message being published by the server and having multiple clients subscribed to those message开发者_如何学CsTechnically, you could probably bu[详细]
2023-03-24 12:02 分类:问答should the NServicebus CastleWindsorBuilder register the bus into the container
I have the following code: public class MessageEndpoint : IConfigureThisEndpoint, AsA_Server, IWantCustomInitialization[详细]
2023-03-21 13:33 分类:问答How do I use Moq to test calls to NServiceBus IBus.Publish()?
The following code compiles, runs, does exactly what I\'m expecting - the GreetingPublisher calls bus.Publish() when the event is raised - but the Moq setup isn\'t being matched:[详细]
2023-03-21 11:28 分类:问答Is NServiceBus a good fit for cross platform integration?
Is NServiceBus a good fit if you want to integrate .NET开发者_如何转开发 applications with other applications written in languages like python or even php on Linux?[详细]
2023-03-20 20:20 分类:问答NServiceBus Saga - How to configure millisToSleepBetweenMessages?
I\'m new in C# and I\'m working in a project where an NServiceBus Saga is being used. Inside the logic of the saga, the RequestTimeout method is being called for 1 minute if a condition is not achiev[详细]
2023-03-19 02:52 分类:问答Config file with NServiceBus and WCF is failing
I cant figure out whats wrong with my config code below, when I include the NServiceBus config info I get the followng error:[详细]
2023-03-18 17:53 分类:问答NServiceBus sending information when a subscriber subscribes
I\'m just getting started with NServiceBus and I\'ve got a very basic implementation up and running - much like the PubSub sample application.[详细]
2023-03-18 02:34 分类:问答NServiceBus filtering messages to subscribers
I\'m just getting started with NService bus and I want to know how to filter message when I send them so that they only go to particular subscribers.[详细]
2023-03-18 02:32 分类:问答Does NServiceBus guarantee that messages will be processed in a particular order?
Does NServi开发者_运维百科cebus make sure messages are drawn down from a queue in a particular order like FIFO or LIFO?[详细]
2023-03-17 21:53 分类:问答Should nServiceBus messages contain objects or just simple types and strings?
When sending messages with nservicebus should the messages just contain simple types and strings, or is it okay to include your own objects? If so, should these objects be lightweight data transfer ob[详细]
2023-03-16 02:14 分类:问答