Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Later
-
2.6.0
Description
Add support for asynchronous delivery from camel-smpp to the SMSC endpoint.
This allows for better throughput to the SMSC, meaning messages will get delivered in higher volumes.
The end user should be allowed to supply the following configurables:
- asynchronous = [true,false]
- Maximum number of outstanding messages.
- ?
The jSMPP code has a pretty neat example on how to implement asynchronous sending.
We might have to re-think how we will tie back the message id's, as those will not be available immediately in the same way that the synchronized sending makes them available.