[ 
https://issues.apache.org/jira/browse/AMQ-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy Bish resolved AMQ-1609.
-------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: NEEDS_REVIEWED)
                   5.6.0

Fix for AMQ-1942 allows selectors to work with numeric properties in Stomp 
messages.

> STOMP messages only support properties with data type String 
> -------------------------------------------------------------
>
>                 Key: AMQ-1609
>                 URL: https://issues.apache.org/jira/browse/AMQ-1609
>             Project: ActiveMQ
>          Issue Type: Improvement
>            Reporter: Michael Justin
>             Fix For: 5.6.0
>
>
> Currently the STOMP connector seems to support only string type message 
> properties. 
> As an effect, subscription selectors like color = 'blue' AND weight > 2500 
> will not work (if the message has been sent using STOMP, the weight property 
> will be a string).
> I suggest to implement typed properties in the Stomp protocol which could be 
> serialized in a platform-independent way.
> In addtion , if I understand the OpenWire documentation correctly, the 
> OpenWire protocol supports some simple datatypes, but not - for example - 
> Date, which would be easy to map to a long value.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to