jeremy.lattimore-hfit
-
10/7/2013 10:51:03 PM
Integration Bus fires event twice
I built a custom connector for the Integration Bus that monitors changes to a custom field in the UserSettings object. The subscription is actually watching the "cms.user" object using an asyncsnapshot model like this:
SubscribeToObjects(TaskProcessTypeEnum.AsyncSnapshot, PredefinedObjectType.USER, TaskTypeEnum.UpdateObject);
When it catches the event, it will send the update to WCF service method. Overall the code works. The problem is that for some reason every single record update gets triggered twice.
Any ideas as to why I would see this behavior?
Thanks.
|