Uploaded image for project: 'AMQ Broker'
  1. AMQ Broker
  2. ENTMQBR-685

'global' shared (no JMS ClientID) AMQP subscriptions don't work correctly and Core+AMQP clients dont share the same subscription

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • None

      createSharedConsumer (a JMS2.0 features) behaves differently between artemis-jms-client and qpid-jms-client.

      qpid-jms-client sharedconsumer doesn't work. I created 2 consumer with the same clientid, and qpid-jms-client both consume the topic instead of just one of them.

      See the attached example:
      It shows
      body = this is a String!
      body = this is a String!
      body = this is a second String!
      body = this is a second String!

      where I expect
      body = this is a String!
      body = this is a second String!

      However, looking at https://issues.apache.org/jira/browse/QPIDJMS-220, which suggests that should be fixed. But the behavior is consistent with community Artemis 2.1.

            mtaylor1@redhat.com Martyn Taylor (Inactive)
            rhn-support-whui Roger Hui
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: