Closed sahina closed 6 years ago
You need to add the amqp starter
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</artifactId>
</dependency>
OMG! That's embarrassing :))))
Thank you, works now
Simple spring boot project trying to use amqp appender.
here is pom.xml:
logback.xml
This is the exception I am getting:
I don't see any config issues.
Any ideas why I am seeing this exception?