English 中文(简体)
网站上服务公共汽车的基本使用
原标题:basic usage of service bus in website

i m making an asp.net website to support Json request. Each request must send a message on a ESB (actually NServiceBus) but i m struggling with response..

我实际上可以收到同样类型的多重要求,因此网站在公共汽车上发出同样类型的类似信息。 我怎么能确定,公共汽车的每条电文回复到确切的“要求者”?

我怎么能够处理缓慢或根本不应对公共汽车的问题?

最佳回答

检查与NSB有关的AsyncPages样本。 这表明你如何利用反馈和作为同仁的支持,在网上建立基于信息的有力信息。 如果你需要回复到发出请求的网络服务器(共同点)。 该网站往往最好只发送信息,然后阅读另一个数据储存的结果(碎条、薄膜等)。 这将使你有机会在数据上查阅,即使网络服务器被击退(召回不是持续的)

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签