Re: Sending Multiple SMPP Message and get response for each message submitted

2011-05-18 Thread Christian Müller
SmppDestAddr", > this.task.getRecipent()); > exchng.getOut().setBody(this.task.getMessage()); > ... >} > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Sending-Multiple-SMPP-Message-and-get-response-for-each-message-submitted-tp4407250p4407283.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Sending Multiple SMPP Message and get response for each message submitted

2011-05-18 Thread viezz
g.getOut().setHeader("CamelSmppSourceAddr", this.task.getOriginator()); exchng.getOut().setHeader("CamelSmppDestAddr", this.task.getRecipent()); exchng.getOut().setBody(this.task.getMessage()); ... } -- View this message in context: http://camel.465427.n5.nabble.c

Sending Multiple SMPP Message and get response for each message submitted

2011-05-18 Thread viezz
message to those recipient in the list, but I couldn't get the submit_sm resp to get the smppId. am I doing wrong? -- View this message in context: http://camel.465427.n5.nabble.com/Sending-Multiple-SMPP-Message-and-get-response-for-each-message-submitted-tp4407250p4407250.html Sent