[
https://issues.apache.org/jira/browse/ARTEMIS-2241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16755827#comment-16755827
]
ASF subversion and git services commented on ARTEMIS-2241:
----------------------------------------------------------
Commit b76f0061f8ec15a8d46c2a8244a5f18eade11fb2 in activemq-artemis's branch
refs/heads/master from Michael André Pearce
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=b76f006 ]
ARTEMIS-2241 Support direct deliver for InVMAcceptors
Push isDirectDeliver method from netty impl, to the Connection interface
Add support to InVMConnection for isDirectDeliver flag and ability to set via
config, defaulting to false, to keep current default behavior.
Extend DirectDeliverTest to check InVM as well.
> Support direct deliver for InVMAcceptors
> ----------------------------------------
>
> Key: ARTEMIS-2241
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2241
> Project: ActiveMQ Artemis
> Issue Type: New Feature
> Reporter: Michael Andre Pearce
> Assignee: Michael Andre Pearce
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Currently inVM connections do not support direct delivery, as like with netty
> if a consumer supports direct, and there is no queue depth we can reduce
> end2end latency by directly delivering the message instead of relying on
> async threads.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)