Chuck Rolke created QPID-4740:
---------------------------------

             Summary: C++ Broker Headers exchange will not match float header 
variables
                 Key: QPID-4740
                 URL: https://issues.apache.org/jira/browse/QPID-4740
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
    Affects Versions: 0.20
            Reporter: Chuck Rolke
            Assignee: Chuck Rolke


Headers Exchange users may specify a single precision floating value in a 
binding for message matching. The match function fails to decode any 'float' 
values and the messages never match.

FieldTable calls getDouble() which works with double but fails with single 
types. A new function like getAsDouble() could decode the value correctly for 
comparison.

This issue depends on resolution of QPID-4720 before it is really fixed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to