I am familiar with Camel-SMPP and also it works great for my consumer and producer routes. I am using Selenium SMPP SIM to test the same.
from uri="smpp://smppclient@127.0.0.1:8056?password=password&systemType=consumer"/>
to uri="smpp://smppclient@localhost:2775?password=password&&systemType=producer"/>
However I would like to have my Camel run as a Server (which accepts SMS from numerous clients). My current From route is tightly coupled with one SMS sender. How can I modify this as generic server. Is it possible in Camel ?