🎴 Flashcard Mode
Legacy Middleware Architecture - WebSphere Message Broker & Monitoring
Card1 / 13
Mastered0
Review0
QuestionClick to flip
What is the use of a transmission queue?
AnswerClick to flip back
A
To store messages temporarily before sendind it throght the channel
💡 Explanation:
In IBM MQ (formerly WebSphere MQ), a transmission queue temporarily stores messages destined for a remote queue manager before they are transmitted through a channel. This provides reliability and asynchronous communication. The queue holds messages until the channel can deliver them to the target system. Option A is incomplete (doesn't mention channel transmission), C describes local queues, and D is incorrect.