[rabbitmq-discuss] I think the Java tutorial has an error
Kevin Meek
kam5fcc at gmail.com
Mon Oct 21 21:21:58 BST 2013
The first Java tutorial has
String message = "Hello World!";
channel.basicPublish("", QUEUE_NAME, null, message.getBytes());
where I believe the first parameter should be the message String itself. No?
Kevin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20131021/31e61088/attachment.htm>
More information about the rabbitmq-discuss
mailing list