You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Francesco Nigro (JIRA)" <ji...@apache.org> on 2019/04/26 12:00:06 UTC

[jira] [Updated] (ARTEMIS-2323) NettyTransport should also send requests with void promises

     [ https://issues.apache.org/jira/browse/ARTEMIS-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francesco Nigro updated ARTEMIS-2323:
-------------------------------------
    Summary: NettyTransport should also send requests with void promises  (was: NettyTransport should allow to send requests with void promises)

> NettyTransport should also send requests with void promises
> -----------------------------------------------------------
>
>                 Key: ARTEMIS-2323
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2323
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: AMQP, STOMP
>    Affects Versions: 2.8.0
>            Reporter: Francesco Nigro
>            Assignee: Justin Bertram
>            Priority: Minor
>             Fix For: 2.8.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> AmqpConnection is using NettyTransport::send without making use of ChannelFuture 
> return type, but NettyTcpTransport/NettyWSTransport always allocate a new ChannelPromise
> on each call.
> If such ChannelFuture isn't needed (like STOMP does) it would be better to avoid the ChannelPromise instantiation and enhance the API with a proper method.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)