Where is the synchronized message saved before COMMIT?

With WebSphere MQ, where a message is sent that is addressed to the remote queue manager and PUT under synchronization control, is stored until MQCMIT is issued?

+3
source share
1 answer

Messages addressed to the remote queue manager enable the transmission queue. Which transmission queue they allow depends on how the message is sent to the remote QMgr. The message will be locally enabled either in the user transmission queue for the SDR or SVR channel, or it will be allowed for SYSTEM.CLUSTER.TRANSMIT.QUEUE for the cluster channel.

, , , , . , , , ( ) , COMMIT.

, , PUT , . , , , , . , .

+2

Source: https://habr.com/ru/post/1796213/


All Articles