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 2021/02/23 15:35:00 UTC

[jira] [Work logged] (ARTEMIS-2802) Federation not working when clients connect using OpenWire protocol

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

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

                Author: ASF GitHub Bot
            Created on: 23/Feb/21 15:34
            Start Date: 23/Feb/21 15:34
    Worklog Time Spent: 10m 
      Work Description: jbertram commented on pull request #3465:
URL: https://github.com/apache/activemq-artemis/pull/3465#issuecomment-784288442


   Nice catch, @cshannon. Any chance you could add a test to avoid potential regressions in the future?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 556404)
    Remaining Estimate: 0h
            Time Spent: 10m

> Federation not working when clients connect using OpenWire protocol
> -------------------------------------------------------------------
>
>                 Key: ARTEMIS-2802
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2802
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: OpenWire
>    Affects Versions: 2.13.0
>            Reporter: jerhat
>            Assignee: Christopher L. Shannon
>            Priority: Minor
>         Attachments: FederatedQueueTest.java, FederatedTestBase.java
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Reproducible by switching from:
>  
> {code:java}
> import org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory;{code}
>  
> to:
> {code:java}
> import org.apache.activemq.ActiveMQConnectionFactory;{code}
>  
> and adding dependency:
> {code:java}
> <dependency>
>   <groupId>org.apache.activemq</groupId>
>   <artifactId>activemq-client</artifactId>
>   <version>${activemq5-version}</version>
> </dependency>{code}
> to *federated-queue* example.
> Test will fail, below error is logged:
> {{ERROR [org.apache.activemq.artemis.core.server] AMQ224006: Invalid filter: hyphenated_props:federation-name IS NOT NULL}}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)