You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Display session and link details on the connection page in the Management UI.
Example query:
```
curl -u guest:guest 'http://localhost:15672/api/connections/%5B%3A%3A1%5D%3A49564%20-%3E%20%5B%3A%3A1%5D%3A5672/sessions' | jq .
```
'Name of the client application as sent from client to RabbitMQ in the "container-id" field of the AMQP 1.0 <a target="_blank" href="https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-transport-v1.0-os.html#type-open">open</a> frame.'
594
+
'Name of the client application as sent from client to RabbitMQ in the "container-id" field of the AMQP 1.0 <a target="_blank" href="https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-transport-v1.0-os.html#type-open">open</a> frame.',
595
+
596
+
'incoming-links':
597
+
'<a target="_blank" href="https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-transport-v1.0-os.html#section-links">Links</a> where the client is the sender/publisher and RabbitMQ is the receiver of messages.',
598
+
599
+
'outgoing-links':
600
+
'<a target="_blank" href="https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-transport-v1.0-os.html#section-links">Links</a> where the client is the receiver/consumer and RabbitMQ is the sender of messages.',
601
+
602
+
'target-address':
603
+
'The "address" field of the link <a target="_blank" href="https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-target">target</a>.',
604
+
605
+
'source-address':
606
+
'The "address" field of the link <a target="_blank" href="https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-source">source</a>.',
607
+
608
+
'amqp-source-queue':
609
+
'The client receives messages from this queue.',
610
+
611
+
'amqp-unconfirmed-messages':
612
+
'Number of messages that have been sent to queues but have not been confirmed by all queues.',
0 commit comments