English 中文(简体)
NPO 客车——据报称“最大时数”的电文,尽管我可以认为它正在采取行动,但没有任何例外。
原标题:NServiceBus - Message reported as "failed maximum number of times", though I can see it being actioned and no exception is thrown

在瓦解我的国家服务时 能够应用的汽车,我有某些电文,在夏尔被报告为“最大时数”。

当我向手提一个夸张时,一切都像我所期望的那样发挥作用。 手里没有例外。

然而,手提人却制造了“公平交易”,并有意将交易退回,作为处理某些信息情景的一部分。 看来,收回交易的信息是报告失败的信息。

是否在Kalltransactions和NSERBus之间建立了某种关系,从而导致NSERBus承认发生了一次退步?

I know that sounds unlikely, but cant think of anything else that might cause the message fail at this stage?

最佳回答

我的猜测(没有看到例外错误信息)是,你的错误来自手工处理SQ交易。

如果你重新执政的话,他就会重新执政。 带有缺省环境的汽车,电文处理在“网络”内进行。 贵方证券交易很可能被吸引到环境交易中,因此,你人工收回交易将产生错误。

“辅助性NSERBus”方式(至少是你用模棱两可的交易和DTC)是让N ServiceBus做所有交易处理。 因此,你要么让你的手稿A做事,要么放弃一个例外。

In both cases, the ambient transaction will ensure that any enlisted transactions will be committed/rolled back, depending on A or B.

问题回答

暂无回答




相关问题
synchronized message with nservicebus

I have a web service that needs to make a call to nservicebus in a synchronized manner. How can this be achieved ?

How do I correctly pool multiple message in NServiceBus?

I have an NServiceBus app which receives a particular message when a large database update is required. While this update is happening, I want to either somehow ignore all incoming messages of this ...

NServiceBus - Application as subscriber and worker service

I have a service which needs to run on multiple machines picking jobs off of a single queue ensuring each job is only undertaken by a single service. I also need to publish messages for all services ...

Server architecture question. (WCF+NServiceBus)

First of all i will describe current state: Server consists of several WCF services, hosted in one or several win services on diffirent machines. Service responsible for recieving data from ...

MSMQ Access issue in NServiceBus with asp.net web service

I am trying to implement publisher - subscribe in my project of asp.net (wcf) web services. When i am trying to create bus in global.asax protected void Application_Start(object sender, EventArgs e)...

How to configure nservicebus msmqtransport with code

I m just geting started with NServiceBus and can t figure out what I m missing when configuring the MsmqTransport in code. If I configure the publisher like this; IBus bus = Configure.With() ...

Getting the NServiceBus Distributor Sample To Work

I m trying to use the Distributor in the NServiceBus FullDuplex sample but I can t get it working. I ve been following the this guide Getting the NServiceBus Distributor Working, but it doesn t work. ...

热门标签