How to get MQTT client ID from a delivery consumed over AMQP 0-9-1 or AMQP 1.0? #9062
-
Describe the bugI use amqp listen the mqtt messgae,but the message payload not contins client id, how to get the client id by amqp? Reproduction steps
... Expected behaviorI use amqp listen the mqtt messgae,but the message payload not contins client id, how to get the client id by amqp? Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Answered by
michaelklishin
Aug 14, 2023
Replies: 1 comment 2 replies
-
There is no client ID equivalent in either AMQP 0-9-1 or AMQP 1.0, so the property is not propagated. It could be set to a header value but so far, there hasn't been a lot of demand for that. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
michaelklishin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no client ID equivalent in either AMQP 0-9-1 or AMQP 1.0, so the property is not propagated. It could be set to a header value but so far, there hasn't been a lot of demand for that.