[
https://issues.apache.org/activemq/browse/AMQ-1942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rob Davies updated AMQ-1942:
----------------------------
Fix Version/s: 5.4.0
> Numeric selectors do not work in STOMP
> --------------------------------------
>
> Key: AMQ-1942
> URL: https://issues.apache.org/activemq/browse/AMQ-1942
> Project: ActiveMQ
> Issue Type: Bug
> Affects Versions: 5.1.0
> Reporter: Marc Siegel
> Fix For: 5.4.0
>
> Original Estimate: 2 days
> Remaining Estimate: 2 days
>
> JMS SQL92 numeric selectors, such as
> - < > <= >=
> - BETWEEN val AND val
> Fail to work via STOMP.
> Possible solutions:
> 1. String Operands to numeric selector operators are converted to Numeric
> types
> - only in STOMP?
> 2. Explicit casting to SQL92 Numeric types becomes supported in selectors,
> ie
> - ( INTEGER(field) <= 5)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.