-
Notifications
You must be signed in to change notification settings - Fork 24
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
Log the topic / queue / destination being used #164
Comments
Did stomp.py log more info related to the destination? I seem to remember that there used to be that sort of info. |
🤷 |
Ah, yes. With STOMP you'd get the additional lines I've bolded below in the receiver:
And in the sender:
These are probably generated by the STOMP callback handlers and we don't have an equivalent for AMS. |
@apel/code-reviewers please see updated PR #177 :) |
Would be useful in debugging "Topic doesn't exist" errors like the one below, we could skip the step of asking to see the sender config.
Probably also useful to log in a receiver as well.
SSM 3.2.0 sender log.
The text was updated successfully, but these errors were encountered: