From a1b47aa3a51796ecbe14fbad3c050543bb1c6a56 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Thu, 10 May 2012 15:49:42 -0400 Subject: [PATCH] AMQP-207 XSD Documentation Remove explicit mention of default exchange if key is not provided. However, considering that no-key is still a valid option, and would result in binding to the default exchange we may want to consider making 'key' a required field on the directExchange binding while also stating that if you want the default binding than you should not have a defined in the first place. --- .../org/springframework/amqp/rabbit/config/spring-rabbit-1.0.xsd | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-rabbit/src/main/resources/org/springframework/amqp/rabbit/config/spring-rabbit-1.0.xsd b/spring-rabbit/src/main/resources/org/springframework/amqp/rabbit/config/spring-rabbit-1.0.xsd index 46aac742..07ed22ba 100644 --- a/spring-rabbit/src/main/resources/org/springframework/amqp/rabbit/config/spring-rabbit-1.0.xsd +++ b/spring-rabbit/src/main/resources/org/springframework/amqp/rabbit/config/spring-rabbit-1.0.xsd @@ -403,7 +403,6 @@