WCF:What is it the Transmission queue and the Target queue?
What is the difference?



WCF:What is it the Transmission queue and the Target queue? What is the difference?..

Answer / niloy roy

A transmission queue is a local queue that is used when a
queue manager forwards messages to a remote queue(Target
Queue) manager through a message channel.

The channel provides a one-way link to the remote queue
manager. Messages are queued at the transmission queue
until the channel can accept them. When you define a
channel, you must specify a transmission queue name at the
sending end of the message channel.

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More WCF Interview Questions

What is the use of servicebehavior attribute in wcf ?

0 Answers  


What are the wcf service endpoints?

0 Answers  


Can we have two way communications in msmq?

0 Answers  


Name the namespace that is used to access WCF service?

0 Answers  


WCF:Do the system-provided bindings have the support for the Reliable session and what the binding options are enabled by default?

0 Answers  






Why do we use wcf services?

0 Answers  


Define the term policy binding?

0 Answers  


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

0 Answers  


We have already 2 hostings IIS and self hosting. there is another hosting ie WAS Hosting. What is the use of the WAS(Windows activation Service) compared to other hostings.

3 Answers   TCS,


How to Implement security in wcf rest service?

0 Answers   HCL,


WCF:What types of the operation contract parameters could be streamed?

3 Answers   Logica CMG,


What are the requirements for hosting a wcf service?

0 Answers  


Categories