The Disaggregation agent removes aggregation of tags to a parent in the back-end system. This marks the records, which have been created using the Aggregation Reusable Component, as deleted.
There are common properties shared by all Reusable Component agent. For more details on these properties, see the WebSphere® Sensor Events Toolkit documentation.
Property | Description |
---|---|
action-name.output.success | The topic to use for a response from the message-driven bean (MDB) when an action is successful. |
action-name.output.failure | The topic to use a response from the MDB when an action is unsuccessful. |
ruc.targetBackend | This property defines the target interface or enterprise application that contains the Reusable Component implementation logic, such as ruc.epcis, ruc.wse, ruc.its, ruc.db, or ruc.custom. |
ruc.targetBackendJNDI | This property is used when you have a custom back-end implementation (ruc.custom). Use this property to point to the new back-end EJB. |
The possible values for action-name for the Disaggregation agent properties are:
Property | Description |
---|---|
allowCrossLocationDisaggregation | The possible values for this property are true or false. The default value is false. When the value for this property is set to false, all locations (sourceId) of the events must match. Any call to addToDisaggregation or addToDisaggregationEvent from a different location results in a CrossLocationAggregationNotEnabledException message, and excludes that event from the single generated disaggregation event. When set to true, this property allows events with different locations to be included in the same disaggregation. Also when the value of this property is set to true, you must set the primeLocation property to tell the Reusable Component which location to use for the single generated disaggregation event. |
primeLocation | The value for this property is a location string. |