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 Details

    • CompositeQueueFactory

      public CompositeQueueFactory(SwiftletContext ctx)
  • Method Details

    • registerUsage

      public boolean registerUsage()
      Specified by:
      registerUsage in interface com.swiftmq.swiftlet.queue.QueueFactory
    • createQueue

      public com.swiftmq.swiftlet.queue.AbstractQueue createQueue(String queueName, com.swiftmq.mgmt.Entity compositeQueueEntity)
      Specified by:
      createQueue in interface com.swiftmq.swiftlet.queue.QueueFactory