Spring RabbitMQ无法读取架构文档

时间:2019-01-29 15:17:20

标签: spring spring-rabbitmq

error: expression must have a constant value
static size_t constexpr v = f<Type>(t);
                            ^
note: the value of parameter "t" cannot be used as a constant

下面是我正在使用的Spring上下文文件,并且已经定义了所有bean。 :

**Spring not able to read XML Schema document for rabbit MQ**

I am trying to run Spring MDP application on windows 8 using Java 8.
I have configured spring file and defined xml schema document for rabbitMQ. 

该应用程序可用于除Rabbit mq之外的所有其他xml模式文档。我也尝试过更改Rabbitmq模式文档的版本,但是似乎它们都无法正常工作。

编辑: 我不使用Maven。我在我的类路径中包含了spring-rabbit-2.0.jar。输入图像描述here

1 个答案:

答案 0 :(得分:0)

什么版本的spring-rabbit?

我怀疑它不是1.6.x。

最佳实践是不使用版本化架构,Spring会根据jar中META-INF中的spring.schemas解析正确的版本。

使用http://www.springframework.org/schema/rabbit/spring-rabbit.xsd

spring-jms.xsd