If you use SubmitMulti with multiple destination addresses, you will only receive one smpp id back, because we only send one short message. You will only receive multiple smpp id's if the short message was to long and we have to split it.
Best, Christian On Thu, Oct 4, 2012 at 11:26 AM, JasonN <jasonnorth3...@googlemail.com>wrote: > Hi, > > When using camel-smpp the destination addresses are set in a header called > "CamelSmppDestAddr" - which is a List<String>. > > When the response comes back the ids are set in a header called > "CamelSmppId" - which is also a List<String>. > > Are the elements of CamelSmppId guaranteed to be in the same order as > CamelSmppDestAddr? > > If not, how do I correlate what smpp id corresponds to what dest addr? > > Many thanks. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/CamelSmppId-order-tp5720545.html > Sent from the Camel - Users mailing list archive at Nabble.com. > --