You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by pcana <pi...@gmail.com> on 2013/12/29 14:35:46 UTC

Camel 2.9.0 SMPP Splitter

Hi,

If message size>255 we want to keep on sending in payload, instead of
splitting and setting into shortMessage
which is the implementation on 2.8.

Is there a way smpp splitter might be discarded?

Thanks,
pcana



--
View this message in context: http://camel.465427.n5.nabble.com/Camel-2-9-0-SMPP-Splitter-tp5745315.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel 2.9.0 SMPP Splitter

Posted by Henryk Konsek <he...@gmail.com>.
Hi pcana,

> Is there a way smpp splitter might be discarded?

Unfortunately I'm not aware of any splitting logic within the XMPP
component. Could you elaborate this splitting term a little bit?
Sample route snippet would be helpful as well :) .

Cheers.

-- 
Henryk Konsek
http://henryk-konsek.blogspot.com

Re: Camel 2.9.0 SMPP Splitter

Posted by pcana <pi...@gmail.com>.
Hi Christian,

We changed SmppBinding class and the solution worked for us.

We will consider upgrading to 2.12.

Thanks for the explanation that was really helpful.
pcana



--
View this message in context: http://camel.465427.n5.nabble.com/Camel-2-9-0-SMPP-Splitter-tp5745315p5745362.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel 2.9.0 SMPP Splitter

Posted by Christian Müller <ch...@gmail.com>.
Hi pcana!

You have multiple options:
1) Camel provides out of the box 3 different splitter. May be one of the
others are useful for you? You can control which splitter is used by
checking the SmppSmCommand class.
2) You can provide and configure your own SmppBinding class.
3) In newer version of Apache Camel, you can set the optional parameter
"OptionalParameter.Tag.MESSAGE_PAYLOAD" (which we used in Camel 2.8.x) to
send long short messages. In this case, the body should be an empty byte
array...

And you should consider to upgrade to a newer version if possible. Camel
2.12.2 is the latest version.

Best,
Christian
-----------------

Software Integration Specialist

Apache Member
V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer
Apache Incubator PMC Member

https://www.linkedin.com/pub/christian-mueller/11/551/642


On Sun, Dec 29, 2013 at 2:35 PM, pcana <pi...@gmail.com> wrote:

> Hi,
>
> If message size>255 we want to keep on sending in payload, instead of
> splitting and setting into shortMessage
> which is the implementation on 2.8.
>
> Is there a way smpp splitter might be discarded?
>
> Thanks,
> pcana
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Camel-2-9-0-SMPP-Splitter-tp5745315.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>