Justin Bertram created ARTEMIS-2607:
---------------------------------------
Summary: Interceptor returns false but processing continues
Key: ARTEMIS-2607
URL: https://issues.apache.org/jira/browse/ARTEMIS-2607
Project: ActiveMQ Artemis
Issue Type: Improvement
Affects Versions: 2.11.0
Reporter: Justin Bertram
Assignee: Justin Bertram
When an interceptor for AMQP, STOMP, or MQTT returns {{false}} the broker
continues to process the packet. This contradicts [the
documentation|http://activemq.apache.org/components/artemis/documentation/latest/intercepting-operations.html]
which states:
bq. if {{false}} is returned, the process is aborted, no other interceptors
will be called and the packet will not be processed further by the server.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)