You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/01/15 14:10:00 UTC

[jira] [Work logged] (ARTEMIS-2229) Qpid jms consumer cannot receive from multicast queue using FQQN

     [ https://issues.apache.org/jira/browse/ARTEMIS-2229?focusedWorklogId=185273&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-185273 ]

ASF GitHub Bot logged work on ARTEMIS-2229:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Jan/19 14:09
            Start Date: 15/Jan/19 14:09
    Worklog Time Spent: 10m 
      Work Description: gaohoward commented on pull request #2499: ARTEMIS-2229 Qpid jms consumer cannot receive from multicast queue using FQQN
URL: https://github.com/apache/activemq-artemis/pull/2499
 
 
   
   If a client sends a message to a multicast address and 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:
   
   Address xxxx is not configured for queue support
   [condition = amqp:illegal-state]
   
   It should be able to receive the message without any error.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 185273)
            Time Spent: 10m
    Remaining Estimate: 0h

> 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: 10m
>  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)