Hi there, I needed a GCM component for Apache Camel. I could not find a working one with an clear license so I've implemented my own:
https://github.com/highsource/camel-google-cloud-messaging Basically this allows sending GCM push notifications from Apache Camel. Uses gcm-rest-client from Google: https://github.com/google/gcm/tree/master/client-libraries/java/rest-client I was actually surprised there was no standard GCM component. I'd like to contribute it. (a) Is it of interest? (b) How should we proceed? Best wishes, Alexey