mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
REPO-3176: Initial copy of community pages from architecture map and collapsed index page
This commit is contained in:
11
docs/messaging/queue/resource/component/message-format.puml
Normal file
11
docs/messaging/queue/resource/component/message-format.puml
Normal file
@@ -0,0 +1,11 @@
|
||||
@startuml
|
||||
|
||||
entity "Object" as O
|
||||
|
||||
frame "AMQP Message" as M {
|
||||
frame header as H
|
||||
frame "body (JSON)" as B
|
||||
}
|
||||
|
||||
O <.--.> B
|
||||
@enduml
|
Reference in New Issue
Block a user