On 07/15/2015 08:51 PM, plsph wrote:
it was typo during rewrite. broker settings are fine. i don't know what the consumer is. i only got producer and broker. it's hard to argue with statement that it should work. i've used qpid-proton writen in c and i was able to send messages to jms transformer and they were recieved as text messages. now, using the same infrastructure and qpid-cpp i always get bytes message, none of above examples crafted text message.
Could you get a protocol trace from the client (or indeed the broker or a tcpdump)? On the client setting the environment variable is a simple way of doing this, e.g. QPID_LOG_ENABLE=trace+:Protocol
That will show exactly what is being sent which will show which side the problem is on.