Hello guys,

i want create multiples rx and tx sessions. 
rx = 2 
tx =2 


example routes:

from("smpp://smppclient2@192.168.0.94:2775?password=password&enquireLinkTimer=3000&transactionTimer=5000&systemType=consumer")
.routeId("mo").....
.... .end();


from("direct://start").routeId("mt")..........
        
....to("smpp://smppclient2@192.168.0.94:2775?password=password&enquireLinkTimer=3000&transactionTimer=5000&systemType=consumer"
)
                    .end();


how can i do that? open 2 sessions for tx and rx ?

i just search official documentation, but i don't found nothing about ! 
there is some parameter for this job ?


Thank You !!!!





--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-SMPP-multiples-rx-and-tx-sessions-tp5775732.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to