Re: Transport Exceptions close the connection

2007-05-30 Thread Adrian Tarau
One more thing : the SQL Exception shouldn't be hidden, it should be logged within the TransportConnection.serviceTransportException function or somewhere else. Adrian Tarau wrote: > > Hello James, > > Finally, I've located the problem - transport failure & locking.

Re: Transport Exceptions close the connection

2007-05-30 Thread Adrian Tarau
he stupid Oracle 8&9 BLOB issues. James.Strachan wrote: > > On 5/21/07, Adrian Tarau <[EMAIL PROTECTED]> wrote: >> >> Hello, >> >> I have the following problem : A connection(embedded broker, vm >> transport) >> is created and then a few sessions. I po

Re: Transport Exceptions close the connection

2007-05-29 Thread Adrian Tarau
r.oneway(ResponseCorrelator.java:60) at org.apache.activemq.ActiveMQConnection.asyncSendPacket(ActiveMQConnection.java:1155) ... 12 more James.Strachan wrote: > > On 5/21/07, Adrian Tarau <[EMAIL PROTECTED]> wrote: >> >> Hello, >> >> I hav

Re: Transport Exceptions close the connection

2007-05-29 Thread Adrian Tarau
ueues$AbstractQueueRunnable.run(SamsManagerQueues.java:473) com.daxtechnologies.sams.manager.SamsManagerThreadPool$WorkerThead.run(SamsManagerThreadPool.java:206) James.Strachan wrote: > > On 5/21/07, Adrian Tarau <[EMAIL PROTECTED]> wrote: >> >> Hello, >> >> I have the following p

Re: Message queue getting blocked

2007-05-29 Thread Adrian Tarau
Hello James, I have the same problem, the producer is blocked during close, even from the begging. I've tried with a memory limit of 200M but it still hangs from the first create/close. Name: SAMS-Worker-queue.contact_type-1 State: WAITING on [EMAIL PROTECTED] Total blocked: 10 Total waited: 5

Re: Transport Exceptions close the connection

2007-05-23 Thread Adrian Tarau
Hello James, I'm switching right now to 4.1.1 and also use to failover with vm, just to be safe. Also I will remove my code, so I will not to handle connection re-creation; after that I will be back with updates :) Thanks. James.Strachan wrote: > > On 5/21/07, Adrian Tarau <[E

Transport Exceptions close the connection

2007-05-21 Thread Adrian Tarau
Hello, I have the following problem : A connection(embedded broker, vm transport) is created and then a few sessions. I poll for messages, with my own threads in order to do throttling. One thing that confuses me is : if an exception occurs somewhere in the transport(for example an interrupt on t