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 callback mode in wcf?

0 Answers  


What are the transport schemes supported by wcf? Give example of address for each scheme.

0 Answers  


WCF:Is there an error in the Msmq address the "net.msmq://MyHost/private$/MyQueue"?

4 Answers  


What is the usage of "maxconcurrentcalls" in throttling?

0 Answers  


How to set the timeout property for the wcf service client call?

0 Answers  






What is the elements of WCF service used in client side?

0 Answers  


What is an endpoint in WCF service?

0 Answers  


WCF:Can we use the public queues without the Windows domain? If cannot then why?

1 Answers  


How to host WCF Self-Hosting?

0 Answers   QuestPond,


How can we achieve operation overloading in WCF service?

0 Answers  


Explain the basic difference between WCF and ASMX Web Services?

0 Answers  


What are the endpoints in wcf? Or explain abcs of endpoint?

0 Answers  


Categories