[rabbitmq-discuss] Python to Java

Emile Joubert emile at rabbitmq.com
Fri Feb 15 09:37:51 GMT 2013


Hi,


On 15/02/13 03:41, Andrew Rubalcaba wrote:
> I get something like [B at 3909ea96 

You are probably calling toString() on a byte array instead of
converting it to a string. You should perform the conversion using the
same encoding that the publisher used. The publisher can store this in
the content-encoding message property.


-Emile


More information about the rabbitmq-discuss mailing list