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 |
How do wcf services work?
What are the different types of transaction managers supported by wcf?
Which specifications does wcf follow?
explain data contracts? : Wcf data services
How many types of binding are there in wcf?
What is the "contract" property of endpoint in wcf?
What is duplex ws binding?
what is wcf tcp binding type? : Wcf data services
What is the "address" property of endpoint in wcf?
WCF:Why we need the sessions?
What is the address format in wcf?
What are the attributes of Message Contract in WCF?