WCF:Could the two-way service operations be used with
queued binding?
Answer Posted / 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 |
Post New Answer View All Answers
How can you generate proxies using svcutil in wcf?
What is the use of is required property in data contracts?
What are different isolation levels?
List out what are the different isolation levels provided in WCF?
Explain service contracts?
Explain fault contracts?
explain wcf ipc binding type? : Wcf data services
do you know what is endpoint in wcf? : Wcf data services
What message exchange patterns (meps) supported by wcf?
What is the use of the was(windows activation service) compared to other hosting?
WCF:What types of reliable messaging are implemented in the WCF?
Give an example of knowtype.
Explain the different ways to host wcf service?
What are the transport schemas does WCF supports?
List the principle constituents of wcf?