RE: SMPP Splitting Policy (140+ octets)

2021-03-16 Thread Thomas O'Donnell
Hi Zheng, Thank you, that worked. Do you always have to manually set the SmppCommandType in the header? I.e. Camel won't do it automatically based on message size? Is there any way to default to SubmitMulti for all requests? Regards, Tommy -Original Message- From: Zheng Feng Sent:

Re: SMPP Splitting Policy (140+ octets)

2021-03-16 Thread Zheng Feng
Hi Tommy, I'm not sure if it is possible to default the set of SubmitMulti in the header. But I think this might depend on the SMGC(Short Message Gateway Center) configuration. On Wed, Mar 17, 2021 at 12:08 AM Thomas O'Donnell < thomas.odonn...@mdsglobal.com> wrote: > Hi Zheng, > > Thank you,

Replacement for “-applicationContext” option in Main

2021-03-16 Thread Michele Olsen
Hi, My application is currently using version 2.22.0 of Apache-camel. It calls the run method of org.Apache.camel.spring.Main using a run argument of “-ac camel-config.xml”. I upgraded the camel version to 3.8.0 but now when the run method is called, I’m getting an error saying “Unknown

Re: Replacement for “-applicationContext” option in Main

2021-03-16 Thread Claus Ibsen
Hi The -ac option is still there https://github.com/apache/camel/blob/master/components/camel-spring-main/src/main/java/org/apache/camel/spring/Main.java#L73 On Wed, Mar 17, 2021 at 4:36 AM Michele Olsen wrote: > > Hi, > My application is currently using version 2.22.0 of Apache-camel. It