How to send JSON payload to RabbitMQ using the web plugin?
问题 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 kombu queue package, the message is read on the other end as a dictionary. However, when I send the message using the web console: I get the following error on the receiving end: operation_id = payload['operationId'] TypeError: string indices must be integers I have tried adding a content-type header and property, with no success. Since the