activemq integration with jboss

2012-02-14 Thread David Delbecq
the component that link queues to jndi). Thanks David Delbecq

ActiveMQInputStream recommanded usage?

2011-01-26 Thread 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

Re: QueueReceiver.receive(timeout) never return messages

2010-08-03 Thread David Delbecq
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

Re: QueueReceiver.receive(timeout) never return messages

2010-08-03 Thread David Delbecq
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

QueueReceiver.receive(timeout) never return messages

2010-08-03 Thread David Delbecq
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

createQueueConnection throws "Setting clientID on a used Connection is not allowed"

2010-08-02 Thread David Delbecq
bit clueless on this for now. -- David Delbecq ICT Institut Royal Météorologique Ext:557 smime.p7s Description: S/MIME Cryptographic Signature

Re: why is activeMQ stalled?

2010-01-15 Thread David Delbecq
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,

Re: why is activeMQ stalled?

2010-01-15 Thread David Delbecq
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

Re: why is activeMQ stalled?

2010-01-15 Thread David Delbecq
> -- > > > On Fri, Jan 15, 2010 at 10:24 AM, David Delbecq <mailto:de...@oma.be>> wrote: > > Hello, > > can someone explain me why my acti

why is activeMQ stalled?

2010-01-15 Thread David Delbecq
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

activeMQ seems stalled

2009-12-11 Thread David Delbecq
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