the component that link queues to jndi).
Thanks
David Delbecq
private long current;
public MassiveInputStream(long size) {
this.size = size;
}
@Override
public int read() throws IOException {
if (current > size)
return -1;
return (int) ((current++) & 0xFF);
}
}
}
--
David Delbecq
ICT
Institut Royal Météorologique
Ext:557
smime.p7s
Description: S/MIME Cryptographic Signature
ort will try to reestablish the connection.
Cheers
--
Dejan Bosanac - http://twitter.com/dejanb
Open Source Integration - http://fusesource.com/
ActiveMQ in Action - http://www.manning.com/snyder/
Blog - http://www.nighttale.net
On Tue, Aug 3, 2010 at 4:46 PM, David Delbecq wrote:
Thanks for reply
56 AM, David Delbecq wrote:
Hello,
we are having fiability troubles with activeMQ (5.2). To get around those,
we use in consumer receive(timeout) with a timeout of 60 seconds to detect
early problems with broker. We assumed if we called receive() on a closed
connection (broker side close
erJarApp.java:352)
INFO | jvm 1| 2010/08/03 08:35:35 | at
java.lang.Thread.run(Thread.java:619)
--
David Delbecq
ICT
Institut Royal Météorologique
Ext:557
smime.p7s
Description: S/MIME Cryptographic Signature
bit clueless on this for now.
--
David Delbecq
ICT
Institut Royal Météorologique
Ext:557
smime.p7s
Description: S/MIME Cryptographic Signature
Le 15/01/10 11:50, Rob Davies a écrit :
> David - can you upgrade 5.3 ?
Not immediatly, but worth a try
>
> On 15 Jan 2010, at 10:40, David Delbecq wrote:
>
>> Le 15/01/10 11:25, Gary Tully a écrit :
>>> A thread dump of the broker jvm, when the clients are stalled,
7;ll come back with broker dump when there is a problem again. This can
be in several hours or within a few weeks. However i'll try to force a
stalling next week...
> 2010/1/15 David Delbecq
>
>
>> Le 15/01/10 10:24, Dejan Bosanac a écrit :
>>
>>> Hi Da
> --
>
>
> On Fri, Jan 15, 2010 at 10:24 AM, David Delbecq <mailto:de...@oma.be>> wrote:
>
> Hello,
>
> can someone explain me why my acti
Send To Purge Delete
Is this to be considered normal that i must restart activeMQ producers
on a regular basis because of those this stalling? Where can i find
clear documentation on proper configuration of activeMQ to prevent this
stalling? Thank you.
--
David Delb
eMQ is stalled waiting for
acknoledge befor allowing other client to add items to queue. Should
those 2 operations be desynchronzed?
--
David Delbecq
ICT
Institut Royal Météorologique
Ext:557
11 matches
Mail list logo