22.2. 設定

ページングフォルダーの場所を設定できます。
グローバルページングパラメーターは JBOSS_DIST/jboss-as/server/PROFILE/deploy/hornetq/hornetq-configuration.xml で指定されます。
<configuration xmlns="urn:hornetq"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd">
            
            ...
            
            <paging-directory>${jboss.server.data.dir}/hornetq/paging</paging-directory>
            
            ...
paging-directory
これは、ページファイルが格納された場所です。HornetQ は設定されたこの場所に基づいて各アドレスに対して 1 つのフォルダーを作成します。このデフォルト値はデータ/ページングです。