Transport failed. Getting java.io.EOFException

2007-04-01 Thread ron55test
I've set up a master slave configuration with the client using the failover transport to connect to the available brokers. With the master slave set-up, even if the master does not fail, I keep getting this exception frequently: 2007-03-30 18:18:45,769 0.1:61617 INFO FailoverTransport Trans

Re: Data size bigger than max size for this type

2007-03-30 Thread ron55test
I did a build from trunk and tested it. It works fine now. ron55test wrote: > > When I try to produce a large message (a list of POJOs), I get the > exception below. I'm using Oracle 10g with Spring and activemq. > --I don't get this exception if I use Derby as the da

Re: Data size bigger than max size for this type

2007-03-29 Thread ron55test
it's more than 4k > characters, you have to use a CLOB type instead. It can happen with > XMLTYPEs being set as strings as well. > > --Austin > > ron55test wrote: >> When I try to produce a large message (a list of POJOs), I get the >> exception >> below. I'

JDBC Master Slave with embedded Derby?

2007-03-29 Thread ron55test
Hi, I would like to set-up 2 instances of Activemq with 1 as a master and the other as a slave. I'm using persistent messaging with embedded derby. Since I cannot establish multiple connections to an embedded derby, I suppose I'll have to use Derby network server. Is this right? -- View

Data size bigger than max size for this type

2007-03-29 Thread ron55test
When I try to produce a large message (a list of POJOs), I get the exception below. I'm using Oracle 10g with Spring and activemq. --I don't get this exception if I use Derby as the database. --I'm using ojdbc14-10g-10.2.0.1.0.jar driver. --If I send small message ( a string ), I don't get thi

Re: [Spam: 5.0] All messages are not delivered to slower consumer(fast producer)

2007-03-13 Thread ron55test
No. It does not work. I'm getting the same behaviour as DefaultMessageListenerContainer James.Strachan wrote: > > Does it work if you use SimpleMessageListenerContainer? > > On 3/13/07, ron55test <[EMAIL PROTECTED]> wrote: >> >> It is automatically doing

Re: [Spam: 5.0] All messages are not delivered to slower consumer(fast producer)

2007-03-13 Thread ron55test
used the spring DefaultMessageListenerContainer, but is it > automatically doing the message.acknowledge() or do you have to do > that yourself? > > On 3/12/07, ron55test <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I've been trying to solve this problem for the last two days

All messages are not delivered to slower consumer(fast producer)

2007-03-12 Thread ron55test
Hi, I've been trying to solve this problem for the last two days without any luck. Any help will be appreciated. I've a producer sending 5 messages (just some string) one after another in a for-loop. The consumer is a slow consumer and consumes the messages 1 at a time at 1 minute interval. I