nservicebus
NSevriceBus Assembly Version Error
I have an issue when trying to load the NServiceBus assembly from a client machine. The software runs correctly from my development box but once rolled out I get the following error:[详细]
2023-02-28 14:09 分类:问答Recommended way to create multiple NServiceBus publishers in a single application/process?
I\'m going to have several publishers that are all logical components of a single \"application\". Although I try pretty hard to separate concerns (i.e. there are many independent class libraries mak[详细]
2023-02-27 03:46 分类:问答Reconfiguring NServiceBus Loses Messages
This is my first post on StackOverflow. I am trying to put NServiceBus behind an interface that looks like the following:[详细]
2023-02-25 15:26 分类:问答To get messages with NServiceBus do you have to have a message queue on the subscribing machine?
I am wondering if there is a way to setup NServiceBus so that the machine actually getting the message from a publisher does not have the InputQueue on it.Also, I would like to publish to a general qu[详细]
2023-02-25 13:38 分类:问答NServiceBus license? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-25 05:28 分类:问答log4net - is it a good practice create many loggers for tracing purposes?
I want to add tracing capabilities to my messaging application. Each message I use has an unique identifier which is carried on to subsequent messages (messages spawned开发者_StackOverflow社区 by the[详细]
2023-02-25 00:29 分类:问答NServiceBus Pub/Sub example and the "Distributor"
I finished going through the example of Pub/Sub for NServiceBus. I am now trying to wrap my head around the \"Distributor\" concept of 开发者_开发问答NServiceBus.[详细]
2023-02-24 09:56 分类:问答Using a database with NServiceBus
In reading the Getting Started doc for NServiceBus I see that it can (and should) use a Database for subscription information when scaling out to more than one machine.[详细]
2023-02-24 09:52 分类:问答NServiceBus property not injecting
I\'m running NServiceBus 2.0 and trying to create a service to receive forwarded messages and drop them in a (RavenDB) database. I admit I don\'t have a firm grasp on how NServiceBus works with IoC co[详细]
2023-02-24 03:40 分类:问答Can multiple NServiceBus publishers share the same DBSubscriptionStorage?
Looking at the Publish-Subscribe API and Configuration page, it would seem that the database schema used by NServiceBus to track subscriptions only tracks the Subscriber Endpoint and Message Type.[详细]
2023-02-23 12:25 分类:问答