[jira] [Commented] (CAMEL-8116) Allow more control of message splitting policy

2015-01-09 Thread Daniel Pocock (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-8116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14270737#comment-14270737
 ] 

Daniel Pocock commented on CAMEL-8116:
--


Yes, please search for splitting in this page:

http://camel.apache.org/smpp.html

 Allow more control of message splitting policy
 --

 Key: CAMEL-8116
 URL: https://issues.apache.org/jira/browse/CAMEL-8116
 Project: Camel
  Issue Type: Improvement
  Components: camel-smpp
Affects Versions: 2.14.0
Reporter: Daniel Pocock
Assignee: Claus Ibsen
Priority: Minor
 Fix For: 2.15.0


 Currently, camel-smpp splits a long message into 140 byte SMS messages to go 
 over the network.  This is done automatically for any long message.
 Not all networks support these split messages.  Some networks drop the 
 subsequent frames after the first, some don't delivery anything.
 It would be useful to give users of the component the ability to set a 
 message splitting policy, e.g. to refuse to split messages and throw an 
 exception if a long message is encountered.  This will reduce load on the 
 SMPP provider and may also avoid costs associated with messages that are 
 never delivered.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CAMEL-8116) Allow more control of message splitting policy

2015-01-09 Thread Claus Ibsen (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-8116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14270733#comment-14270733
 ] 

Claus Ibsen commented on CAMEL-8116:


Daniel did we get the documentation updated?

 Allow more control of message splitting policy
 --

 Key: CAMEL-8116
 URL: https://issues.apache.org/jira/browse/CAMEL-8116
 Project: Camel
  Issue Type: Improvement
  Components: camel-smpp
Affects Versions: 2.14.0
Reporter: Daniel Pocock
Assignee: Claus Ibsen
Priority: Minor
 Fix For: 2.15.0


 Currently, camel-smpp splits a long message into 140 byte SMS messages to go 
 over the network.  This is done automatically for any long message.
 Not all networks support these split messages.  Some networks drop the 
 subsequent frames after the first, some don't delivery anything.
 It would be useful to give users of the component the ability to set a 
 message splitting policy, e.g. to refuse to split messages and throw an 
 exception if a long message is encountered.  This will reduce load on the 
 SMPP provider and may also avoid costs associated with messages that are 
 never delivered.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CAMEL-8116) Allow more control of message splitting policy

2014-12-03 Thread Daniel Pocock (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-8116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14233106#comment-14233106
 ] 

Daniel Pocock commented on CAMEL-8116:
--

I just added the requested unit tests and found a bug in the truncation logic, 
this is fixed in the same pull request.

 Allow more control of message splitting policy
 --

 Key: CAMEL-8116
 URL: https://issues.apache.org/jira/browse/CAMEL-8116
 Project: Camel
  Issue Type: Improvement
  Components: camel-smpp
Affects Versions: 2.14.0
Reporter: Daniel Pocock
Priority: Minor

 Currently, camel-smpp splits a long message into 140 byte SMS messages to go 
 over the network.  This is done automatically for any long message.
 Not all networks support these split messages.  Some networks drop the 
 subsequent frames after the first, some don't delivery anything.
 It would be useful to give users of the component the ability to set a 
 message splitting policy, e.g. to refuse to split messages and throw an 
 exception if a long message is encountered.  This will reduce load on the 
 SMPP provider and may also avoid costs associated with messages that are 
 never delivered.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CAMEL-8116) Allow more control of message splitting policy

2014-12-03 Thread Claus Ibsen (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-8116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14233315#comment-14233315
 ] 

Claus Ibsen commented on CAMEL-8116:


Thanks the PR has been merged to master branch.

Do you mind helping with updating the documentation with this new option?
http://camel.apache.org/smpp

 Allow more control of message splitting policy
 --

 Key: CAMEL-8116
 URL: https://issues.apache.org/jira/browse/CAMEL-8116
 Project: Camel
  Issue Type: Improvement
  Components: camel-smpp
Affects Versions: 2.14.0
Reporter: Daniel Pocock
Assignee: Claus Ibsen
Priority: Minor
 Fix For: 2.15.0


 Currently, camel-smpp splits a long message into 140 byte SMS messages to go 
 over the network.  This is done automatically for any long message.
 Not all networks support these split messages.  Some networks drop the 
 subsequent frames after the first, some don't delivery anything.
 It would be useful to give users of the component the ability to set a 
 message splitting policy, e.g. to refuse to split messages and throw an 
 exception if a long message is encountered.  This will reduce load on the 
 SMPP provider and may also avoid costs associated with messages that are 
 never delivered.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)