Class DefaultMessagePropertiesConverter

    • Constructor Detail

      • DefaultMessagePropertiesConverter

        public DefaultMessagePropertiesConverter​(org.apache.camel.CamelContext camelContext,
                                                 org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
    • Method Detail

      • shouldOutputHeader

        protected boolean shouldOutputHeader​(String headerName,
                                             Object headerValue,
                                             org.apache.camel.Exchange exchange)
        Strategy to allow filtering of headers which are put on the RabbitMQ message
      • shouldInputHeader

        protected boolean shouldInputHeader​(String headerName,
                                            Object headerValue,
                                            org.apache.camel.Exchange exchange)
        Strategy to allow filtering from RabbitMQ message to Camel message