SMPP Splitting Policy (140+ octets)

2021-03-11 Thread Thomas O'Donnell
Hi all, I'm quite new to this so please bear with me. I've configured my SMPP component with the following properties. bridgeErrorHandler: ERROR dataCoding: 8 encoding: UTF-16 splittingPolicy: ACCEPT However, when I send a message over 70 chars, the SMSC server requests it because the message

Re: Update thread name of threadpool before executing a task

2021-03-11 Thread Claus Ibsen
On Thu, Mar 11, 2021 at 5:20 PM Narsi Reddy Nallamilli wrote: > > Hi, > > I want to be able to associate each runnable job id to thread so that I can > associate that threads activity with that thread. > > Is the #counter in camel default thread pattern incremented every time a > thread is used fr

Re: Update thread name of threadpool before executing a task

2021-03-11 Thread Narsi Reddy Nallamilli
Hi, I want to be able to associate each runnable job id to thread so that I can associate that threads activity with that thread. Is the #counter in camel default thread pattern incremented every time a thread is used from the pool ? On Wed, Mar 10, 2021 at 11:37 PM Claus Ibsen wrote: > Hi > >