伫列(队列),又称 queue,是先进先出(FIFO, First-In-First-Out)的线性排列。在具体应用中通常用阵列或链结串行来实现。伫列只允许在后端(称为rear)进行插入操作,在前端(称为front)进行删除操作。 伫列的操作方式和堆栈类似,唯一的区别在于伫列只允许新数据在后端进行加入。 #include
撷取讯息前,会清除或删除目的伫列。
The destination queue is purged or deleted before the message is retrieved.
传回至回应伫列的讯息是应用程式指定的。
The sending application specifies response queues when the application sends its messages.
加密的讯息无法由目的伫列管理员进行解密。
An encrypted message cannot be decrypted by the destination queue manager.
伫列(队列),又称 queue,是先进先出(FIFO, First-In-First-Out)的线性排列。在具体应用中通常用阵列或链结串行来实现。伫列只允许在后端(称为rear)进行插入操作,在前端(称为front)进行删除操作。 伫列的操作方式和堆栈类似,唯一的区别在于伫列只允许新数据在后端进行加入。 #include
应用推荐