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 are the different wcf binding available?

0 Answers  


What is "singleton" instance mode in wcf?

0 Answers  


What message exchange patterns (meps) supported by wcf?

0 Answers  


explain what is the difference wcf and web services? : Wcf data services

0 Answers  


WCF:Could the ExactlyOnce property of the netMsmqBinding be true if the queue is not transactional?

1 Answers  






What are the core security features that wcf addresses?

0 Answers  


What is the usage of "maxconcurrentcalls" in throttling?

0 Answers  


Can you define more than one endpoints in a service model?

0 Answers  


Which bindings are used for metadata configuration in wcf?

0 Answers  


can you explain fault contracts? : Wcf data services

0 Answers  


What is REST and what is the problem with WCF REST and how it can be resolved?

0 Answers  


what is wcf peer network binding type? : Wcf data services

0 Answers  


Categories