In preparation for: https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/209 When `multiSend` is true and multiple messages are sent as the payload of a message, each message is sent within the `invoke()` method of the `RabbitTemplate`. * Fix javadoc typo * Fix DSL Spec hierarchy * Protected CTOR/fields in new and modified specs * Protected CTORs, fields for remaining AMQP Specs