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
How can you test a wcf application without creating a client application?
What are the protocols supported by wcf hosting environment? What are their advantages and disadvantages?
Can you explain how end points, contract, address and bindings are done in wcf?
How many types of contracts in WCF?
What is an endpoint in WCF service?
Is MSMQ works in two-way communications in WCF?
What are the features of wcf?
What is datacontractserializer and how its different from xmlserializer?
How can we achieve operation overloading in WCF service?
Where you use WSFederationHttpBinding in WCF?
What are the different types of transaction managers supported by wcf?
How would you generate a proxy for wcf?
How datacontractserializer different from xmlserializer?
explain wcf federated ws binding type? : Wcf data services
What are the advantages of wcf?