RFID
Agent
RFID Agent - 01280200006
General
This agent is used for subsequent posting of RFID offline transactions. The module searches the receipt data for RFID offline transactions and subsequently posts the data to the RFID middleware. Each subsequent posting is performed only once. The methods will be called accordingly.
Configuration
- at global level: Configuration file transaction-bulk-exporter.properties
################################################################################
# Detego RFID Agent
################################################################################
# Property for enabling/disabling the agent
gkr.tx-export.rfidAgent.transactionBulkExporter.enabled=true
- at global level: Configuration file security.properties
################################################################################
# Detego RFID Agent
################################################################################
# Webservice authentication type
core.common.security.client.http.auth.group.rfidAgent.type=NONE
# Webservice authentication username
core.common.security.client.http.auth.group.rfidAgent.BASIC.username=
# Webservice authentication encrypted password
core.common.security.client.http.auth.group.rfidAgent.BASIC.password=
- at store level: Configuration file transaction-bulk-exporter.properties
################################################################################
# Detego RFID Agent
################################################################################
# RFID webservice URL
gkr.tx-export.rfidAgent.webservice.url=http://localhost:8088/mockBasicHttpBinding_IPosServiceExternal
# Webservice connection timeout
gkr.tx-export.rfidAgent.webservice.connectionTimeout=5s
# Webservice receive timeout
gkr.tx-export.rfidAgent.webservice.receiveTimeout=5s
# How long should service block remote calls after serverside reports an error
gkr.tx-export.rfidAgent.webservice.failFastTreshold=2m
# Authetication group
gkr.tx-export.rfidAgent.webservice.auth.group=rfidAgent