Github user clebertsuconic commented on the pull request:
https://github.com/apache/activemq-artemis/pull/509#issuecomment-217200417
there's still an issue...
if you run
```
./artemis producer
...
./artemis.consumer
```
you will see this exception a lot of times...
```
12:20:57,262 ERROR [org.apache.activemq.artemis.core.server] AMQ224065:
Failed to remove auto-created queue jms.queue.TEST:
ActiveMQNonExistentQueueException[errorType=QUEUE_DOES_NOT_EXIST
message=AMQ119017: Queue jms.queue.jms.queue.TEST does not exist]
at
org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.destroyQueue(ActiveMQServerImpl.java:1476)
[artemis-server-1.3.0-SNAPSHOT.jar:1.3.0-SNAPSHOT]
at
org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl.destroyQueue(JMSServerManagerImpl.java:768)
[artemis-jms-server-1.3.0-SNAPSHOT.jar:1.3.0-SNAPSHOT]
at
org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl$JMSQueueDeleter.delete(JMSServerManagerImpl.java:1643)
[artemis-jms-server-1.3.0-SNAPSHOT.jar:1.3.0-SNAPSHOT]
at
org.apache.activemq.artemis.core.server.impl.AutoCreatedQueueManagerImpl$1.run(AutoCreatedQueueManagerImpl.java:49)
[artemis-server-1.3.0-SNAPSHOT.jar:1.3.0-SNAPSHOT]
at
org.apache.activemq.artemis.utils.ReferenceCounterUtil.decrement(ReferenceCounterUtil.java:55)
[artemis-commons-1.3.0-SNAPSHOT.jar:1.3.0-SNAPSHOT]
at
org.apache.activemq.artemis.core.server.impl.AutoCreatedQueueManagerImpl.decrement(AutoCreatedQueueManagerImpl.java:76)
[artemis-server-1.3.0-SNAPSHOT.jar:1.3.0-SNAPSHOT]
at
org.apache.activemq.artemis.core.server.impl.QueueImpl.removeConsumer(QueueImpl.java:768)
[artemis-server-1.3.0-SNAPSHOT.jar:1.3.0-SNAPSHOT]
at
org.apache.activemq.artemis.core.server.impl.ServerConsumerImpl.removeItself(ServerConsumerImpl.java:500)
[artemis-server-1.3.0-SNAPSHOT.jar:1.3.0-SNAPSHOT]
at
org.apache.activemq.artemis.core.server.impl.ServerConsumerImpl.close(ServerConsumerImpl.java:446)
[artemis-server-1.3.0-SNAPSHOT.jar:1.3.0-SNAPSHOT]
at
org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.closeConsumer(ServerSessionImpl.java:1174)
[artemis-server-1.3.0-SNAPSHOT.jar:1.3.0-SNAPSHOT]
at
org.apache.activemq.artemis.core.protocol.core.ServerSessionPacketHandler.handlePacket(ServerSessionPacketHandler.java:419)
[artemis-server-1.3.0-SNAPSHOT.jar:1.3.0-SNAPSHOT]
at
org.apache.activemq.artemis.core.protocol.core.impl.ChannelImpl.handlePacket(ChannelImpl.java:628)
[artemis-core-client-1.3.0-SNAPSHOT.jar:1.3.0-SNAPSHOT]
at
org.apache.activemq.artemis.core.protocol.core.impl.RemotingConnectionImpl.doBufferReceived(RemotingConnectionImpl.java:368)
[artemis-core-client-1.3.0-SNAPSHOT.jar:1.3.0-SNAPSHOT]
at
org.apache.activemq.artemis.core.protocol.core.impl.RemotingConnectionImpl.bufferReceived(RemotingConnectionImpl.java:350)
[artemis-core-client-1.3.0-SNAPSHOT.jar:1.3.0-SNAPSHOT]
at
org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$DelegatingBufferHandler.bufferReceived(RemotingServiceImpl.java:607)
[artemis-server-1.3.0-SNAPSHOT.jar:1.3.0-SNAPSHOT]
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---