What is exactly your concern ? According to your example, you have already
configured the producer/consumer as described in the doc here (
http://camel.apache.org/smpp.html). If now, you are looking for about more
examples, I invite you to have a look to unit tests of the component :
https://github.com/apache/camel/tree/master/components/camel-smpp/src/test/java/org/apache/camel/component/smpp


On Mon, Dec 2, 2013 at 8:28 AM, rameshbabu <rameshbabu.arig...@gmail.com>wrote:

>
>  Hi,
>
> I am using SMPPSim in ubuntu. I need to use smpp end point as consumer  and
> as well as producer in my route as follows.
>
> I need to do any configuration for this.
>
> <from
> uri="smpp://smppclient1@localhost
> :2775?password=password&amp;enquireLinkTimer=3000&amp;systemType=consumer"
> />
> <to
> uri="smpp://smppclient1@localhost
> :2775?password=password&amp;enquireLinkTimer=3000&amp;systemType=producer"
> />
>
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Camel-SMPP-as-Consumer-and-Producer-tp5744160.html
> Sent from the Camel Development mailing list archive at Nabble.com.
>



-- 
Charles Moulliard
Apache Committer / Architect @RedHat
Twitter : @cmoulliard | Blog :  http://cmoulliard.github.io

Reply via email to