Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 306 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 306 Bytes

PushNotificationQueue

Implemented a push notification service which handles both IOS and Android push notifications. It is a fully implemented rest service which ensures redundancy by using ApacheMQ and JMSClient.

Install & Run:

mvn clean install cd services nohup mvn jetty:run &