Routing to activemq:queue:tuxedoHighPriority.vpntbm2.2?exchangePattern=InOnly&messageConverter=#ttp2ActiveMQMessageConverter
I want to set a filter for "Routing to activemq:queue:tuxedoHighPriority.vpntbm*"
How do I do this? I tried the keyword and normal field of payload, tried with .* and only *, but I always get no match.
thanks for the reply, but it does not work. Lets concentrate on the second part of the query, where the wildcard comes into account.
payload: "activemq:queue*" -> does not work payload: "activemq:queue:tuxedoHighPriority*" -> does not work payload: "activemq:queue:tuxedoHighPriority.vpntbm*" -> does not work payload: "activemq:queue:tuxedoHighPriority.vpntbm2*" -> does not work payload: "activemq:queue:tuxedoHighPriority.vpntbm2.5" -> works payload: "activemq:queue:tuxedoHighPriority.vpntbm2.5*" -> works
For me it looks like that it is not possible to search a substring inside an analyzed word. I am not sure, but I thought I used once in previous versions.
Using ES and Kibana 6.4.1.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.