mirror of https://github.com/apache/activemq.git
Don't use default container name for loader test
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@632963 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
18e1a6bfc1
commit
b67f61df98
|
@ -52,7 +52,7 @@ class Loader extends Thread {
|
|||
start.await();
|
||||
Marshaller<String> keyMarshaller = new StringMarshaller();
|
||||
Marshaller<Object> valueMarshaller = new BytesMarshaller();
|
||||
MapContainer<String, Object> container = store.getMapContainer(name, Store.DEFAULT_CONTAINER_NAME, true);
|
||||
MapContainer<String, Object> container = store.getMapContainer(name, store.getDefaultContainerName(), true);
|
||||
|
||||
container.setKeyMarshaller(keyMarshaller);
|
||||
container.setValueMarshaller(valueMarshaller);
|
||||
|
|
Loading…
Reference in New Issue