[
https://issues.apache.org/jira/browse/CAMEL-8013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14264631#comment-14264631
]
Daniel Pocock commented on CAMEL-8013:
--------------------------------------
Splitting is currently done within the endpoint. To allow the Throttler
component to work on parts of a split message or to handle per-fragment errors
(such as a throttling error from the SMSC rejecting the final fragment of a
split message) it would be necessary to divide the producer into two parts:
- a Processor that converts messages to one or more SMPP PDUs (one or more new
exchanges)
- an endpoint that sends the SMPP PDUs to the wire
> camel-smpp - split messages and throttling
> ------------------------------------------
>
> Key: CAMEL-8013
> URL: https://issues.apache.org/jira/browse/CAMEL-8013
> Project: Camel
> Issue Type: Improvement
> Components: camel-smpp
> Affects Versions: 2.14.0
> Environment: n/a
> Reporter: Daniel Pocock
> Priority: Minor
>
> Some locations, including the US, impose throttling restrictions on SMS
> Sending more than 1 message per second may violate the throttling rules and
> result in message delivery errors.
> If a message is big and it is automatically split by the camel-smpp code (in
> SmppSubmitSmCommand.java) then this results in a situation where multiple
> message parts are sent in quick succession, this can violate the throttling
> limits.
> It would be useful for camel-smpp to send each part with a delay.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)