Skip to content

Add native image support for WebSocket STOMP messaging #28754

Closed
@mhalbritter

Description

@mhalbritter

The native sample websocket-stomp works with AOT mode, but not in native image.

I identified at least two problems:

  • The return and parameter values from GreetingController are not registered in reflect-config.json
  • Even if I manually add runtime hints, the handler methods are not called when a STOMP message arrives at the server

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)theme: aotAn issue related to Ahead-of-time processingtype: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions