One possible way how to define route should be:
new URI options would be introduced for producer *bindType * - defines type of binding (transmitter (default),both (transmitter + receiver)) *receiverEndpointName* - defines endpoint used for incoming communication processing Next producer would be updated to open session depending on bindType. If bind type would be both, all incomming messages (invoked by SMSC) would be delivered to EP specified by receiverEndpointName. I see that is not a nice approach but it could work. -- View this message in context: http://camel.465427.n5.nabble.com/SMPP-single-session-producer-consumer-tp4921235p4924542.html Sent from the Camel Development mailing list archive at Nabble.com.