]
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}