You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by chris snow <ch...@gmail.com> on 2012/02/22 16:52:12 UTC

adding camel-smpp URI options

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