nservicebus
How do I avoid version conflicts using NServiceBus with Castle Windsor WcfFacility?
It appears the NServiceBus 开发者_JS百科is built against Castle Windsor 2.0.0.0, whilst the WcfFacility needs to be built against 2.5.2.[详细]
2023-02-23 07:39 分类:问答NServiceBus Sagas
I have a working pub sub sample and I want to look at sa开发者_JAVA技巧gas.How can I configure the in mem saga persistence?Running the host in the Lite (default) profile will automatically use the InM[详细]
2023-02-22 23:18 分类:问答NServiceBus Dynamic End Points
Is it possible to create end points dynamically at runtime.E.g. 开发者_如何学运维 Send a message to a known endpoint with details of a new endpoint so that a network node can learn of new nodes on the[详细]
2023-02-22 22:14 分类:问答Some confusion on using IHandleMessages
I have a subscriber that subscribes to multiple different publishers.All of these publishers post a message whose interface derives from a base interfaces.This base message contains some common attrib[详细]
2023-02-22 11:27 分类:问答NEventStore NServiceBus setup
How do you integrate to NServiceBus when using NEventStore? I\'m new to NSB ans ES and trying to figure out the best setup for NSB when 开发者_JAVA技巧using ES and CQRS.[详细]
2023-02-22 04:31 分类:问答NServiceBus: Scatter-Gatherer pattern
I\'ve searched the web on this topic for NServiceBus but haven\'t found any example or solution. I have a web service which receives a query from a client. The web service[详细]
2023-02-20 20:57 分类:问答How can you programatically add mappings to UnicastBusConfig?
I would like to be able to add subscriptions to additional message types living on potentially different servers to my application at runtime.What I\'m trying to achieve is a Monitoring application wh[详细]
2023-02-20 17:27 分类:问答NServiceBus: Messages handled multiple times
I am at a complete loss as to why I am experiencing this problem. I am new to NServiceBus and have so far set up a dead simple \'server\' which listens for messages sent by a web application. The serv[详细]
2023-02-20 12:36 分类:问答Business rule validators and command handler in CQRS
I am new to C开发者_高级运维QRS 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 (requi[详细]
2023-02-18 21:33 分类:问答How to NServiceBus Publish() in Fixed interval
Is it possble to configure the Publisher to run in fixed interval, say every hour?In the example I downloaded from the NServiceBus web site, the publisher publishes whenever a user hit enter key.So, i[详细]
2023-02-17 18:01 分类:问答