Github user clebertsuconic commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1621
  
    Running these tests solved the AMQP tests I was looking at...
    
    However, I now see this failure:
    
    23:30:16,181 WARN  
[org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler] 
Incorrect Routing Type for queue, expecting: MULTICAST: 
ActiveMQAMQPInternalErrorException[errorType=INTERNAL_ERROR message=Incorrect 
Routing Type for queue, expecting: MULTICAST]
            at 
org.apache.activemq.artemis.protocol.amqp.proton.ProtonServerSenderContext.close(ProtonServerSenderContext.java:529)
 [artemis-amqp-protocol-2.4.0-SNAPSHOT.jar:]
            at 
org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.onRemoteClose(AMQPConnectionContext.java:474)
 [artemis-amqp-protocol-2.4.0-SNAPSHOT.jar:]
            at 
org.apache.activemq.artemis.protocol.amqp.proton.handler.Events.dispatch(Events.java:74)
 [artemis-amqp-protocol-2.4.0-SNAPSHOT.jar:]
            at 
org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.dispatch(ProtonHandler.java:450)
 [artemis-amqp-protocol-2.4.0-SNAPSHOT.jar:]
            at 
org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:279)
 [artemis-amqp-protocol-2.4.0-SNAPSHOT.jar:]
            at 
org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.inputBuffer(ProtonHandler.java:243)
 [artemis-amqp-protocol-2.4.0-SNAPSHOT.jar:]
            at 
org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.inputBuffer(AMQPConnectionContext.java:150)
 [artemis-amqp-protocol-2.4.0-SNAPSHOT.jar:]
            at 
org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.bufferReceived(ActiveMQProtonRemotingConnection.java:141)
 [artemis-amqp-protocol-2.4.0-SNAPSHOT.jar:]
            at 
org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$DelegatingBufferHandler.bufferReceived(RemotingServiceImpl.java:642)
 [artemis-server-2.4.0-SNAPSHOT.jar:2.4.0-SNAPSHOT]
            at 
org.apache.activemq.artemis.core.remoting.impl.netty.ActiveMQChannelHandler.channelRead(ActiveMQChannelHandler.java:68)
 [artemis-core-client-2.4.0-SNAPSHOT.jar:2.4.0-SNAPSHOT]
            at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
 [netty-all-4.1.16.Final.jar:4.1.16.Final]
            at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
 [netty-all-4.1.16.Final.jar:4.1.16.Final]
            at 
io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
 [netty-all-4.1.16.Final.jar:4.1.16.Final]
            at 
io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1359)
 [netty-all-4.1.16.Final.jar:4.1.16.Final]
            at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
 [netty-all-4.1.16.Final.jar:4.1.16.Final]
            at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
 [netty-all-4.1.16.Final.jar:4.1.16.Final]
            at 
io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:935)
 [netty-all-4.1.16.Final.jar:4.1.16.Final]
            at 
io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:797)
 [netty-all-4.1.16.Final.jar:4.1.16.Final]
            at 
io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:404) 
[netty-all-4.1.16.Final.jar:4.1.16.Final]
            at 
io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:304) 
[netty-all-4.1.16.Final.jar:4.1.16.Final]
            at 
io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
 [netty-all-4.1.16.Final.jar:4.1.16.Final]
            at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_121]
    
    
    
    
    Which we need to address before merging this.
    
    
    I have a dentist appoint the next day from now though.. so i will be back 
in a couple hours.


---

Reply via email to