Smart Grid Applications Overview > Smart Operations Solution > AMI Integration > Update Configuration Files > Miner.Smartgrid.EventService |
Version: 10.1 |
This file provides the configuration for the Event Service that receives AMI events from CIM-compliant data sources and queues them for processing by the Event Processor. Follow the steps below to configure the Event Services configuration file for AMI Integration:
<endpoint address="net.msmq://localhost/private/LogServiceQueue"
binding="netMsmqBinding"
bindingConfiguration="LogService_netMsmqBinding"
contract="Miner.Smartgrid.ServiceContracts.LogService.ILogService"
name="LogService_netMsmqEndpoint"/>
Copy Code <endpoint address="http://localhost/Miner.Configuration.ConfigurationService/ConfigurationProvider.svc/wsHttpConfigurationService" binding="wsHttpBinding" bindingConfiguration="ConfigurationService_wsHttpBinding" contract="Miner.Configuration.Core.ServiceContracts.IConfigurationService" name="ConfigurationService_wsHttpEndPoint">