-
Bug
-
Resolution: Done
-
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.
- duplicates
-
ARTEMIS-1205 Loading...