[
https://issues.apache.org/jira/browse/ARTEMIS-1576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16313901#comment-16313901
]
ASF GitHub Bot commented on ARTEMIS-1576:
-----------------------------------------
GitHub user jbertram opened a pull request:
https://github.com/apache/activemq-artemis/pull/1754
ARTEMIS-1576 couple more tests for good measure
I wrote these when investigating ARTEMIS-1582 not realizing I'd already
fixed the issue. I don't see any reason I should throw them away so sending a
PR with them now.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-1576
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1754.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1754
----
commit 5c9bc4fbe7abb6615cc86ddc8a54cfb1512a8d7c
Author: Justin Bertram <jbertram@...>
Date: 2018-01-05T21:15:33Z
ARTEMIS-1576 couple more tests for good measure
----
> Anonymous producer with AMQP auto-creates address with wrong routing-type
> -------------------------------------------------------------------------
>
> Key: ARTEMIS-1576
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1576
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: AMQP
> Affects Versions: 2.4.0
> Reporter: Johan Stenberg
> Assignee: Justin Bertram
> Fix For: 2.5.0
>
> Attachments: ArtemisTest.java, pom.xml
>
>
> When publishing a message to an autocreated multicast address where no
> consumer is subscribed to yet, an anycast address is created. Resulting in
> "Address XYZ is not configured for topic support"
> I tested this with the latest QPID JMS Client 0.2.8 and the latest Artemis
> 2.5.0-SNAPSHOT.
> I attached a test class that reproduces the issue.
> {noformat}
> Exception in thread "main" javax.jms.JMSRuntimeException: Address
> topics.myTopic is not configured for topic support [condition =
> amqp:illegal-state]
> at
> org.apache.qpid.jms.exceptions.JmsExceptionSupport.createRuntimeException(JmsExceptionSupport.java:207)
> at org.apache.qpid.jms.JmsContext.createConsumer(JmsContext.java:314)
> at ArtemisTest.main(ArtemisTest.java:93)
> Caused by: javax.jms.JMSException: Address topics.myTopic is not configured
> for topic support [condition = amqp:illegal-state]
> at
> org.apache.qpid.jms.provider.amqp.AmqpSupport.convertToException(AmqpSupport.java:164)
> at
> org.apache.qpid.jms.provider.amqp.AmqpSupport.convertToException(AmqpSupport.java:117)
> at
> org.apache.qpid.jms.provider.amqp.builders.AmqpResourceBuilder.handleClosed(AmqpResourceBuilder.java:185)
> at
> org.apache.qpid.jms.provider.amqp.builders.AmqpResourceBuilder.processRemoteClose(AmqpResourceBuilder.java:129)
> at
> org.apache.qpid.jms.provider.amqp.AmqpProvider.processUpdates(AmqpProvider.java:906)
> at
> org.apache.qpid.jms.provider.amqp.AmqpProvider.access$1800(AmqpProvider.java:102)
> at
> org.apache.qpid.jms.provider.amqp.AmqpProvider$17.run(AmqpProvider.java:792)
> at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
> at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)