Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
Reply
Developer
bb_cladsa
Posts: 58
Registered: ‎01-14-2010
My Carrier: Rogers
Accepted Solution

Push Development in Enterprise environment

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

Please use plain text.
Developer
bb_cladsa
Posts: 58
Registered: ‎01-14-2010
My Carrier: Rogers

Re: Push Development in Enterprise environment

Any idea if the Blackberry Enterprise Application Middleware going to support the scenario when there are multiple BES domains?

 

Please use plain text.
BlackBerry Development Advisor
gbeukeboom
Posts: 1,851
Registered: ‎10-16-2009
My Carrier: Bell

Re: Push Development in Enterprise environment

Does the scenario involve one enterprise with multiple BES domains or are you trying to push to multiple enterprise environments (more than one company)?

Garett Beukeboom
BlackBerry Development Advisor
Developer Zone
@garettbeukeboom

--
Think of a great new feature? Find a bug?
Log and track them using the Developer Issue Tracker
Please use plain text.
Developer
bb_cladsa
Posts: 58
Registered: ‎01-14-2010
My Carrier: Rogers

Re: Push Development in Enterprise environment

The scenario where one enterprise has multiple BES domains.

 

Please use plain text.
BlackBerry Development Advisor
gbeukeboom
Posts: 1,851
Registered: ‎10-16-2009
My Carrier: Bell

Re: Push Development in Enterprise environment

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.

Garett Beukeboom
BlackBerry Development Advisor
Developer Zone
@garettbeukeboom

--
Think of a great new feature? Find a bug?
Log and track them using the Developer Issue Tracker
Please use plain text.