Имя | Описание |
---|---|
SimpleMessageConverter | A simple message converter that can handle ITextMessages, IBytesMessages, IMapMessages, and IObjectMessages. Used as default by NmsTemplate, for ConvertAndSend and ReceiveAndConvert operations. Converts a String to a NMS ITextMessage, a byte array to a NMS IBytesMessage, a Map to a NMS IMapMessage, and a Serializable object to a NMS IObjectMessage (or vice versa). |
TypeMapperTests | |
XmlMessageConverter | Convert an object via XML serialization for sending via an ITextMessage |