[
https://issues.apache.org/jira/browse/QPID-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12637932#action_12637932
]
Rob Godfrey commented on QPID-1319:
-----------------------------------
Also, I'm not quite sure why the following constructor has been added:
public AMQBrokerDetails(String url,Map<String, String> options) throws
URLSyntaxException
AFAICT at a cursory reading the only place that calls this is the other
constructor which passes in "null" as the options map
> Options for a broker (given in the broker list in the connection URL) should
> default to the top level values
> ------------------------------------------------------------------------------------------------------------
>
> Key: QPID-1319
> URL: https://issues.apache.org/jira/browse/QPID-1319
> Project: Qpid
> Issue Type: Bug
> Components: Java Client
> Affects Versions: M4
> Reporter: Rajith Attapattu
> Assignee: Rajith Attapattu
> Fix For: M4
>
>
> Options for a given broker (specified in the broker list in conneciton URL)
> should default to the top level values unless specified explictly.
> However there seems to be only one such option, which is SSL. (according to
> the wiki)
> Ih the future there maybe more such options.
> Currently if SSL option is specified in top level options, it doesn't get
> copied to individual broker level options.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.