Rabbit 3.13 and Java client 5.21 #276
Answered
by
MohammadTina
MohammadTina
asked this question in
Q&A
-
I have installed the rabbitmq_delayed_message_exchange and enabled the plugin below
When trying to test the sample code, provide
The method signature I have only accepts one string. Is there any new lib I need to use? |
Beta Was this translation helpful? Give feedback.
Answered by
MohammadTina
Apr 18, 2024
Replies: 1 comment
-
I found the issue |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MohammadTina
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found the issue
with the correct method signature
channel.exchangeDeclare("my-exchange", "x-delayed-message", false,true, false, args);