Document Stores in IS and Broker

Rob or Mark…

When a Broker Client publishes a document to Broker, assuming that the Broker is connected, where does Broker save that document before putting a copy in the subscribing Trigger Client Queue?? What is that store called?? I read the Pub/Sub guide, but I couldn’t figure this out. Please help!!!

Thanks
Srini

It depends on whether the document is guaranteed or volatile. Guaranteed documents are written to the broker guaranteed data store on the disk device where the broker’s storage files were created.

Volatile docs are not written by the broker or by IS to file storage. The Broker Administration guide or other docs in the webm_home\Broker\doc folder should provide some additional background for you on this.

Mark