GitHub user gaohoward opened a pull request:
https://github.com/apache/activemq-artemis/pull/1350
ARTEMIS-1240 Disconnect at client side on decoding error
When a broken packet arrives at client side it causes decoding error.
Currently artemis doesn't handle it properly. It should catch such
errors and disconnect the underlying connection, logging a proper
warning message
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gaohoward/activemq-artemis
master_invalid_type_client
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1350.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1350
----
commit 10041039cc3aa635f7d752c785fbdaf33d1530ba
Author: Howard Gao <[email protected]>
Date: 2017-06-20T00:13:16Z
ARTEMIS-1240 Disconnect at client side on decoding error
When a broken packet arrives at client side it causes decoding error.
Currently artemis doesn't handle it properly. It should catch such
errors and disconnect the underlying connection, logging a proper
warning message
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---