Delayed exchange plugin testing dropwizard (Java) #262
-
How to make use of this plugin along with qpid broker for testing in Dropwizard framework (Java)? |
Beta Was this translation helpful? Give feedback.
Answered by
michaelklishin
Feb 23, 2024
Replies: 1 comment
-
This is a RabbitMQ plugin, you cannot run it "along with qpid broker." As for testing, publishing a message with a second delay, then testing how you would normally test routing with Dropwizard. RabbitMQ's own integration tests await a message delivery to a pre-defined queue, for example. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
michaelklishin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a RabbitMQ plugin, you cannot run it "along with qpid broker."
As for testing, publishing a message with a second delay, then testing how you would normally test routing with Dropwizard. RabbitMQ's own integration tests await a message delivery to a pre-defined queue, for example.