We're about to begin a project which requires the use of SMPP as the primary integration exchange channel. Now since SMS isn't necessarily core to our business, I'd like to use an SMPP library for Java that will be the least hassle. Aside from riding on the actual protocol, its unlikely we'll need fancier abilities or to ever tweak under the hood.
To that end, I've shortlisted some of the possible options that we have:
- Logica's Open SMPP
- Apache's Camel
- JSMPP
- Twitter's Cloudhopper
Can someone who's more experienced in their uses throw some of their experiences my way ?
EDIT: Just to give scope to the use cases, we'll be both sending and receiving SMS'es so the library should hopefully make life easy with both client action and also server listener implementation.