[jboss-jira] [JBoss JIRA] (WFLY-13581) The multicast queue stats are not correct
Emmanuel Hugonnet (Jira)
issues at jboss.org
Wed Jun 10 03:28:26 EDT 2020
[ https://issues.redhat.com/browse/WFLY-13581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14147534#comment-14147534 ]
Emmanuel Hugonnet commented on WFLY-13581:
------------------------------------------
The issue is that we create the queue asdsociated with the topic instead of just creating the address.
> The multicast queue stats are not correct
> -------------------------------------------
>
> Key: WFLY-13581
> URL: https://issues.redhat.com/browse/WFLY-13581
> Project: WildFly
> Issue Type: Bug
> Reporter: Emmanuel Hugonnet
> Assignee: Emmanuel Hugonnet
> Priority: Major
>
> I am using EAP 7.3 to connect to the external AMQ 7.6, I am using MDB to consume messages from a topic: jms.topic.HelloWorldMDBTopic, I found there is an additional multicast queue was created.
> eg:
> The topic which works should be this one.
> {code}
> |d9684721-79ff-48d1-949f-310253f26dcc|jms.topic.HelloWorldMDBTopic|15 |0 |10 |0 |10 |0 |MULTICAST |
> {code}
> but I found another multicast queue was created too and there are messages there, not being consumed by the MDB. This will leave the AMQ in a danger state.
> {code}
> |jms.topic.HelloWorldMDBTopic|jms.topic.HelloWorldMDBTopic|0 |10 |10 |0 |0 |0 |MULTICAST |
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list