WCF:What is it the Transmission queue and the Target queue?
What is the difference?
Answer Posted / 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 View All Answers
What is .svc file in wcf?
What is endpoint in wcf?
tell me what was the code name for wcf? : Wcf data services
explain what is the difference wcf and web services? : Wcf data services
Is the msmqintegrationbinding used the msmq.formatname scheme or the net.msmq scheme?
What are various ways of hosting wcf services?
What is the difference between wcf service and web service?
Why to use wcf?
how many types of contract does WCF defines?
What is address header in wcf?
What message exchange patterns (meps) supported by wcf? Explain each of them briefly.
do you know what is address in wcf and how many types of transport schemas are there in wcf? : Wcf data services
What tool client can use to generate the proxy of WCF?
What is the use of the was(windows activation service) compared to other hosting?
How can you generate proxies using svcutil in wcf?