[
https://issues.apache.org/jira/browse/AMQ-6324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Bish deleted AMQ-6324:
------------------------------
> JMS Selector parsing will not fail if a valid selector is followed by invalid
> text
> ----------------------------------------------------------------------------------
>
> Key: AMQ-6324
> URL: https://issues.apache.org/jira/browse/AMQ-6324
> Project: ActiveMQ
> Issue Type: Bug
> Reporter: Timothy Bish
> Assignee: Timothy Bish
>
> A JMS Selector which has a valid stem followed by invalid data will not cause
> a failure, and the selector will be parsed an executed as if only the valid
> stem were present.
> For example the selector
> {code}
> a = 1 AMD b = 2
> {code}
> will be treated as if the selector was
> {code}
> a = 1
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)