Results 1 to 2 of 2

Thread: Migration from M5 to M6 - MessageHeaders

Hybrid View

  1. #1

    Default Migration from M5 to M6 - MessageHeaders

    Hi,

    In the new milestone:
    Refactored MessageHeaders object to be an implementation of (unmodifiable) Map<String, Object>

    What can I do to set the file name property in the header of a new message that I create? Meaning the FileNameGenerator.FILENAME_PROPERTY_KEY

    Thanks,
    Marwan

  2. #2
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,853

    Default

    Header values can be set by using the MessageBuilder. For examples, see the reference section on Message: http://static.springframework.org/sp...ml#api-message

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •