You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Arnaud Simon (JIRA)" <qp...@incubator.apache.org> on 2008/06/03 08:56:45 UTC

[jira] Created: (QPID-1115) Client ID is set even if it's disabled

Client ID is set even if it's disabled
--------------------------------------

                 Key: QPID-1115
                 URL: https://issues.apache.org/jira/browse/QPID-1115
             Project: Qpid
          Issue Type: Bug
          Components: Java Client
    Affects Versions: M3
            Reporter: Arnaud Simon
             Fix For: M3


Description:
Message IDs are lazily generated that is to say that a new ID is generated when accessing a null ID. This may not be lazy enough as setting the message ID to null when DisableMessageID is set to true results in a new ID being generated instead of not generating any. 

Solution:
Generate a new ID only when DisableMessageID is false. 

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


[jira] Closed: (QPID-1115) Client ID is set even if it's disabled

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

Arnaud Simon closed QPID-1115.
------------------------------

    Resolution: Fixed

> Client ID is set even if it's disabled
> --------------------------------------
>
>                 Key: QPID-1115
>                 URL: https://issues.apache.org/jira/browse/QPID-1115
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: M3
>            Reporter: Arnaud Simon
>             Fix For: M3
>
>
> Description:
> Message IDs are lazily generated that is to say that a new ID is generated when accessing a null ID. This may not be lazy enough as setting the message ID to null when DisableMessageID is set to true results in a new ID being generated instead of not generating any. 
> Solution:
> Generate a new ID only when DisableMessageID is false. 

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