[
https://issues.apache.org/jira/browse/ARTEMIS-4715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834944#comment-17834944
]
Otavio Rodolfo Piske commented on ARTEMIS-4715:
-----------------------------------------------
The problem can be reproduced by downloading the latest upstream code from
github/apache/camel and running the following:
1. Build camel (the code hasn't been deployed to ASF Snapshots yet, but this
step can be ignored after April 9th):
{noformat}
mvn -Dquickly clean install {noformat}
2. Go the camel-activemq directory:
{noformat}
cd components/camel-activemq{noformat}
3. Run the test:
{noformat}
mvn
-Dartemis.container=quay.io/artemiscloud/activemq-artemis-broker:artemis.2.33.0
-Dit.test=ActiveMQRouteIT#testPrefixWildcard verify{noformat}
> Consuming from wildcard queues stopped working with 2.33.0
> ----------------------------------------------------------
>
> Key: ARTEMIS-4715
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4715
> Project: ActiveMQ Artemis
> Issue Type: Task
> Affects Versions: 2.33.0
> Reporter: Otavio Rodolfo Piske
> Priority: Major
> Attachments: camel-activemq-test-artemis-2.32.log,
> camel-activemq-test-artemis-2.33.log
>
>
> One of our
> [tests|https://github.com/apache/camel/blob/main/components/camel-activemq/src/test/java/org/apache/camel/component/activemq/ActiveMQRouteIT.java#L66-L71]
> that [consumes data from a wildcard
> queue|https://github.com/apache/camel/blob/main/components/camel-activemq/src/test/java/org/apache/camel/component/activemq/ActiveMQRouteIT.java#L111-L113]
> has stopped working after migrating to Artemis 2.33.0.
>
> This test works without problems when using Artemis 2.32.0. I attached the
> logs from executing the test with 2.32 and 2.33.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)