[rabbitmq-discuss] Improving our documentation

Rob Harrop rob at rabbitmq.com
Tue Nov 23 10:07:59 GMT 2010


On Mon, 22 Nov 2010 22:30:06 +0100, Jiri Krutil <jiri at krutil.com> wrote:
> Michael,
> 
> I think it looks much better now.
> 
> Btw, I guess the finally block in Recv won't get executed unless an 
> exception is thrown -- that means no clean shutdown is possible. But I 
> guess that's OK for a hello-world app.

The finally block _always_ gets executed, whether the is an exception or
not, so you get both clean shutdown, and shutdown in the case of an
exception.

> 
> Regards
> Jiri
> 
>> Jiri, thanks for your comments --
>>
>> How's http://github.com/rabbitmq/rabbitmq-tutorials/tree/master/java 
>> now?  I'll update the tutorial text too.
>>

Rob



More information about the rabbitmq-discuss mailing list