nservicebus
NServiceBus subscribe to error queue
Is it possible to write an NServiceBus message handler that subscribes to error queue to allow us to perform decision making logic when an erroring message is moved开发者_如何学Go there?[详细]
2023-02-17 16:15 分类:问答NServiceBus delay retries
We need to be able to specify a delay in retrying fa开发者_如何学运维iled messages. NServiceBus retries more or less instantly up to n times (as configured) before moving the message to error queue.[详细]
2023-02-16 23:04 分类:问答Write to a file in NServiceBus
Here is what I am trying to accomplish by using NServiceBus. I have a publisher and subscriber.The publisher publishes a message from its queue to the subscriber.Then, the subscriber takes 开发者_开发[详细]
2023-02-16 22:11 分类:问答How can I manually handle any subscribed to message type in NServiceBus?
I\'m trying to build a layer over NServiceBus to make it simpler for other developers to use. I\'m trying to do without the config file and managed to get the publisher to work:[详细]
2023-02-16 11:47 分类:问答pub/sub nservicebus beginner
I am trying to get a simple NServiceBus pub/sub working.Here is what I am trying to do. I am trying to read a message from msmq, and pub publishes the messages to sub, and the sub will insert the mess[详细]
2023-02-16 06:07 分类:问答NServiceBus Message Replay Archive Architecture
I\'m building an application that needs to preserve copies of the messages it is sending so that I can replay all the messages at a later stage.This is necessary because the processing of the messages[详细]
2023-02-16 03:49 分类:问答NServicebus & NHibernate caching issue
I\'m trying to track down what appears to be a caching issue and I can\'t seem to find any answers. What I have is:[详细]
2023-02-15 20:23 分类:问答polling from nservicebus input queue
I just started writing pub/sub and the way that I doing this is that I will have a console app that runs every x hours and putting processed list as queue message (1 item per message).Now, on the pub[详细]
2023-02-15 09:07 分类:问答NServiceBus with Data driven approach
I have a console app (C#), say App1 that runs every x hours to grab a list of people, and then filter the list by some criteria, and creates “cleaner” list.I also have another console app, say App2[详细]
2023-02-14 12:55 分类:问答Can I use NServiceBus 2.5 on Windows Azure?
Can I use NServ开发者_StackOverflow中文版iceBus 2.5 on Windows Azure? Or do I need to wait for NServiceBus 3.0?Right now the work is being done on the 3.0 branch in GitHub.If you feel more confident a[详细]
2023-02-13 05:14 分类:问答