You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2019/10/10 11:19:00 UTC

[jira] [Created] (CAMEL-14052) camel-paho - Make it possible to configure userName, password from application.properties

Claus Ibsen created CAMEL-14052:
-----------------------------------

             Summary: camel-paho - Make it possible to configure userName, password from application.properties
                 Key: CAMEL-14052
                 URL: https://issues.apache.org/jira/browse/CAMEL-14052
             Project: Camel
          Issue Type: Improvement
          Components: camel-paho
    Affects Versions: 3.0.0.RC2
            Reporter: Claus Ibsen
             Fix For: 3.0.0


When using spring boot then the connectorOptions is null, so when you do

camel.component.paho.brokerUrl=tcp://localhost:61617
camel.component.paho.connectOptions.userName=admin
camel.component.paho.connectOptions.password=admin123.

It will fail



--
This message was sent by Atlassian Jira
(v8.3.4#803005)