WCF:Could the two-way service operations be used with
queued binding?
Answers were Sorted based on User's Feedback
Answer / hassan arafat
No, a queued binding can't support any two way operation. If it does, an InvalidOperationException is thrown when the ServiceHost opens the channel
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / niloy roy
Yes it could be used.
For Eg
The client sends purchase orders to the queue from within
the scope of a transaction. The service receives the
orders, processes the order and then calls back the client
with the status of the order from the queue within the
scope of a transaction. To facilitate two-way communication
the client and service both use queues to enqueue purchase
orders and order status.
| Is This Answer Correct ? | 1 Yes | 1 No |
Explain briefly different instance modes in wcf?
What is datacontract?
How many Instance modes is supported by WCF?
What MEPs is supported by WCF?
What is throttling in wcf?
What are the core components of wcf service?
What are the possible ways of hosting a wcf service? Explain.
what is the difference between ASMX web services and WCF?
What is the difference between wcf and wpf?
How can you test a wcf application without creating a client application?
What is "know types" in wcf?
What are the essential components used in wcf?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)