3.10.4.1.24 JournalQuota (Opnum 30)

The JournalQuota method is received by the server in an RPC_REQUEST packet. In response, the server sets the maximum size, in kilobytes, that is allowed for the Messages in the journal queue of the referenced queue.

 [propput] HRESULT JournalQuota(
   [in] long lJournalQuota
 );

lJournalQuota: A long that specifies the maximum size, in kilobytes, that is allowed for the Messages in the JournalQueueReference.MessagePositionList of the referenced queue.

Return Values: The method MUST return S_OK (0x00000000).

When processing this call, the server MUST abide by the following contract:

  • Set refQueue.JournalQuota to the value of 1000 times the lJournalQuota input parameter.

  • Return S_OK (0x00000000), and take no further action.