question

Sebastien Blanc avatar image
Sebastien Blanc asked

A Java ADM Library to connect easily your Java backend to ADM services

Hey All, I would like to share this library with you : https://github.com/aerogear/java-adm , it's open-source and also available on Maven Central. It make the setup of the connection, handling of the tokens really easy. You also have a PayloadBuilder to help you building the payload you want to send to ADM Just a quick example : final AdmService messageService = ADM.newService(); final PayloadBuilder builder = ADM.newPayload(); builder.dataField("custom","custom"); messageService.sendMessageToDevice( , , , builder.build()); Hope you find it useful, feel free to provide any feedback or even better Pull Requests
amazon device messaging
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

DougM@Amazon avatar image
DougM@Amazon answered
Hello Sebastien, Thank you for placing this information up for our customers to use. This is a great resource for developers who already have an existing Java backend and are looking to add ADM to their App portfolio.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.