Description
When stress testing Artemis (latest snapshot) using STOMP, I sometimes see subscription creation errors (AMQ339016). This is not reproducible so this is probably a concurrency issue.
The STOMP client receives an ERROR frame that contains in its message header:
AMQ339016 Error creating subscription xyz
and in its body:
AMQ119017: Queue abc does not exist.
Also, this error is only sent to the client and not logged by the broker. IMHO, every time the broker reports a fatal client error (i.e. STOMP ERROR frame) it should also log this as a warning on its side. Let me know if this is specific to this case or if I should log a separate Jira issue to track this.
Attachments
Attachments
Issue Links
- is related to
-
ARTEMIS-1903 Log STOMP ERROR frames at WARN on the broker
- Closed
- links to