SegmentsByDatabase property: Message class
Description
Use this property to specify whether segments are stored in memory while being processed.
If you specify SegmentsByDatabase as false, you can only have the number of segments as specified in PSADMIN (Message Segment From DB). If you specify this property as true, you can have as many segments as you need.
The SegmentsByDatabase property also specifies whether the segments are kept in memory or written to the database when they are received. If you specify true, the segments are automatically written to the database. If you specify false, the segments are held in memory. If you specify true, then cancel out of the program processing the segments, the changes are not committed to the database.
This property is automatically set to true for message segments being processed using a Application Engine program.
This property is read/write.
Related Topics