Skip to content

Commit

Permalink
fix: enable to unserialize message
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriidenisenko committed Dec 13, 2024
1 parent d592b60 commit 44def3f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@

@SpringBootTest
class GreetingMessageConsumerIT {
static {
System.setProperty("spring.amqp.deserialization.trust.all", "true");
}

private final GreetingMessageProducer producer;
private final GreetingMessageConsumer consumer;
Expand Down

0 comments on commit 44def3f

Please sign in to comment.