Hello Pavel!

Sorry for the late reply.

Why you have to use the "transceiver" type?

The systemType is used to categorize the type of ESME (External Short
Message Entity) that is binding to the SMSC, as described in the wiki here
[1]. You are looking for the bindType, which is set automatically by Camel
itself. If you use the SmppConsomer (from("smpp://...")), Camel will create
a session with the "receiver" bindType. If you use the SmppProducer
(to("smpp://...")), Camel will create a session with the "transmitter"
bindType. The "transceiver" bindType is currently not supported and I think
we don't need it.

Regards,
Christian

[1] is used to categorize the type of ESME (External Short Message Entity)
that is binding to the SMSC
-- 
View this message in context: 
http://camel.465427.n5.nabble.com/SMPP-type-connection-tp2796517p2798510.html
Sent from the Camel - Users (activemq) mailing list archive at Nabble.com.

Reply via email to