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 are the attributes of Message Contract in WCF?
List out what are the different isolation levels provided in WCF?
what is the difference between ASMX web services and WCF?
Explain wcf tcp binding type?
What is the main advantage of was?
What are the advantages of hosting wcf services in iis as compared to self hosting?
Is MSMQ works in two-way communications in WCF?
Explain fault contracts?
Which bindings are used for metadata configuration in wcf?
How many types of transport schemas are there in wcf?
What are the transport schemes supported by wcf? Give example of address for each scheme.
how many types of contract does WCF defines?
How can we achieve operation overloading in WCF service?
What are the protocols supported by wcf hosting environment?
What is data contract equivalence?