My bad, here it is.

On Tue, Aug 19, 2008 at 7:08 PM, Rob Davies <[EMAIL PROTECTED]> wrote:

> Thx! - though couldn't see the patch ?
>
>
> On 19 Aug 2008, at 22:50, Khaled Hussein wrote:
>
>  Hey guys,
>>
>> I found this bug and I reported it with the ID AMQ-1898. In fact, the fix
>> is pretty simple and I attached the patch to it. I hope this helps.
>>
>> Thanks,
>> Khaled
>>
>
>
26a27
> import javax.jms.QueueBrowser;
58c59,60
<                 Enumeration iter = getBrowser().getEnumeration();
---
> 		QueueBrowser tempBrowser = getBrowser();
>                 Enumeration iter = tempBrowser.getEnumeration();
65a68
> 		tempBrowser.close();

Reply via email to