9.5.2.10 SubscribeOk UDR
The SubscribeOk
UDR is sent out from the AMQP agent to acknowledge the subscription.
The following fields are included in the SubscribeOk
UDR:
Field | Description |
---|---|
isSubscribed (string) | This field reflects the value of the passive field in the Subscribe UDR. For instance, if passive is set to true isSubscribe will be set to false . |
queueName (string) | This field contains the queue name in string format. |
tagName (string) | This field contains the tag name in string format . |