The camel-smpp component provides a producer (Transmitter) to send messages
from your Camel powered application (ESME) to the SMSC (to("smpp:...")). It
also provides a consumer (Receiver) to receive messages (short messages or
short message delivery notifications) from the SMSC in your Camel powered
application (from("smpp:...")). I think this is all you need, isn't?
You can find some tests which shows how it works here:
https://svn.apache.org/repos/asf/camel/trunk/components/camel-smpp/src/test/java/org/apache/camel/component/smpp/

Best,
Christian

On Tue, Sep 27, 2011 at 11:37 PM, Moore <bmoyn...@vodafone.ie> wrote:

> Thanks for info. Unless I'm mistaken, I have read here on the forum that
> the
> deliver sm receipt flow is possible. That is an example of typical return
> path. If that works then it should not be too far off the mark although I
> think I also read that transceiver mode is not supported by camel which is
> a
> surprise. Since smpp is peer to peer, duplex operation should be possible.
> If as you say this is currently not supported, would a work around be
> possible by configuring routes for each direction? Thanks for your
> thoughts.
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/SMPP-to-SMPP-using-camel-tp4845410p4847110.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Reply via email to