Each incoming message will be processed in its own thread. If camel-smpp receives multiple messages at the same time, they messages will be processed in parallel - multi threaded. The response is delayed until the message is processed in your camel route or its sent to an in-only endpoint like camel-activemq.
Best, Christian On Wed, Feb 15, 2012 at 8:21 PM, Omar Atia <[email protected]> wrote: > Dears , > > I need to bind as receiver to SMS and wait for SMS to come into my camel , > is it supporting threading ? can we have the receiver from SMSC (from > (smpp://) to support multi threading ? or it depends on camel threads like > mina tcp. > > Thanks, > Omar Atia >
