it still gives BytesMessage
 probably, the problem is with: 

If the transformer is set to 'jms', the they type of JMS message will depend
on the body type of the AMQP message.

Body Type                              JMS Message Type
null                                           Message
Data                                            BytesMessage
AmqpSequence                        StreamMessage
AmqpValue holding a null               Message
AmqpValue holding a String         TextMessage
AmqpValue holding a binary         BytesMessage
AmqpValue holding a list           StreamMessage
AmqpValue                            ObjectMessage

so how to craft amqpvalue ?



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/qpid-cpp-text-message-tp4698876p4699235.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Reply via email to