I'd like to do something like this with the broker camel component: <route> <from uri="broker:topic:X?selector=foo='bar'"> <to uri="broker:queue:Y"> </route>
I'm getting org.apache.camel.ResolveEndpointFailedException about the "selector" parameter of the endpoint. How can I set up this route? Do I need to use MessageBrokerView, maybe? Or is the broker component not flexible enough for this? -- View this message in context: http://activemq.2283324.n4.nabble.com/Broker-camel-component-message-selectors-tp4696923.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.