public interface QueueCreator
| Modifier and Type | Method and Description |
|---|---|
boolean |
create(org.apache.activemq.artemis.api.core.SimpleString address)
You should return true if you even tried to create the queue and the queue was already there.
|
boolean create(org.apache.activemq.artemis.api.core.SimpleString address)
throws Exception
ExceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.