Class CompositeQueueFactory
java.lang.Object
com.swiftmq.impl.queue.standard.composite.CompositeQueueFactory
- All Implemented Interfaces:
com.swiftmq.swiftlet.queue.QueueFactory
public class CompositeQueueFactory
extends Object
implements com.swiftmq.swiftlet.queue.QueueFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.swiftmq.swiftlet.queue.AbstractQueuecreateQueue(String queueName, com.swiftmq.mgmt.Entity compositeQueueEntity) boolean
-
Constructor Details
-
CompositeQueueFactory
-
-
Method Details
-
registerUsage
public boolean registerUsage()- Specified by:
registerUsagein interfacecom.swiftmq.swiftlet.queue.QueueFactory
-
createQueue
public com.swiftmq.swiftlet.queue.AbstractQueue createQueue(String queueName, com.swiftmq.mgmt.Entity compositeQueueEntity) - Specified by:
createQueuein interfacecom.swiftmq.swiftlet.queue.QueueFactory
-