----------------
- The message id of outgoing messages is set.
- The correlation id of outgoing messages is set to the incoming message's
message id (if set).
- A custom header ``references`` is set to the incoming message's reference
header + the incomming message's message id (like `References` in RFC5322).
- Fixed broken tests.
- Allow upper case in settings keys.
- Extend AMQP server configuration for FileStoreReader to include credentials
and virtual host.
- Allow specifying multiple routing keys (9326).
- Allow specifying a filename/path pattern (9327).
- The FileWriter stores the headers in addition to the body (9328).
- FileWriter sends IMessageStored event (9335).