The Info agent queries the back-end system for detailed master data information for tags. It can be considered a more detailed version of the Locating Reusable Component because it returns information from the master data repository in addition to returning the most recently observed event
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 Info agent properties are:
Property | Description |
---|---|
info.key.itemInfo | The value of the specific key used in the EPCIS master data query. |
info.key.masterData | The value that corresponds to the product or vocabularyName used in making an EPCIS master data query. |