You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by jbertram <gi...@git.apache.org> on 2017/03/25 17:37:30 UTC

[GitHub] activemq-artemis issue #1133: ARTEMIS-1068 JMS + AMQP routing

Github user jbertram commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1133
  
    It looks to me like org.objectweb.jtests.jms.conform.topic.TemporaryTopicTest.testTemporaryTopic is failing because the queue for the temporary topic subscription is being created with ANYCAST rather than MULTICAST.  My changed exposed this flaw because the message is being routed properly (i.e. as MULTICAST) which means it's not going into the topic subscription.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---