Peter Salnikov created CAMEL-5708:
-------------------------------------

             Summary: Make camel-smpp component get username from parameters 
instead of address
                 Key: CAMEL-5708
                 URL: https://issues.apache.org/jira/browse/CAMEL-5708
             Project: Camel
          Issue Type: Wish
          Components: camel-smpp
            Reporter: Peter Salnikov
            Priority: Minor


Currently camel-smpp component gets username from address part of an uri
username@hostname
it's no ok when username is empty, because in that case I can't configure URI 
from properties

<inOnly 
uri="smpp://{{smpp.username}}@{{smpp.address}}?password={{smpp.password}}"/>

It will be more convenient and standard based if username will be passed via 
options:

<inOnly 
uri="smpp://{{smpp.address}}?username={{smpp.username}}&amp;password={{smpp.password}}"/>

in that case it will be easy and readable to put value to options file:

smpp.address=127.0.0.1:2775
smpp.username=
smpp.password=
smpp.from=3113

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to