nservicebus
How to rollback an NHibernate Transaction within NServiceBus
It\'s my understanding we have essentially 2 kinds of exc开发者_如何学JAVAeptions when using NServiceBus.[详细]
2023-03-12 02:19 分类:问答Are child containers supported together with Unity in ver 2.5 of NServiceBus
Are child containers supported together with Unity in ver 2.5 of NServiceBus ? See http://andreasohlund.net/2010/10/12/support-for-child-containers-in-nservicebus/[详细]
2023-03-11 22:35 分类:问答Reusing NServiceBus messages saga data
Are there any reasons not to reuse an NServiceBus message (IMessage) in saga data?What I mean is having a message something like this:[详细]
2023-03-11 17:53 分类:问答nservicebus can handle db client to msmq backend?
I wonder is 开发者_开发知识库nservicebus pub/sub or other type of app can handle db client to msmq server.[详细]
2023-03-11 08:23 分类:问答Filter data before sending it to a subscriber (NServiceBus)
I Have many clients which needs to be notified when new data is adde开发者_开发百科d to one of our DB tables.[详细]
2023-03-08 21:27 分类:问答How does a second physical publisher get notified of new subscribers?
Related to this question: As I understand it, two physical publishers represent a single logical publisher must each have their own subscription qu开发者_如何学Ceue.Using DBSubscriptionStorage allows[详细]
2023-03-07 15:09 分类:问答The dreaded "No endpoint configuration found in scanned assemblies" NServiceBus error
Background: I have two NServiceBus endpoint projects in my solution. Both are NServiceBus subscribers and contain a message handler to one message.[详细]
2023-03-07 13:51 分类:问答NServiceBus, subscriber stop receiving messages after a period of time
Using version 2.5.0.1446, my server will receive messages for about 5 - 10 minutes, after which, it will no longer receive, however this is only occurring on one environment a Windows Server 开发者_运[详细]
2023-03-05 23:32 分类:问答Error in log after windows restart when subscriber is installed as a service
I\'m using NserviceBus 2.0 with pub/sub mode. My subscribers are installed as a windows service. However after computer restart I always get the following problem in log : \"Problem in peeking a messa[详细]
2023-03-03 04:11 分类:问答Where to raise persistence-dependent domain events - service, repository, or UI?
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 OrderStatusChang[详细]
2023-03-03 00:44 分类:问答