You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rajith Attapattu (JIRA)" <qp...@incubator.apache.org> on 2010/01/21 01:11:02 UTC

[jira] Created: (QPID-2351) Allow the following config properties to be set in the ConnectionURL

Allow the following config properties to be set in the ConnectionURL
--------------------------------------------------------------------

                 Key: QPID-2351
                 URL: https://issues.apache.org/jira/browse/QPID-2351
             Project: Qpid
          Issue Type: Improvement
          Components: Java Client
    Affects Versions: 0.5
            Reporter: Rajith Attapattu
            Assignee: Rajith Attapattu
             Fix For: 0.7


It would be nice if the following properties could be set in the Connection URL as individual broker properties.
Currently these are only specified as System properties, hence enforced for all connections within the same JVM.

1. heartbeat  -  the heartbeat in secs
2. sasl_mechs - the SASL mechanisms to use
3. sasl_encryption - whether SASL encryption should be used
4. tcp_nodelay
5. sasl_protocol - used to specify the kerberos service principle name
6. sasl_server  - used to specify the kerberos server name.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Commented: (QPID-2351) Allow the following config properties to be set in the ConnectionURL

Posted by "Rajith Attapattu (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803295#action_12803295 ] 

Rajith Attapattu commented on QPID-2351:
----------------------------------------

I committed some ground work in rev 901506 and all props except tcp_nodelay could now be configured at a broker level.

> Allow the following config properties to be set in the ConnectionURL
> --------------------------------------------------------------------
>
>                 Key: QPID-2351
>                 URL: https://issues.apache.org/jira/browse/QPID-2351
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Client
>    Affects Versions: 0.5
>            Reporter: Rajith Attapattu
>            Assignee: Rajith Attapattu
>             Fix For: 0.7
>
>
> It would be nice if the following properties could be set in the Connection URL as individual broker properties.
> Currently these are only specified as System properties, hence enforced for all connections within the same JVM.
> 1. heartbeat  -  the heartbeat in secs
> 2. sasl_mechs - the SASL mechanisms to use
> 3. sasl_encryption - whether SASL encryption should be used
> 4. tcp_nodelay
> 5. sasl_protocol - used to specify the kerberos service principle name
> 6. sasl_server  - used to specify the kerberos server name.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org