mirror of https://github.com/apache/activemq.git
use potentially shorter container name for the topic subscriber references
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@572974 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ec2cfc5fd0
commit
0d0dd4587d
|
@ -109,7 +109,7 @@ public class KahaTopicReferenceStore extends KahaReferenceStore implements Topic
|
|||
}
|
||||
|
||||
protected ListContainer addSubscriberMessageContainer(String key) throws IOException {
|
||||
ListContainer container = store.getListContainer(destination, "TSR-" + key);
|
||||
ListContainer container = store.getListContainer(key, "TSR-" + destination);
|
||||
Marshaller marshaller = new ConsumerMessageRefMarshaller();
|
||||
container.setMarshaller(marshaller);
|
||||
TopicSubContainer tsc = new TopicSubContainer(container);
|
||||
|
|
Loading…
Reference in New Issue