nservicebus
NServiceBus design ideas
Can any developers/architects with experience with NServiceBus offer guidance and help on the following?[详细]
2023-04-13 05:18 分类:问答NServiceBus as code trace mechanism: Sending messages from Class Library and displaying on Web app using SignalR
I am struggling to use NServiceBus for the first time, with no ESB background. After reading blog posts, the samples, the docs, etc. I cannot figure out why my C# class library will not send messages.[详细]
2023-04-12 09:20 分类:问答NHibernate ID generator when using NServiceBus
For most CRUD apps I use NHibernate\'s guid.comb ID generator. This has the advantage that I have access to the ID before I flush to the database and gets around the index fragmentation issue associat[详细]
2023-04-11 16:55 分类:问答Outgoing MSMQ timeout configuration
I have an application that uses NServiceBus to send and receive messages. 开发者_运维百科When the application hasn\'t received a message in a certain time period the outgoing connection is lost which[详细]
2023-04-11 16:08 分类:问答Connect NServiceBus with an AIX Mainframe
I have a back end sys开发者_StackOverflow中文版tem that drops events to my system.It is critical that these events don\'t get lost (I work for a health care company and lost info can impact a patient\[详细]
2023-04-11 11:29 分类:问答NServiceBus: How do I extend scale for a decimal column?
We are using decimal numbers with a scale of six decimals, ie 1.123456. Now as we are using NServiceBus and we need to persist this value in our saga data we got trouble.[详细]
2023-04-11 08:49 分类:问答How to handle only specific messages using NServiceBus Host
I have a seperate class library of messages. Each handler implementing IHandleMessages. I also have a seperate class library that uses the NServiceBus.Host to act as a message handling service. I know[详细]
2023-04-11 05:20 分类:问答What is a servicebus?
I\'ve read about nservicebus countless times on the net, but still don\'t get what a service bus is. All I think is it is a way for v开发者_如何学Pythonery disparate systems to talk to each other? In[详细]
2023-04-10 01:19 分类:问答What is causing the bottleneck in this scenario?
I\'m looking for some help with a production issue we have encountered. We have an NServiceBus Handler that when it processes a message sends a request to an asmx (.net 2.0) webservice running on IIS[详细]
2023-04-09 16:11 分类:问答How to unsubscribe the NServiceBus subscription?
If I choose to use the auto subscription in NServiceBus pub sub model, the system does not auto unsubscribe when the client exists.[详细]
2023-04-06 19:44 分类:问答