You can read about ActiveMQ selectors here: http://activemq.apache.org/selectors.html
On Thu, Sep 29, 2016 at 4:53 AM, axdz <[email protected]> wrote: > Hi all, > > I have a problem with selector activemq > > I have a queue with name A . I sent to this queue with some messages.All > these message have field a1,a2,a3 in their header. > > I found solution for selector with one field as > from("activemq:A?selector=a1='valuea1'").to("endpoint") > > > Now,I want to select with multiple field as a1='value1' and a2='value2'. > > Plsease give me some advice. > Thanks, > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Selector-multiple-field-in-header-tp5788180.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2
