[rabbitmq-discuss] Handle Stale Connections on Clients
cogitate
monish.unni at gmail.com
Mon Aug 6 23:39:59 BST 2012
hi gary:
using spring-amqp 1.1.1.RELEASE it seems i have to change the version of
spring-rabbit to 1.0.0.RELEASE
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp</artifactId>
<version>1.1.1.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
the problem is this forms the core to a spring-integration webapp for which
i need spring-rabbit:1.1.0.RELEASE which has support for
dead-letter-exchange.
even when i upgrade spring-rabbit:1.1.1.RELEASE i get the same error as with
1.1.0.RELEASE of spring-rabbit.
the error is :
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException:
No bean named 'replies' is defined
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:527)
what would you recommend we do?
thanks and regards,
-monish
--
View this message in context: http://rabbitmq.1065348.n5.nabble.com/Handle-Stale-Connections-on-Clients-tp20687p21263.html
Sent from the RabbitMQ mailing list archive at Nabble.com.
More information about the rabbitmq-discuss
mailing list