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.
>
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
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