...
Attribute Name | Values | Description |
---|---|---|
push.stock.messages.source | properties, database | Where to find the default push notification messages. |
push.bootstrap | true, false | |
push.apple.host | Valid Hostname | The name of the apple push notification servers. |
push.apple.port | Any Integer | The port number on the apple push notification server to connect to. |
push.apple.feedback.host | Valid Hostname | The name of the apple server to connect to for push notification feedback info. |
push.apple.feedback.port | Any Integer | The port number on the feedback server to connect to. |
push.apple.key.file | Any | The location of the key file containing the push notification certificate for your organization. This may be either an absolute file system path or a class path relative location. |
push.apple.key.passphrase | Any | The password to the key file. |
push.apple.pool.maxConnections | Any Integer | The maximum number of connections to allow in the connection pool for outbound iOS push notifications. Default is 10. |
push.apple.pool.timeBetweenEvictionRunsMillis | Any Integer | The time, in milliseconds, between running the message eviction process to purge messages that are failing to send from the queue. Default is 60000 ms. |
push.apple.pool.minEvictableIdleTimeMillis | Any Integer | The minimum time a push message can be idle before it is evicted. Default is 180000 ms. |
push.google.gcm.host | Valid Hostname | The host name of the Google GCM server that will be used to send messages. |
push.google.gcm.APIKey | Any | The API key you have registered for the application with Google. |
push.google.gcm.senderId | Any | The unique ID number Google has assigned to your application. |
push.blackberry.appId | Any | The application ID registered with RIM for Blackberry push notifications. |
push.blackberry.appPassword | Any | The password used to authenticate with the Blackberry push system. |
push.blackberry.eval | true, false | |
push.blackberry.native.port | Any Integer | The port number to use for push notifications. |
push.sendTimer | Any Integer | The number of milliseconds between checks for new push messages to send to devices. |
push.device.feedbackTimer | Any Integer | The number of milliseconds between checks with the vendor services for feedback on dead device IDs |
push.sender.default.key.length | Any Integer | The length of the sender keys used within the push tool to identify different valid push sources. |
push.sender.key.source | properties, database | Where the application will look up and/or store sender key information. |