Class MessageQueueFactoryImpl
java.lang.Object
com.swiftmq.impl.queue.standard.queue.MessageQueueFactoryImpl
- All Implemented Interfaces:
MessageQueueFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateMessageQueue
(SwiftletContext ctx, String localQueueName, Cache cache, PersistentStore pStore, NonPersistentStore nStore, long cleanUpDelay)
-
Constructor Details
-
MessageQueueFactoryImpl
public MessageQueueFactoryImpl()
-
-
Method Details
-
createMessageQueue
public MessageQueue createMessageQueue(SwiftletContext ctx, String localQueueName, Cache cache, PersistentStore pStore, NonPersistentStore nStore, long cleanUpDelay) - Specified by:
createMessageQueue
in interfaceMessageQueueFactory
-