JP2010211826A - Message queue control program, message queuing system, and control method for message queuing system - Google Patents
Message queue control program, message queuing system, and control method for message queuing system Download PDFInfo
- Publication number
- JP2010211826A JP2010211826A JP2010121797A JP2010121797A JP2010211826A JP 2010211826 A JP2010211826 A JP 2010211826A JP 2010121797 A JP2010121797 A JP 2010121797A JP 2010121797 A JP2010121797 A JP 2010121797A JP 2010211826 A JP2010211826 A JP 2010211826A
- Authority
- JP
- Japan
- Prior art keywords
- message
- storage device
- queue
- volatile storage
- queuing system
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Landscapes
- Techniques For Improving Reliability Of Storages (AREA)
Abstract
Description
本発明は、非同期通信により連携して作動する複数のアプリケーション間でメッセージを転送するメッセージキューイングシステム、及び、これを制御するメッセージキュー制御プログラム、制御方法に関する。 The present invention relates to a message queuing system for transferring a message between a plurality of applications operating in cooperation by asynchronous communication, a message queue control program for controlling the message queuing system, and a control method.
非同期通信により複数のアプリケーション間でメッセージを転送するメッセージキューイングシステムでは、通信の信頼性を重視する場合には、キュー(メッセージを格納する
コンテナ)を不揮発性の記憶領域(例えばハードディスク上のファイルやデータベース)上
に確保してメッセージを磁気的に保存し、通信の速度を重視する場合にはキューを揮発性の記憶領域(例えばメモリ)上に確保してメッセージを電気的に保存するのが一般的である。ただし、前者の方式では信頼性は確保される反面、メッセージを送受信する毎にファイルに磁気的に読み書きしなければならず、処理速度が遅くなる。一方、後者の方式では、メモリ上での電気的な読み書きで足りるため処理速度は向上する反面、システムダウンが発生した場合にはメッセージが失われ、また、オペレータの操作でキューを停止する際にはメッセージの消失を避けるためにはキューに保存されているメッセージが全て送信されるまで待たなければならない。
In a message queuing system that transfers messages between multiple applications using asynchronous communication, when emphasizing communication reliability, queues (containers for storing messages) are stored in non-volatile storage areas (for example, files on the hard disk or Databases are stored on the database and the messages are stored magnetically, and when communication speed is important, queues are generally stored on a volatile storage area (for example, memory) and the messages are stored electrically. Is. However, the reliability of the former method is ensured, but the file must be magnetically read / written each time a message is transmitted / received, resulting in a slow processing speed. On the other hand, in the latter method, electrical reading and writing on the memory is sufficient, so the processing speed is improved. However, when the system goes down, the message is lost, and when the queue is stopped by the operator's operation To avoid losing messages, you have to wait until all the messages stored in the queue are sent.
特許文献1には、通信障害やキューイングシステムのシステムダウンが発生した後にログファイルに基づいてメッセージを短時間で回復させるため、通常の運用時にはメッセージ内容のバックアップを取得せずに、メッセージのキューへの書き込み、取り出しをログファイルに記録し、取り出されたメッセージの位置を回復用ログ位置情報としてファイルに記録する方法が開示されている。メッセージの回復時には、回復用ログ位置情報以降のログ情報を、再作成した空のキューファイルに反映することでキューファイルを回復する。
In
しかしながら、特許文献1の方法では、キューを不揮発性の記憶領域上に確保するよりは速度が向上するが、メッセージを送受信するたびにログファイルの記録が必要となり、キューを揮発性の記憶領域上に確保するよりは処理速度が落ちるという問題がある。
However, the method of
本発明は、上記の問題点に鑑みてなされたものであり、その課題は、システムダウン等による不意の障害によるメッセージの消失については対策せずに、キューを揮発性の記憶領域上に確保することにより運用時の処理速度を上げ、かつ、任意の時点で待ち時間なくメッセージを消失させずにキューを停止させることができるメッセージキューイングシステム、及び、そのようなメッセージキューイングシステムを実現できるメッセージキュー制御プログラム及び制御方法を提供することにある。 The present invention has been made in view of the above-mentioned problems, and its problem is to secure a queue on a volatile storage area without taking measures against message loss due to an unexpected failure caused by a system down or the like. The message queuing system that can increase the processing speed during operation and stop the queue without losing the message without waiting at any time, and the message that can realize such a message queuing system A queue control program and a control method are provided.
本発明に係る、非同期通信により連携して作動する複数のアプリケーション間でメッセージを転送するメッセージキューイングシステムを制御するメッセージキュー制御プログ
ラムは、『メッセージの受信に応じて形成するキューを揮発性の記憶装置を用いて管理するか、不揮発性の記憶装置を用いて管理するか判定を行い、当該判定によって、キューの管理に用いる記憶装置が揮発性の記憶装置であると判定された場合は、受信したメッセージを該揮発性の記憶装置を用いて管理し、キューの停止指示に応じて、該揮発性の記憶装置のキューイングされたメッセージを不揮発性の記憶装置に退避させてから、前記メッセージキューイングシステムを停止し、当該によって、キューの管理に用いる記憶装置が不揮発性の記憶装置であると判定された場合は、前記キューの停止指示に応じて、該揮発性の記憶装置のキューイングされたメッセージを不揮発性の記憶装置に退避させる処理を経ずに、前記メッセージキューイングシステムを停止する』処理をコンピュータに実行させる。
According to the present invention, a message queue control program for controlling a message queuing system for transferring a message between a plurality of applications operating in cooperation by asynchronous communication is described as follows. Determine whether to manage using a device or a non-volatile storage device. If the determination determines that the storage device used for queue management is a volatile storage device, receive The volatile storage device is used to manage the message, the queued message of the volatile storage device is saved in the nonvolatile storage device in response to a queue stop instruction, and then the message queue Determines that the storage device used for queue management is a non-volatile storage device. When the queue is stopped, the message queuing system is stopped without performing processing for saving the queued message of the volatile storage device to the nonvolatile storage device according to the queue stop instruction. Have the computer execute the process.
また、本発明の他の態様の、非同期通信により連携して作動する複数のアプリケーション間でメッセージを転送するメッセージキューイングシステムを制御するメッセージキュー制御プログラムは、受信したメッセージを揮発性の記憶装置を用いて管理し、キューの停止指示に応じて、該揮発性の記憶装置のキューイングされたメッセージを不揮発性の記憶装置に待避させ、該揮発性の記憶装置のメッセージの待避時に、待避元の情報を該不揮発性記憶装置に記憶させる処理をコンピュータに実行させる。 According to another aspect of the present invention, there is provided a message queue control program for controlling a message queuing system for transferring a message between a plurality of applications operating in cooperation with asynchronous communication. In response to a queue stop instruction, the queuing message of the volatile storage device is saved in the nonvolatile storage device, and when the message of the volatile storage device is saved, the saving source A computer is caused to execute processing for storing information in the nonvolatile storage device.
また、本発明の、非同期通信により連携して作動する複数のアプリケーション間でメッセージを転送するメッセージキューイングシステムは、揮発性の記憶装置及び不揮発性の記憶装置を備え、メッセージの受信に応じて形成するキューを揮発性の記憶装置を用いて管理するか、不揮発性の記憶装置を用いて管理するか判定を行い、当該判定によって、キューの管理に用いる記憶装置が揮発性の記憶装置であると判定された場合は、受信したメッセージを該揮発性の記憶装置を用いて管理し、キューの停止指示に応じて、該揮発性の記憶装置のキューイングされたメッセージを不揮発性の記憶装置に退避させてから、停止し、当該判定によって、キューの管理に用いる記憶装置が不揮発性の記憶装置であると判定された場合は、前記キューの停止指示に応じて、該揮発性の記憶装置のキューイングされたメッセージを不揮発性の記憶装置に退避させる処理を経ずに、停止する。 In addition, a message queuing system for transferring a message between a plurality of applications operating in cooperation by asynchronous communication according to the present invention includes a volatile storage device and a nonvolatile storage device, and is formed in response to reception of a message. To determine whether the queue to be managed is managed using a volatile storage device or a non-volatile storage device, and the storage device used for queue management is a volatile storage device based on the determination. If determined, the received message is managed using the volatile storage device, and the queued message of the volatile storage device is saved to the nonvolatile storage device in response to a queue stop instruction. If the storage device used for queue management is determined to be a non-volatile storage device according to the determination, Depending on the stop instruction, without going through the process of saving queued messages of the volatile storage device in a nonvolatile storage device, and stops.
本発明の他の態様の、非同期通信により連携して作動する複数のアプリケーション間でメッセージを転送するメッセージキューイングシステムは、揮発性の記憶装置及び不揮発性の記憶装置を備え、受信したメッセージを揮発性の記憶装置を用いて管理し、キューの停止指示に応じて、該揮発性の記憶装置のキューイングされたメッセージを不揮発性の記憶装置に待避させ、該揮発性の記憶装置のメッセージの待避時に、待避元の情報を該不揮発性記憶装置に記憶させる。 According to another aspect of the present invention, a message queuing system for transferring a message between a plurality of applications operating in cooperation by asynchronous communication includes a volatile storage device and a nonvolatile storage device, and volatiles the received message. In response to a queue stop instruction, the queued message of the volatile storage device is saved in the nonvolatile storage device, and the message of the volatile storage device is saved. Sometimes, the information of the saving source is stored in the nonvolatile storage device.
また、本発明の、非同期通信により連携して作動する複数のアプリケーション間でメッセージを転送するメッセージキューイングシステムの制御方法は、メッセージの受信に応じて形成するキューを揮発性の記憶装置を用いて管理するか、不揮発性の記憶装置を用いて管理するか判定を行い、前記判定によって、キューの管理に用いる記憶装置が揮発性の記憶装置であると判定された場合は、受信したメッセージを該揮発性の記憶装置を用いて管理し、キューの停止指示に応じて、該揮発性の記憶装置のキューイングされたメッセージを不揮発性の記憶装置に退避させてから停止するように、メッセージキューイングシステムを制御し、前記判定によって、キューの管理に用いる記憶装置が不揮発性の記憶装置であると判定された場合は、前記キューの停止指示に応じて、該揮発性の記憶装置のキューイングされたメッセージを不揮発性の記憶装置に退避させる処理を経ずに停止するように、メッセージキューイングシステムを制御する。 Further, according to the present invention, there is provided a method for controlling a message queuing system for transferring a message between a plurality of applications operating in cooperation by asynchronous communication. A volatile storage device is used to form a queue formed in response to reception of a message. It is determined whether management is performed using a non-volatile storage device, and when the determination determines that the storage device used for queue management is a volatile storage device, the received message is Message queuing is managed using a volatile storage device, and in response to an instruction to stop the queue, the queued message of the volatile storage device is saved to a non-volatile storage device and then stopped. If the storage system used to control the system and manage the queue is determined to be a non-volatile storage device Depending on the queue stop instruction, to stop without going through the process of saving queued messages of the volatile storage device in a nonvolatile storage device, controls the message queuing system.
また、本発明の他の態様の、非同期通信により連携して作動する複数のアプリケーション間でメッセージを転送するメッセージキューイングシステムの制御方法は、受信したメ
ッセージを揮発性の記憶装置を用いて管理し、キューの停止指示に応じて、該揮発性の記憶装置のキューイングされたメッセージを不揮発性の記憶装置に待避させ、該揮発性の記憶装置のメッセージの待避時に、待避元の情報を該不揮発性記憶装置に記憶するように、メッセージキューイングシステムを制御する。
Further, according to another aspect of the present invention, a method for controlling a message queuing system for transferring a message between a plurality of applications operating in cooperation by asynchronous communication manages a received message using a volatile storage device. In response to an instruction to stop the queue, the queuing message of the volatile storage device is saved in the nonvolatile storage device, and when the message of the volatile storage device is saved, the information of the saving source is stored in the nonvolatile storage device. The message queuing system is controlled to be stored in the sexual storage.
以上のような本発明のプログラム、システム、方法によれば、メッセージキューをメモリ等の揮発性の記憶領域上に確保するため、運用時のメッセージ転送の処理速度を向上させることができ、しかも、キューの停止時にはメッセージを不揮発性の記憶領域に退避させるようにしたため、キューイングシステムを停止してもキューに保存されていたメッセージが消失するのを防ぐことができる。したがって、オペレータは、メッセージの内容を損なうことなく、メッセージキューイングシステムを任意のタイミングで即座に停止させることができ、保守作業や環境設定の変更などをタイムリーに行うことができる。これにより、例えばトラブル復旧時間を短縮することができる。 According to the program, system, and method of the present invention as described above, the message queue is secured on a volatile storage area such as a memory, so that the processing speed of message transfer during operation can be improved, Since the message is saved in the non-volatile storage area when the queue is stopped, the message stored in the queue can be prevented from being lost even when the queuing system is stopped. Therefore, the operator can immediately stop the message queuing system at an arbitrary timing without deteriorating the content of the message, and can perform maintenance work, change of environment settings, etc. in a timely manner. Thereby, trouble recovery time can be shortened, for example.
また、オペレータが操作ミスにより不用意にメッセージキューイングシステムを停止した場合にも、メッセージの消失を防ぐことができる。そして、メッセージキューイングシステムが停止した後にキュー再起動の指示が入力された際に、不揮発性の記憶領域に待避させたメッセージを揮発性のキューに復旧させるようにすれば、キュー再起動後に業務を継続することが可能となる。 Further, even when the operator inadvertently stops the message queuing system due to an operation mistake, it is possible to prevent the message from being lost. When a message for restarting the queue is input after the message queuing system is stopped, the message saved in the non-volatile storage area can be restored to the volatile queue. Can be continued.
以下、本発明にかかるメッセージキューイングシステム及びメッセージキュー制御プログラムの実施形態を図面に基づいて説明する。 Embodiments of a message queuing system and a message queue control program according to the present invention will be described below with reference to the drawings.
最初に、図1に基づいて本実施形態のキューイングシステムが適用されるネットワークシステムの概要を説明する。図1に示されるように、このネットワークシステム1は、メッセージ送信元アプリケーション11が実行される送信元コンピュータ10と、メッセージ送信先アプリケーション21が実行される送信先コンピュータ20と、これらのアプリケーション間のメッセージの非同期通信を制御するメッセージキューイングシステム30と、このメッセージキューイングシステム30に対して指示を与えるオペレータ用コンソール40とを備えている。
First, an outline of a network system to which the queuing system of this embodiment is applied will be described with reference to FIG. As shown in FIG. 1, the
メッセージキューイングシステム30には、揮発性の記憶領域であるメモリ31と、このシステムを作動させるメッセージキュー制御プログラム32と、不揮発性の記憶領域であるハードディスク33とを備えている。メモリ31上には、メッセージを格納するためのコンテナであるキュー31aが確保され、このキュー31a内にメッセージ送信元アプリケーション11より受信したメッセージが保存される。この例では、メッセージ1,メッセージ2、…、メッセージnが保存されている。また、ハードディスク33には、システムの停止時にキュー内のメッセージを待避させる待避ファイル33aが格納されている
。
The message queuing
次に、図2に示すフローチャートにしたがって、メッセージキュー制御プログラム32の処理内容について説明する。
Next, the processing contents of the message
オペレータ用コンソール40からキュー起動の指示が入力されると、メッセージキュー制御プログラム32が起動して非同期通信の処理を開始する。まず、メッセージキュー制御プログラム32は、所定の定義ファイルを読み込む(S001)。定義ファイルからは、非同期通信のメッセージキューが揮発性の記憶領域上で運用されるか、不揮発性の記憶領域上で運用されるかの種別が読み取られる。
When a queue activation instruction is input from the
続いて、メッセージキュー制御プログラム32は、キューが揮発性の記憶領域上で運用されるか否か、定義ファイルの内容から判断する(S002)。キューが揮発性の記憶領域上で運用される場合には(S002: Yes)、揮発性の運用がなされる(S003)。すなわち、メッセー
ジキューイングシステム30のメモリ31上にキュー31aが確保される。そして、メッセージ送信元アプリケーション11からメッセージを受信すると、これをキュー31a内に保存し、メッセージ送信先アプリケーション21から要求があると、これを転送する(S004)。揮発性の運用では、メッセージをメモリ31に電気的に保存するため、処理速度を高めることができる。
Subsequently, the message
上記の送受信の処理をキューの停止の指示が入力されるまで繰り返し実行する(S005: No)。オペレータ用コンソール40からキュー停止の指示が入力されると(S005: Yes)、メ
ッセージキュー制御プログラム32は、キュー31aの情報をメッセージ退避元としてメッセージ内容に追加し(S006)、キュー内に保存されている未転送のメッセージと共に待避ファイル33aに待避させる(S007)。待避が完了すると、キュー内のメッセージを消去し(S008)、メッセージキューイングシステム30を停止させ(S009)、処理を終了する。このように、揮発性の運用の場合には、オペレータがキューの停止を指示すると、キューに保存されているメッセージは待避ファイルに待避されるため、これらのメッセージが送信先アプリケーション21に転送されるのを待たずに、即座にメッセージキューイングシステム30を停止させることができる。したがって、運用時の高速での処理と、停止時の待ち時間の短縮とを両立させることが可能となる。
The above transmission / reception processing is repeatedly executed until an instruction to stop the queue is input (S005: No). When an instruction to stop the queue is input from the operator console 40 (S005: Yes), the message
一方、キューが不揮発性の記憶領域上で運用される場合には(S002: No)、不揮発性の運用がなされる(S010)。すなわち、例えば、図1の構成ではメッセージキューイングシステム30のハードディスク33上にキューを確保する。そして、メッセージ送信元アプリケーション11からメッセージを受信すると、これをキュー内に保存し、メッセージ送信先アプリケーション21から要求があると、これを転送する(S011)。不揮発性の運用では、メッセージをハードディスクに対して読み書きするため、処理速度が遅くなるが、不意のシステムダウンの際にもメッセージの消失を防ぐことができる。
On the other hand, when the queue is operated on the nonvolatile storage area (S002: No), the nonvolatile operation is performed (S010). That is, for example, in the configuration of FIG. 1, a queue is secured on the
上記の送受信の処理をキューの停止の指示が入力されるまで繰り返し実行する(S012: No)。オペレータ用コンソール40からキュー停止の指示が入力されると(S012: Yes)、メ
ッセージキュー制御プログラム32は、メッセージキューイングシステム30を停止させ(S009)、処理を終了する。このように、不揮発性の運用の場合には、メッセージは不揮発の記憶領域に記憶されているため、キューを停止する場合にも待避は不必要であり、そのままシステムを停止させることができる。
The above transmission / reception process is repeated until an instruction to stop the queue is input (S012: No). When a queue stop instruction is input from the operator console 40 (S012: Yes), the message
オペレータ用コンソール40からキューの再起動の指示が入力されると、図3に示す復旧処理を実行してから図2の処理に戻る。図3の復旧処理では、メッセージキュー制御プログラム32は、待避ファイル33aから待避されたメッセージを取得し(S101)、メッセ
ージの内容から待避元のキューの情報を取得し(S102)、待避元のキューに対して取得したメッセージを送信し(S103)、処理を終了する。これにより、メッセージキュー制御プログラム32は、停止前と同一の状態で処理を続行することが可能となる。
When an instruction to restart the queue is input from the
なお、上記の図2及び図3に示すフローチャートのうち、S002はメッセージキュー制御プログラム32がメッセージが保存されるキューが揮発性か不揮発性かを判定するステップに該当し、S004は送信元アプリケーションより受信したメッセージを順次揮発性のキューに保存するステップと揮発性のキューに保存されたメッセージを要求のあった送信先アプリケーションへ転送するステップとに該当し、S007はキュー停止の指示が入力された際に揮発性のキューに保存されているメッセージを不揮発性の記憶領域に待避させるステップに該当し、S009はメッセージの待避終了後にメッセージキューイングシステムを停止させるステップに該当し、S101〜S103は不揮発性の記憶領域に待避させたメッセージを揮発性のキューに復旧させるステップに該当する。
In the flowcharts shown in FIGS. 2 and 3, S002 corresponds to the step in which the message
次に、上記のメッセージキュー制御プログラム32の処理に沿って揮発性の運用時におけるメッセージと指示の流れを図4のタイミングチャートに基づいて説明する。ここでは、オペレータ用コンソール40、メッセージ送信元アプリケーション11、メッセージキュー31a、メッセージ送信先アプリケーション21、待避ファイル33aの間の指示、メッセージのやりとりについて説明する。なお、図4では、説明を簡単にするため、メッセージキュー制御プログラム32の作用もメッセージキュー31aの欄に記載している。オペレータ用コンソール40からの指令は実際にはメッセージキュー制御プログラム32に渡されるが、図4ではメッセージキュー31aに渡されるものとして記載している。
Next, the flow of messages and instructions during volatile operation along the processing of the message
オペレータ用コンソール40から揮発性の運用でのキュー起動の指示が入力されると(T01)、メッセージキュー制御プログラム32を介してメッセージキューに対する送受信が
可能となる。メッセージ送信先アプリケーション21は、メッセージキューにメッセージが入力されているか否かを確認し(T02)、入力されるまで待機している。メッセージ送信
元アプリケーション11からメッセージが送信されると(T03)、このメッセージはメッセ
ージキューに保存され(T04)、メッセージ送信先アプリケーション21の処理の度合いに
応じて転送される(T05)。メッセージ送信先アプリケーション21は、メッセージを受信
し(T06)、このメッセージに基づいて事務処理を実行する(T07)。
When an instruction to start a queue in a volatile operation is input from the operator console 40 (T01), transmission / reception to / from the message queue becomes possible via the message
T02〜T07の処理は、キューの停止の指示が入力されるまで繰り返し実行される。メッセージ送信元アプリケーション11は、メッセージを順次送信し、これがメッセージキュー31aに保存される。メッセージ送信先アプリケーション21は、自己の処理速度に応じて、1つのメッセージに基づく事務処理が終了すると、次のメッセージを受信する。このように、メッセージキューを介在させることにより、両アプリケーションを非同期通信により連携して作動させることができる。
The processing from T02 to T07 is repeatedly executed until an instruction to stop the queue is input. The message
オペレータ用コンソール40からキュー停止の指示が入力されると(T08)、メッセージ
キュー31aに未処理のメッセージが残っている場合には、これらのメッセージを待避ファイル33aに待避させ(T09)、その後に未処理のメッセージを消去し(T10)、システムは停止する(T11)。待避ファイル33aには、メッセージが保存される(T12)。
When a queue stop instruction is input from the operator console 40 (T08), if unprocessed messages remain in the
オペレータ用コンソール40からキューの再起動の指示が入力されると(T13)、待避フ
ァイル33aから待避されたメッセージを読み出してキューに取得し(T14, T15)、これをメッセージ送信先アプリケーション21に転送する(T16)。メッセージ送信先アプリケー
ション21は、メッセージを受信し(T17)、このメッセージに基づいて事務処理を実行す
る(T18)。メッセージ送信元アプリケーション11からメッセージが送信されると(T19)、このメッセージはメッセージキューに保存され(T20)、上記と同様順次メッセージ送信先
アプリケーション21に転送されて処理される。
When an instruction to restart the queue is input from the operator console 40 (T13), the saved message is read from the
以上説明したように、実施形態のメッセージキューイングシステム30及びメッセージキュー制御プログラム32によれば、揮発性の運用時には、メモリ31上にキュー31aを確保しているため、処理速度を向上させることができ、しかも、キューの停止時にはメッセージを待避ファイル33aに待避させるため、未処理のメッセージを失わずに、システムを任意のタイミングで即座に停止させることができ、保守作業や環境設定の変更などをタイムリーに行うことができる。
As described above, according to the
なお、実施形態では、キュー停止時に未処理のメッセージをメッセージキューイングシステム30内のハードディスク33に待避させているが、外部に接続されたコンピュータのディスクやメモリ上に確保されたキューに待避させてもよい。
In the embodiment, an unprocessed message is saved in the
10 送信元コンピュータ
11 メッセージ送信元アプリケーション
20 送信先コンピュータ
21 メッセージ送信先アプリケーション
30 メッセージキューイングシステム
31 メモリ
31a キュー
32 メッセージキュー制御プログラム
33 ハードディスク
33a 待避ファイル
40 オペレータ用コンソール
DESCRIPTION OF
Claims (6)
メッセージの受信に応じて形成するキューを揮発性の記憶装置を用いて管理するか、不揮発性の記憶装置を用いて管理するか判定を行い、
前記判定によって、キューの管理に用いる記憶装置が揮発性の記憶装置であると判定された場合は、受信したメッセージを該揮発性の記憶装置を用いて管理し、キューの停止指示に応じて、該揮発性の記憶装置のキューイングされたメッセージを不揮発性の記憶装置に退避させてから、前記メッセージキューイングシステムを停止し、
前記判定によって、キューの管理に用いる記憶装置が不揮発性の記憶装置であると判定された場合は、前記キューの停止指示に応じて、該揮発性の記憶装置のキューイングされたメッセージを不揮発性の記憶装置に退避させる処理を経ずに、前記メッセージキューイングシステムを停止する
処理をコンピュータに実行させることを特徴とするメッセージキュー制御プログラム。 A message queue control program for controlling a message queuing system for transferring a message between a plurality of applications operating in cooperation with asynchronous communication,
It is determined whether the queue formed in response to the message reception is managed using a volatile storage device or a non-volatile storage device,
When it is determined by the determination that the storage device used for queue management is a volatile storage device, the received message is managed using the volatile storage device, and according to the queue stop instruction, Evacuating the queuing message of the volatile storage device to a non-volatile storage device, and then stopping the message queuing system;
If it is determined by the determination that the storage device used for queue management is a nonvolatile storage device, the queuing message of the volatile storage device is stored in a nonvolatile manner in response to the queue stop instruction. A message queue control program for causing a computer to execute a process of stopping the message queuing system without performing a process of saving to a storage device.
受信したメッセージを揮発性の記憶装置を用いて管理し、キューの停止指示に応じて、該揮発性の記憶装置のキューイングされたメッセージを不揮発性の記憶装置に待避させ、該揮発性の記憶装置のメッセージの待避時に、待避元の情報を該不揮発性記憶装置に記憶させる処理をコンピュータに実行させることを特徴とするメッセージキュー制御プログラム。 A message queue control program for controlling a message queuing system for transferring a message between a plurality of applications operating in cooperation with asynchronous communication,
The received message is managed using a volatile storage device, and in response to a queue stop instruction, the queued message of the volatile storage device is saved in the nonvolatile storage device, and the volatile storage is performed. A message queue control program for causing a computer to execute processing for storing information of a save source in the nonvolatile storage device when a message of the device is saved.
揮発性の記憶装置及び不揮発性の記憶装置を備え、
メッセージの受信に応じて形成するキューを揮発性の記憶装置を用いて管理するか、不揮発性の記憶装置を用いて管理するか判定を行い、
前記判定によって、キューの管理に用いる記憶装置が揮発性の記憶装置であると判定された場合は、受信したメッセージを該揮発性の記憶装置を用いて管理し、キューの停止指示に応じて、該揮発性の記憶装置のキューイングされたメッセージを不揮発性の記憶装置に退避させてから、停止し、
前記判定によって、キューの管理に用いる記憶装置が不揮発性の記憶装置であると判定された場合は、前記キューの停止指示に応じて、該揮発性の記憶装置のキューイングされたメッセージを不揮発性の記憶装置に退避させる処理を経ずに、停止する
ことを特徴とするメッセージキューイングシステム。 A message queuing system for transferring messages between a plurality of applications operating in cooperation with asynchronous communication,
A volatile storage device and a nonvolatile storage device,
It is determined whether the queue formed in response to the message reception is managed using a volatile storage device or a non-volatile storage device,
If it is determined by the determination that the storage device used for queue management is a volatile storage device, the received message is managed using the volatile storage device, and according to the queue stop instruction, Save the queued message of the volatile storage device to the nonvolatile storage device, and then stop,
If it is determined by the determination that the storage device used for queue management is a nonvolatile storage device, the queuing message of the volatile storage device is stored in a nonvolatile manner in response to the queue stop instruction. The message queuing system is characterized in that the message queuing system is stopped without going through the process of saving to the storage device.
揮発性の記憶装置及び不揮発性の記憶装置を備え、
受信したメッセージを揮発性の記憶装置を用いて管理し、キューの停止指示に応じて、該揮発性の記憶装置のキューイングされたメッセージを不揮発性の記憶装置に待避させ、該揮発性の記憶装置のメッセージの待避時に、退避元の情報を該不揮発性記憶装置に記憶させる
ことを特徴とするメッセージキューイングシステム。 A message queuing system for transferring messages between a plurality of applications operating in cooperation with asynchronous communication,
A volatile storage device and a nonvolatile storage device,
The received message is managed using a volatile storage device, and in response to a queue stop instruction, the queued message of the volatile storage device is saved in the nonvolatile storage device, and the volatile storage is performed. A message queuing system, wherein information of a save source is stored in the nonvolatile storage device when a message of the device is saved.
メッセージの受信に応じて形成するキューを揮発性の記憶装置を用いて管理するか、不
揮発性の記憶装置を用いて管理するか判定を行い、
前記判定によって、キューの管理に用いる記憶装置が揮発性の記憶装置であると判定された場合は、受信したメッセージを該揮発性の記憶装置を用いて管理し、キューの停止指示に応じて、該揮発性の記憶装置のキューイングされたメッセージを不揮発性の記憶装置に退避させてから停止するように、前記メッセージキューイングシステムを制御し、
前記判定によって、キューの管理に用いる記憶装置が不揮発性の記憶装置であると判定された場合は、前記キューの停止指示に応じて、該揮発性の記憶装置のキューイングされたメッセージを不揮発性の記憶装置に退避させる処理を経ずに停止するように、前記メッセージキューイングシステムを制御する
ことを特徴とするメッセージキューイングシステムの制御方法。 A method for controlling a message queuing system for transferring a message between a plurality of applications operating in cooperation with asynchronous communication,
It is determined whether the queue formed in response to the message reception is managed using a volatile storage device or a non-volatile storage device,
When it is determined by the determination that the storage device used for queue management is a volatile storage device, the received message is managed using the volatile storage device, and according to the queue stop instruction, Controlling the message queuing system to evacuate queued messages of the volatile storage device to a non-volatile storage device and then stop,
If it is determined by the determination that the storage device used for queue management is a nonvolatile storage device, the queuing message of the volatile storage device is stored in a nonvolatile manner in response to the queue stop instruction. A method for controlling a message queuing system, comprising: controlling the message queuing system so that the message queuing system is stopped without performing a process of saving to the storage device.
受信したメッセージを揮発性の記憶装置を用いて管理し、キューの停止指示に応じて、該揮発性の記憶装置のキューイングされたメッセージを不揮発性の記憶装置に待避させ、該揮発性の記憶装置のメッセージの待避時に、待避元の情報を該不揮発性記憶装置に記憶するように、前記メッセージキューイングシステムを制御する
ことを特徴とするメッセージキューイングシステムの制御方法。 A method for controlling a message queuing system for transferring a message between a plurality of applications operating in cooperation with asynchronous communication,
The received message is managed using a volatile storage device, and in response to a queue stop instruction, the queued message of the volatile storage device is saved in the nonvolatile storage device, and the volatile storage is performed. A method for controlling a message queuing system, comprising: controlling the message queuing system so as to store information on a save source in the nonvolatile storage device when the message of the device is saved.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010121797A JP2010211826A (en) | 2010-05-27 | 2010-05-27 | Message queue control program, message queuing system, and control method for message queuing system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010121797A JP2010211826A (en) | 2010-05-27 | 2010-05-27 | Message queue control program, message queuing system, and control method for message queuing system |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2006044980A Division JP2007226385A (en) | 2006-02-22 | 2006-02-22 | Message queue control program and message queuing system |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2010211826A true JP2010211826A (en) | 2010-09-24 |
Family
ID=42971837
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2010121797A Pending JP2010211826A (en) | 2010-05-27 | 2010-05-27 | Message queue control program, message queuing system, and control method for message queuing system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2010211826A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2013111801A1 (en) | 2012-01-24 | 2013-08-01 | 国立大学法人筑波大学 | Triblock copolymer and use thereof |
JP2020071729A (en) * | 2018-10-31 | 2020-05-07 | 富士通株式会社 | Processing framework cooperation device, processing framework cooperation method and processing framework cooperation program |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH06198981A (en) * | 1992-12-28 | 1994-07-19 | Canon Inc | Recording device |
JPH10243190A (en) * | 1997-02-27 | 1998-09-11 | Ricoh Co Ltd | Facsimile equipment |
JP2001022543A (en) * | 1999-07-13 | 2001-01-26 | Seiko Epson Corp | Network print system |
WO2002054263A1 (en) * | 2000-12-28 | 2002-07-11 | Future System Consulting Corp. | Framework system |
-
2010
- 2010-05-27 JP JP2010121797A patent/JP2010211826A/en active Pending
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH06198981A (en) * | 1992-12-28 | 1994-07-19 | Canon Inc | Recording device |
JPH10243190A (en) * | 1997-02-27 | 1998-09-11 | Ricoh Co Ltd | Facsimile equipment |
JP2001022543A (en) * | 1999-07-13 | 2001-01-26 | Seiko Epson Corp | Network print system |
WO2002054263A1 (en) * | 2000-12-28 | 2002-07-11 | Future System Consulting Corp. | Framework system |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2013111801A1 (en) | 2012-01-24 | 2013-08-01 | 国立大学法人筑波大学 | Triblock copolymer and use thereof |
US9849186B2 (en) | 2012-01-24 | 2017-12-26 | University Of Tsukuba | Triblock copolymer and use therefor |
JP2020071729A (en) * | 2018-10-31 | 2020-05-07 | 富士通株式会社 | Processing framework cooperation device, processing framework cooperation method and processing framework cooperation program |
JP7087921B2 (en) | 2018-10-31 | 2022-06-21 | 富士通株式会社 | Processing framework linkage device, processing framework linkage method and processing framework linkage program |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9104629B2 (en) | Autonomic reclamation processing on sequential storage media | |
JP2007226385A (en) | Message queue control program and message queuing system | |
US11126422B2 (en) | Program update system, control system, mobile body, program update method, recording medium | |
JP4834566B2 (en) | Apparatus and method for forcibly terminating a thread blocked by I / O work | |
US8601182B2 (en) | Data communication control device | |
JP2007323507A (en) | Storage system and data processing method using the same | |
US20170322948A1 (en) | Streaming data reading method based on embedded file system | |
JP2009075716A (en) | Disk array device | |
US10956149B2 (en) | Process control system, process control apparatus and program update method | |
JP2009163658A (en) | Input/output controller and its firmware update method | |
JP2010211826A (en) | Message queue control program, message queuing system, and control method for message queuing system | |
JP2006338197A (en) | Transaction control program, transaction control method, and transaction processing system | |
US8078771B2 (en) | Sending large command descriptor block (CDB) structures in serial attached SCSI (SAS) controller | |
JP2006119786A (en) | Method for allocating resource of storage device, and storage device | |
CN111857579B (en) | SSD disk controller resetting method, SSD disk controller resetting system, SSD disk controller resetting device and readable storage medium | |
JP2001285394A (en) | Device and method for information processing and recording medium | |
JP2013192092A (en) | On-vehicle device | |
JP2008262287A (en) | Communication control device and communication log storage method | |
JP5076400B2 (en) | Data processing system and information processing apparatus | |
WO2014203728A1 (en) | Message control system, message control device, message control method, and program | |
JP5036615B2 (en) | Control device | |
US20240330467A1 (en) | Information processing device, network device, and method for updating network device firmware | |
US7466648B2 (en) | Data transfer in a messaging system | |
JP5492721B2 (en) | Computer and program | |
JP2005107819A (en) | Fail/safe method for computer network system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20100914 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20101115 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20101221 |