You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by ashvydkyi August 22, 2022
Hi!
I've created SpringBootTest to test Rabbit Listener. While using the @RabbitListenerTest annotation, I want to use the capture advice.
It seems that like org.springframework.amqp.rabbit.test.RabbitListenerTestHarness.CaptureAdvice doesn't support repeatable annotation processing. Am I missing something?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Resolvesspring-projects#1494
Capture mode failed to capture arguments/result/exception if multiple
`@RabbitListener` annotations present.
**cherry-pick to 2.4.x**
Discussed in #1493
Originally posted by ashvydkyi August 22, 2022
Hi!
I've created SpringBootTest to test Rabbit Listener. While using the
@RabbitListenerTest
annotation, I want to use the capture advice.SpringBootParentVersion
with the latest (based on maven central)
JavaVersion 17
It seems that
like org.springframework.amqp.rabbit.test.RabbitListenerTestHarness.CaptureAdvice
doesn't support repeatable annotation processing. Am I missing something?Thanks in advance.
The text was updated successfully, but these errors were encountered: