|
Project Information
Featured
Downloads
Links
|
IntroductionMokai is a messaging gateway server that routes messages between applications and mobile operators without having to write complex rules or routes. It supports a variety of mechanisms and protocols including HTTP, Mail, SMPP and JMS (Java Message Service), among others. Features
StatusAlpha 0.6.0 Released! Download it now! This is the third alpha release. It provides the required functionality to run Mokai in standalone or embedded mode. DocumentationThe documentation has been moved to Github. CommunityArchitecture Overview
. The Routing Engine, powered by Apache Camel, is the core of the Mokai Gateway. It provides mechanisms to receive messages from applications and route them externally through processors. The following figure shows a simplified version of the Routing Engine using two connectors to receive messages (Http and Mail) and two connectors to process them (SMPP and Http). .
. |