Package com.swiftmq.impl.streams.comp.io
Class QueueOutput
- java.lang.Object
-
- com.swiftmq.impl.streams.comp.io.Output
-
- com.swiftmq.impl.streams.comp.io.QueueOutput
-
public class QueueOutput extends Output
Sends Messages to a Queue.- Author:
- IIT Software GmbH, Muenster/Germany, (c) 2016, All Rights Reserved
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected QueueSender
createSender()
protected javax.jms.Destination
getDestination()
protected java.lang.String
getType()
protected void
setDestination(javax.jms.Destination destination)
-
-
-
Method Detail
-
setDestination
protected void setDestination(javax.jms.Destination destination)
- Specified by:
setDestination
in classOutput
-
createSender
protected QueueSender createSender() throws java.lang.Exception
- Specified by:
createSender
in classOutput
- Throws:
java.lang.Exception
-
getDestination
protected javax.jms.Destination getDestination() throws java.lang.Exception
- Specified by:
getDestination
in classOutput
- Throws:
java.lang.Exception
-
-