Java Client 0-10 and 0-8 code paths have different error responses to Runtime 
Selector error
--------------------------------------------------------------------------------------------

                 Key: QPID-2118
                 URL: https://issues.apache.org/jira/browse/QPID-2118
             Project: Qpid
          Issue Type: Bug
          Components: Java Client
    Affects Versions: M4
            Reporter: Martin Ritchie
             Fix For: 0.5


As the 0-10 code path does client side selector filtering the error response is 
different to that of the 0-8/9 code path that relies on the broker to perform 
the selector.

As a result a Runtime error in the selector such as performing % on a string, 
because a message had setStringProperty called rather than setIntProperty, 
results in differing behaviour. This is highlighted by the failing of 
SelectorTest#testSelectorWithJMSMessageID on the cpp profile.

The code paths should both throw equivallent exceptions.

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to