Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  1. convert the binary message into XML
  2. use an attachment to hold the message and have an empty a placeholder XML document (such as <foo/>) for the content of the message
  3. convert some key pieces of information from the binary message into a small XML document that can be used for content based XPath routing while keeping the binary attachment around in case you need it

...