Uses of Class
com.swiftmq.impl.streams.comp.io.TempQueue
-
Uses of TempQueue in com.swiftmq.impl.streams
Modifier and TypeMethodDescriptionStream.addTempQueue
(String name, TempQueue tempQueue) Internal use onlyStream.getTempQueues()
Internal use onlyReturns the TempQueue with the given name.Returns a new TempQueueModifier and TypeMethodDescriptionStream.addTempQueue
(String name, TempQueue tempQueue) Internal use onlyReturns the Input for this TempQueue.Returns a new InputBuilderStream.removeTempQueue
(TempQueue tempQueue) Internal use only -
Uses of TempQueue in com.swiftmq.impl.streams.comp.io
Modifier and TypeMethodDescriptionTempQueue.registerJNDI()
Registers a TemporaryQueue under TempQueue.name() in JNDI so that JMS clients can look it up and can send Messages to it.TempQueue.registerJNDI
(String name) Registers a TemporaryQueue under the given name in JNDI so that JMS clients can look it up and can send Messages to it.