Skip to content

Enhancement - support Stomp WS message in the viewer #31

@SylvainNapoleon

Description

@SylvainNapoleon

Hello

Stomp WS is used in spring application
https://spring.io/guides/gs/messaging-stomp-websocket

It would be nice to support Stomp message since it's a little bit different than a simple JSON message
for exemple :
a["MESSAGE\ndestination:/topic/taskExecution\ncontent-type:application/json\nsubscription:Task_Execution_Updates\nmessage-id:gqosafjq-27713\ncontent-length:265\n\n{\"subChannel\":\"TASK_LATE_OR_ALERT_COUNT\",\"messageFor\":null,\"deletedID\":null,\"taskList\":null,\"task\":null,\"taskListExecution\":null,\"taskExecution\":null,\"taskDueOverDTO\":{\"forDate\":\"2025-10-01\",\"atTime\":\"10:35:00\",\"due_size\":0,\"over_due_size\":0,\"due\":[],\"overDue\":[]}}\u0000"]

length:265 is almost the JSON size without '' 266

Message structure should be

a["MESSAGE
destination:<DESTIONATION>
content-type:application/json
subscription:<SUBSCRIPTION_NAME>
message-id:gqosafjq-27713
content-length:265
<JSON>
\u0000"]

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions