03-28-2011 11:12 AM
I am currently working on an enterprise push application that would push notifications to the application on a device which is activated on a BES. I was thinking about how to handle the scenario when there are multiple BES domains.
-Should my push initiator push to the central push servers in both domains in order to push to a device? (This seems inefficient)
- Is there any other information that I can retrieve from the device which will help me determine which BES domain's push server to push to?
Any comments is much appreciated.
Thanks
Solved! Go to Solution.
03-28-2011 11:42 AM
Any idea if the Blackberry Enterprise Application Middleware going to support the scenario when there are multiple BES domains?
03-28-2011 04:11 PM
Does the scenario involve one enterprise with multiple BES domains or are you trying to push to multiple enterprise environments (more than one company)?
03-28-2011 04:21 PM
The scenario where one enterprise has multiple BES domains.
03-28-2011 04:26 PM
From what you've said about your envrionment (different central push servers for each domain) you would likely need to push to either the first time for each user, log whether a success/failure in some sort of table or database, then use this to determine where to send subsequent pushes.