PDA

View Full Version : Relationship between Document.StorageType and Client Groups.QueueType


jtu100
10-10-2007, 00:22
I am still trying to understand the relationship between document Storage type (e.g. Guaranteed or Volatile) and the Client groups Queue Type.

Can only client groups with queue type guaranteed receive documents with storage type guaranteed etc?

Can queue type guaranteed receive doc type volatile?

Thanks

reamon
10-10-2007, 12:05
Can only client groups with queue type guaranteed receive documents with storage type guaranteed etc?No. A doc type with guaranteed storage type can be received on a volatile queue. The doc will be treated as volatile, not guaranteed.

Can queue type guaranteed receive doc type volatile?Yes.

For a document to be stored as guaranteed, both the document storage type and the client group storage type must be set to guaranteed. In all other combinations, the document will be treated as volatile.