Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: publishing header support #13

Closed
dch opened this issue Mar 21, 2024 · 0 comments · Fixed by #14
Closed

feature: publishing header support #13

dch opened this issue Mar 21, 2024 · 0 comments · Fixed by #14

Comments

@dch
Copy link

dch commented Mar 21, 2024

I'm a long time user of rabbiteer but it doesn't support TLS.
It would be great if amqpcat could lift 2 features that are really useful for publishing:

$ rabbiteer -U $AMQP_URI publish \
  --rpc --rpctimeout 3000 \
  --routing-key some.key \
  --content-type application/json \
  -file /tmp/stuff.json

headers

  • adding a content-type header (or possibly other arbitrary headers)
  • auto-detcting content-type from file extension is nice but not essential
carlhoerberg added a commit that referenced this issue Mar 22, 2024
Such as content_type, content_encoding etc.

Fixes #13
carlhoerberg added a commit that referenced this issue Mar 22, 2024
Such as content_type, content_encoding etc.

Fixes #13
carlhoerberg added a commit that referenced this issue Apr 17, 2024
Such as content_type, content_encoding etc.

Fixes #13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant