Timescope Attributes for Entry Browsers and Event Listeners

For TIBCO BusinessEvents Release 5.2., the timescope attritubes for Entry Browsers and Event Listeners can now be configured for an ActiveSpaces channel destination from TIBCO BusinessEvents Studio.

Entry Browers

Select one of the following values from the drop-down menu:

  • All: The browser iterates through all of the entries stored in the space at creation time and continues to iterate as changes occur in the space.
  • New: The browser skips iterating through the entries stored in the space at creation time and only iterates through new changes that occur in the space.
  • Snapshot: The browser only iterates through entries stored in the space at creation time.

Event Listeners

Select one of the following values from the drop-down menu:

  • All: The listener starts with all of the tuples currently in the space at creation time, which will be presented as an inital ste of PUT events and then is continuously updated according to changes in the space.
  • New: The listener starts empty and is updated only with events related to new or updated tuples in the space.
  • Snapshot: The listener contains only PUT events corresponding to the tuples stored in the space at creation time.
  • New_Events: The listener starts empty and is updated with all of the events that occur in the space after creation time.