You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org> on 2007/03/16 10:43:09 UTC

[jira] Created: (QPID-421) Provide enumerated description for static constants including delivery mode

Provide enumerated description for static constants including delivery mode
---------------------------------------------------------------------------

                 Key: QPID-421
                 URL: https://issues.apache.org/jira/browse/QPID-421
             Project: Qpid
          Issue Type: Improvement
          Components: Java Management Console
    Affects Versions: M2
            Reporter: Marnie McCormack
         Assigned To: Bhupendra Bhardwaj
            Priority: Minor
             Fix For: M2


Currently when displaying such information as delivery mode on the management console, the integer value for the static constant used is displayed. We need to display the description in case like this i.e. instead of showing delivery mode as 1 or 2 we should display 'PERSISTENT' or 'NON_PERSISTENT'.

This change should be applied to all such constants.

Please add details of all other such values which need to be enumerated to this description.

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


[jira] Commented: (QPID-421) Provide enumerated description for static constants including delivery mode

Posted by "Bhupendra Bhardwaj (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484365 ] 

Bhupendra Bhardwaj commented on QPID-421:
-----------------------------------------

Fixed to display-
- the message delivery mode (Persistent/Non_Persistent)
- the message expiration date and timestamp in user understandable format


> Provide enumerated description for static constants including delivery mode
> ---------------------------------------------------------------------------
>
>                 Key: QPID-421
>                 URL: https://issues.apache.org/jira/browse/QPID-421
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Management Console
>    Affects Versions: M2
>            Reporter: Marnie McCormack
>         Assigned To: Bhupendra Bhardwaj
>            Priority: Minor
>             Fix For: M2
>
>
> Currently when displaying such information as delivery mode on the management console, the integer value for the static constant used is displayed. We need to display the description in case like this i.e. instead of showing delivery mode as 1 or 2 we should display 'PERSISTENT' or 'NON_PERSISTENT'.
> This change should be applied to all such constants.
> Please add details of all other such values which need to be enumerated to this description.

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


[jira] Resolved: (QPID-421) Provide enumerated description for static constants including delivery mode

Posted by "Bhupendra Bhardwaj (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bhupendra Bhardwaj resolved QPID-421.
-------------------------------------

    Resolution: Fixed

description for static constants is added, while providing managed object attributes to the user through management console. 

> Provide enumerated description for static constants including delivery mode
> ---------------------------------------------------------------------------
>
>                 Key: QPID-421
>                 URL: https://issues.apache.org/jira/browse/QPID-421
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Management Console
>    Affects Versions: M2
>            Reporter: Marnie McCormack
>         Assigned To: Bhupendra Bhardwaj
>            Priority: Minor
>             Fix For: M2
>
>
> Currently when displaying such information as delivery mode on the management console, the integer value for the static constant used is displayed. We need to display the description in case like this i.e. instead of showing delivery mode as 1 or 2 we should display 'PERSISTENT' or 'NON_PERSISTENT'.
> This change should be applied to all such constants.
> Please add details of all other such values which need to be enumerated to this description.

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