Class ActiveMQMessageTransformation
- Namespace
- Apache.NMS.ActiveMQ.Util
- Assembly
- Apache.NMS.ActiveMQ.dll
public class ActiveMQMessageTransformation : MessageTransformation
- Inheritance
-
ActiveMQMessageTransformation
Constructors
public ActiveMQMessageTransformation(Connection connection)
Parameters
connection
Connection
Methods
protected override IBytesMessage DoCreateBytesMessage()
Returns
- IBytesMessage
protected override IMapMessage DoCreateMapMessage()
Returns
- IMapMessage
protected override IMessage DoCreateMessage()
Returns
- IMessage
protected override IObjectMessage DoCreateObjectMessage()
Returns
- IObjectMessage
protected override IStreamMessage DoCreateStreamMessage()
Returns
- IStreamMessage
DoCreateTextMessage()
protected override ITextMessage DoCreateTextMessage()
Returns
- ITextMessage
DoPostProcessMessage(IMessage)
protected override void DoPostProcessMessage(IMessage message)
Parameters
message
IMessage
protected override IDestination DoTransformDestination(IDestination destination)
Parameters
destination
IDestination
Returns
- IDestination