[jboss-jira] [JBoss JIRA] (WFLY-12304) Upgrade Apache Artemis from 2.9.0 to 2.10.0

Clebert Suconic (Jira) issues at jboss.org
Wed Sep 4 17:48:00 EDT 2019


    [ https://issues.jboss.org/browse/WFLY-12304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13779459#comment-13779459 ] 

Clebert Suconic commented on WFLY-12304:
----------------------------------------

I believe the issue is on the netty-http-bridge.

Artemis is using this API now to transfer file, making the transfer zero-copy:

A ChunkedFile will be sent downstream on netty on these two events:

https://github.com/apache/activemq-artemis/blob/0106329816a4ea8cc641ebceed215169adf25da2/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyConnection.java#L428

https://github.com/apache/activemq-artemis/blob/0106329816a4ea8cc641ebceed215169adf25da2/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyConnection.java#L363


And apparently the netty-http-bridge does not know how to handle such object.


Is it possible to update the Netty-http-bridge to accept such events.

> Upgrade Apache Artemis from 2.9.0 to 2.10.0
> -------------------------------------------
>
>                 Key: WFLY-12304
>                 URL: https://issues.jboss.org/browse/WFLY-12304
>             Project: WildFly
>          Issue Type: Component Upgrade
>          Components: JMS
>            Reporter: Martin Stefanko
>            Assignee: Emmanuel Hugonnet
>            Priority: Blocker
>              Labels: blocker-WF18, downstream_dependency
>
> Upgrade Apache Artemis from 2.9.0.Final to 2.10.0.Final.
> Due to HA issue with Apache Artemis 2.10.0 this may not be the final version upgrade



--
This message was sent by Atlassian Jira
(v7.13.5#713005)


More information about the jboss-jira mailing list