Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide the full ERROR frame body as message in StompErrorFrameReceived #580

Closed
joffrey-bion opened this issue Oct 6, 2024 · 0 comments
Closed
Labels
enhancement New feature or request

Comments

@joffrey-bion
Copy link
Owner

At the moment, the message of the StompErrorFrameReceived exception only contains the message header from the ERROR frame.
This is often not sufficient to resolve the issue.

For example, users can get a Bad CONNECT message when connecting at the STOMP level. The body of the frame would add the following information, which is really useful:

Virtual host 'aroundgame.ru' access denied

Appending the body of the ERROR frame to the exception message would go a long way in helping debugging issues.

@joffrey-bion joffrey-bion added the enhancement New feature or request label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant