Replies: 3 comments
-
|
Oh my god, "message" is a subcommand! Had to read more source code for this to be obvious to me. Thanks for your time. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@djhoese as the help message explicitly states, publishing and consuming over the HTTP API is very strongly recommended against. Which is why we do not even document Use a messaging or streaming client in your tests. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Moved to a discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I have some CI code that eventually does the equivalent of:
to kick off execution of some tests.
This doesn't seem possible in v2 of rabbitmqadmin, but I can't figure out how I should be doing it. I read the source code and I don't see command line arguments for exchange or routing key.
Reproduction steps
rabbitmqadmin publish exchange=satellite routing_key="a.b.c" payload='{"a": 1}'...
Expected behavior
Given other changes in v2 I assumed
exchange=Xwould become--exchange Xor something like that. I can't find documentation that shows an example so I've just been guessing. Any guidance is appreciated. Thanks.Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions