[
https://issues.apache.org/activemq/browse/CAMEL-2816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-2816.
--------------------------------
Assignee: Claus Ibsen
Fix Version/s: 2.4.0
Resolution: Working as Designed
> selector spec should be fromURL="someQ?selector=CamelFileNameOnly like
> 'SomeFile%'"
> -------------------------------------------------------------------------------------
>
> Key: CAMEL-2816
> URL: https://issues.apache.org/activemq/browse/CAMEL-2816
> Project: Apache Camel
> Issue Type: Improvement
> Components: camel-core
> Affects Versions: 2.2.0
> Reporter: ray
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 2.4.0
>
>
> But Came only works with the following spec:
> fromURL="someQ?selector=CamelFileNameOnly like 'SomeFile%25'"
> In summary the [standard JMS selector
> wilcard|http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/jms/Message.html]
> (x like '%y%') is not supported.
> Instead the % must be encoded as %25 (hex value for %), which is ugly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.