WCF:Could the two-way service operations be used with
queued binding?

Answers were Sorted based on User's Feedback



WCF:Could the two-way service operations be used with queued binding?..

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

WCF:Could the two-way service operations be used with queued binding?..

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

Post New Answer

More WCF Interview Questions

What is the address format in wcf?

0 Answers  


How to configure reliability while communicating with wcf services?

0 Answers  


How to Implement security in wcf rest service?

0 Answers   HCL,


List some of the different ways of hosting?

0 Answers  


What are the types of contract?

0 Answers  






What is the messaging pattern? Which messaging pattern wcf supports?

0 Answers  


What are the different platforms where we can host wcf service ?

0 Answers  


What is the main advantage of WAS?(Windows activation service) When it is used?

2 Answers  


What is ConcurrencyMode in WCF?

0 Answers  


How many types of contract wcf define?

0 Answers  


What is purpose of IsWrapped property in Message Contract in WCF?

0 Answers   Viscus Infotech,


What is the use of is required property in data contracts?

0 Answers  


Categories