Specifies whether push notifications are enabled.
qaagent -push mode ...
mode : none | connected | disconnected | lwpoll
connected
Mode | Description |
---|---|
none | Push notifications are disabled for this agent. The MobiLink Listener (dblsn) is not started. |
connected | Push notifications are enabled for this agent over TCP/IP with persistent connection. The MobiLink Listener (dblsn) is started by qaagent and attempts to maintain a persistent connection to the MobiLink server. This mode is useful when the client device does not have a public IP address or when the MobiLink server is behind a firewall that does not allow UDP messages out. This is the default. |
disconnected |
Push notifications are enabled for this agent over UDP without a persistent connection. The MobiLink Listener (dblsn) is started by qaagent but does not maintain a persistent connection to the MobiLink server. Instead, a UDP listener receives push notifications from MobiLink. This mode is useful in the following scenarios when the client device has a public IP address and is reachable by UDP or SMS:
|
lwpoll |
Push notifications are enabled for this agent using light weight polling. The poll period for the light weight poll can be
adjusted by including the desired interval in seconds in square brackets following lwpoll. For example, Clients using light weight polling in a secure environment do not need to register a MobiLink user for the MobiLink Listener, as required by other push notification modes. |
If you do not want to use notifications, set this option to none. You then do not have to deploy the dblsn.exe executable with your clients.
For information about QAnywhere without notifications, see Simple messaging scenario.
If you are using UDP, you cannot use push notifications in disconnected mode with ActiveSync due to the limitations of the UDP implementation of ActiveSync.
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |