Message.removeHeader should support wildcard and regex ------------------------------------------------------
Key: CAMEL-2523 URL: https://issues.apache.org/activemq/browse/CAMEL-2523 Project: Apache Camel Issue Type: Improvement Components: camel-core Reporter: Claus Ibsen Priority: Minor Fix For: 2.3.0 Then you can remove multiple headers in one go, eg to remove all Camel headers you just do {{removeHeader("Camel*").}} in the Java DSL. It should support the same notation as the interceptors with * for wildcard, and regexp as well. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.