Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-10291

Camel RabbitMQ invalid handling of message timestamp

    XMLWordPrintableJSON

Details

    • Patch Available
    • Unknown
    • Patch, Important

    Description

      At the moment the RabbitMQ component is does not map the timestamp of a message appropriately. The outbound mapping (producer) expects the timestamp of the camel message is of type String whereas the String is just the long value representing the timestamp. However the timestamp is already a java.util.Date when the producer just forwards a message from a rabbitmq consumer as the timestamp is already a java.util.date as define in AMQP.BasicProperties.

      The provided pull request provides a compatible change. So it still keeps the old behaviour as fallback so that the long value is evaluated if the provided data is not a java.util.Date

      Attachments

        Issue Links

          Activity

            People

              acosentino Andrea Cosentino
              flo.gessner@gmail.com Florian Gessner
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: