[
https://issues.apache.org/jira/browse/ARTEMIS-2229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16787685#comment-16787685
]
Jiri Daněk commented on ARTEMIS-2229:
-------------------------------------
Given that all changes were subsequently reverted, I think the resolution of
this issue should not be CLOSED:Done but something like CLOSED:Rejected, or
such.
Also, I believe that the issue is valid. A FQQN is a _queue_, that's what the
second Q stands for. It should therefore be a JMS queue, not topic. Most
importantly, the behavior must be consistent across protocols that have JMS
clients (Openwire, Core, AMQP). AFAIK there isn't a test to ensure that.
> Qpid jms consumer cannot receive from multicast queue using FQQN
> ----------------------------------------------------------------
>
> Key: ARTEMIS-2229
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2229
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: AMQP
> Affects Versions: 2.6.3
> Reporter: Howard Gao
> Assignee: Howard Gao
> Priority: Major
> Fix For: 2.6.4
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> If a client sends a message to a multicast address configured as below:
> |{color:#000000} <address name="publish.A">{color}|
> |{color:#000000} <multicast>{color}|
> |{color:#000000} <queue name="receive.1">{color}|
> |{color:#000000} <durable>true</durable>{color}|
> |{color:#000000} </queue>{color}|
> |{color:#000000} <queue name="receive.2">{color}|
> |{color:#000000} <durable>true</durable>{color}|
> |{color:#000000} </queue>{color}|
> |{color:#000000} </multicast>{color}|
> |{color:#000000} </address> {color}|
> Using a qpid-jms client to receive the message from one of the queues using
> fully qualified queue name will fail with following error message:
> {color:#000000} Address publish.A is not configured for queue support
> [condition = amqp:illegal-state]{color}
> It should be able to receive the message without any error.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)