I have been working on a distributed web project and I want to utilize Spring amqp using RabbitMq in it. I use springFramework version 4.1.6 in my project. To do this, I have ad
The class you miss here is in this lib:
org.springframework spring-messaging 4.2.4.RELEASE
In general if you miss some obscure class (getting NoClassDefFoundError for a third-party) the best way is to use:
central Nexus search by classname