[
https://issues.apache.org/jira/browse/QPID-1018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594202#action_12594202
]
Arnaud Simon commented on QPID-1018:
------------------------------------
I have added a client prop class in: org.apache.qpid.client.configuration
The following format is used:
/**
* Description of the property XX
* type: the property type
*/
public static final String XX_PROP_NAME = "qpid.foo";
public static final String XX_DEFAULT = "26000";
> Client properties centralization
> ---------------------------------
>
> Key: QPID-1018
> URL: https://issues.apache.org/jira/browse/QPID-1018
> Project: Qpid
> Issue Type: Improvement
> Components: Java Client
> Affects Versions: M3
> Reporter: Arnaud Simon
> Assignee: Arnaud Simon
> Fix For: M3
>
>
> Currently client props are distributed all over the code. It would be more
> coherent and easy to document if we centralized them.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.