I have a requirement to be able to configure the camel-smpp component by providing it with a custom smpp and smpps socketfactory. The custom socketfactory is needed in my environment to provide HTTP CONNECT proxy support.
Does it make sense to add the following two URI options? smppSocketFactoryClass smppsSocketFactoryClass If these options aren't set, the smpp component will use the default socket factories. If this is ok, I'll submit a patch. Many thanks, Chris