Swainy
-
5/30/2013 10:29:45 AM
RE:Integration Bus and Session State
Hi Brenden,
No problem :)
Sounds like a global event handler may be a better option to me. The integration bus definately shouldn't be session dependant, especially if it's user data as it does run asynchronously so you can never be sure at what point it may run.
One of the main benefits of the bus is that it queue's the tasks so that if your external web service is unavailable it stores the requests and then runs them later when the web service is avialable (this could be hours later and your session/user data wouldn't be availabe), so I would certainly agree in your situation it sounds like it's best to update the custom table and then synch it using the bus from the custom table to the web service.
Thanks,
Matt
|