Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/spring/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Spring与AmazonSQS的集成_Spring_Amazon Web Services_Spring Integration_Amazon Sqs - Fatal编程技术网

Spring与AmazonSQS的集成

Spring与AmazonSQS的集成,spring,amazon-web-services,spring-integration,amazon-sqs,Spring,Amazon Web Services,Spring Integration,Amazon Sqs,希望这是一个简单的问题——有人在使用Spring与AmazonSQS集成时有过好运吗?我已经玩过这个项目了 。。。但几个小时后,我只能得到以下错误:- src-resolve: Cannot resolve the name 'integration:channelAdapterType' to a(n) 'type definition' component. 注意:我使用了以下版本的Spring和Spring集成 <spring.version>3.2.1.RELEASE&l

希望这是一个简单的问题——有人在使用Spring与AmazonSQS集成时有过好运吗?我已经玩过这个项目了

。。。但几个小时后,我只能得到以下错误:-

src-resolve: Cannot resolve the name 'integration:channelAdapterType' to a(n) 'type definition' component.
注意:我使用了以下版本的Spring和Spring集成

<spring.version>3.2.1.RELEASE</spring.version>
<spring.integration.version>2.2.1.RELEASE</spring.integration.version>
3.2.1.1发布
2.2.1.发布

非常感谢您的帮助/建议。

请注意,我还没有玩过这个。不过,我明天可能会移植一些代码


您不介意试试这个吗:?我们的官方Spring集成扩展没有看到这个项目,但我注意到下面的“Amazon简单队列服务(SQS)(开发完成,即将推出)”。您有任何Spring与SQS集成的例子吗?最新版本(1.1)使用Spring 3.1.2和Spring集成2.1.4。我将很快将依赖项更新到最新版本。同时,当你有机会的时候,你能把它添加到Github上的问题跟踪器中吗&假设你仍然觉得这个项目很有趣?!顺便说一句,我是这个项目的作者。