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
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
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'
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
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
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
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
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