-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
https://maven.repository.redhat.com/ga/org/apache/activemq/artemis-pom/2.0.0.amq-700005-redhat-1/artemis-pom-2.0.0.amq-700005-redhat-1.pom
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-jms-client</artifactId>
<qpid.jms.version>0.21.0</qpid.jms.version>
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.
- duplicates
-
ARTEMIS-1205 Loading...