How to send JSON payload to RabbitMQ using the web plugin?

前端 未结 2 1319
面向向阳花
面向向阳花 2021-02-07 10:06

I have a RabbitMQ 3.4.2 instance with a web management plugin installed.

When I push to the message {\'operationId\': 194} to the queue using Python\'s komb

2条回答
  •  庸人自扰
    2021-02-07 10:43

    I had to use content_type instead of content-type (an underscore instead of a hyphen).

    This is a pretty questionable design decision, because the standard everybody knows is content-type.

提交回复
热议问题