[ 
https://issues.apache.org/jira/browse/ARTEMIS-2323?focusedWorklogId=239438&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-239438
 ]

ASF GitHub Bot logged work on ARTEMIS-2323:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 08/May/19 19:49
            Start Date: 08/May/19 19:49
    Worklog Time Spent: 10m 
      Work Description: asfgit commented on pull request #2647: ARTEMIS-2323 
NettyTransport should also send requests with void promises
URL: https://github.com/apache/activemq-artemis/pull/2647
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 239438)
    Time Spent: 2h 10m  (was: 2h)

> 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: 2h 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)

Reply via email to