Broker often randomly dies

2008-06-16 Thread jpoloney
I've been using ActiveMQ for a few months now. Recently I have been experiencing a lot of random crashes. It has been happening as often as every few hours. When I say that it has been crashing, I mean that the process no longer exists. I've checked the logs and there is nothing in there about it

Re: subscriber issues.

2008-06-16 Thread Rob Davies
Its fixed in this version - http://activemq.apache.org/activemq-412-release.html cheers, Rob On 17 Jun 2008, at 06:42, Suchitha Koneru (sukoneru) wrote: After having read through nabble active mq forums , It is a known issue with active mq 4.1.1 that when max inactivity duration is set to -

RE: subscriber issues.

2008-06-16 Thread Suchitha Koneru (sukoneru)
After having read through nabble active mq forums , It is a known issue with active mq 4.1.1 that when max inactivity duration is set to -1 , the client is not notified of any connection exceptions. This issues is mentioned in https://issues.apache.org/activemq/browse/AMQ-1582 Is there a patch a

Re: Async exception with no exception listener: java.io.EOFException

2008-06-16 Thread Rob Davies
On 16 Jun 2008, at 23:12, jaya_srini wrote: hi all I saw several posts regarding the async exception (listed below) in logs with ActiveMQ 5.0.0. We are also seeing this exception randomly in the logs, the bad part is it breaks the connection between Broker and the client even tho the br

Re: How to configure network brokers on different subnet

2008-06-16 Thread ttmdev
Using multicast across subnets gets a bit involved. This thread may help. http://www.nabble.com/broker-discovery-client-help-to4474136.html#a4515535 If multicast is not a requirement, I would recommend using unicast tcp transports to connect the two brokers. Joe LiXiao2007 wrote: > > I se

Re: Invalid column name 'time' when using Sybase XA

2008-06-16 Thread Fazle Khan
So debugging through the app and running the sql statement through isql the problem turns out to be our database default columns to Not Null while the activemq statement assume columns default to Allow Null. Also, it seems there is a mismatch is case for the TIME/time column for when the column i

Async exception with no exception listener: java.io.EOFException

2008-06-16 Thread jaya_srini
hi all I saw several posts regarding the async exception (listed below) in logs with ActiveMQ 5.0.0. We are also seeing this exception randomly in the logs, the bad part is it breaks the connection between Broker and the client even tho the broker is up and running and there are no network connec

How to configure network brokers on different subnet

2008-06-16 Thread LiXiao2007
I setup two brokers on different subnets and tried to connect them using networkConnector. It did not work. Could someone tell me how to configure it? Thanks! Here are my configurations. Broker A. Broker B. Here host1 and host2 are on different

Re: Invalid column name 'time' when using Sybase XA

2008-06-16 Thread Fazle Khan
btw I'm using Sybase ASE 15.02 -- View this message in context: http://www.nabble.com/Invalid-column-name-%27time%27-when-using-Sybase-XA-tp17872586p17872704.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Invalid column name 'time' when using Sybase XA

2008-06-16 Thread Fazle Khan
When trying to use Sybase XA drivers as persistence for and ActiveMQ 5.1.0 Sybase throws the error 'Invalid column name 'time'. I assume I have configured something wrong - anyone have suggestions where my error could be? Here are the relevant Spring configurations

subscriber issues.

2008-06-16 Thread Suchitha Koneru (sukoneru)
Hello All , We use the active mq broker for exchanging the messages between two JVM's. One JVM is a tomcat server and the other other is stand alone java process. The active MQ broker is started by one of the threads in the stand alone have process. We use durable subscribers and

4.0.1 Client posting to 5.0 Server

2008-06-16 Thread markcamp
Is there a good way to setup an ActiveMQ 4 client to talk to an ActiveMQ 5.0 server? I have tried a few different ways and it always errors out trying to send the message. I have ActiveMQ setup and working pretty nicely for most of my JMS stuff, but I have one case where a stored procedure in an

Re: Strange behaviour when broker ran out of disk space

2008-06-16 Thread BlueFox
BlueFox wrote: > > Hi, I'm encountering a strange behaviour on ActiveMQ 5.1 broker using > AMQStore for persistence. In my setup, an ActiveMQCPP (2.1.3) producer > with AUTO_ACKNOWLEDGE is sending persistent message to a queue, which is > being processed slowly on a consumer using VMTransport o

ACtiveMQ messages are puged from DB

2008-06-16 Thread activemqnewbie
We are using 5.1 release and messages are not purged in activemq_msgs table in DB. This is giving us a problem when brokers and subscribers are restarted. Sometimes subscribers are not started at all,unless we purge message sin DB. Is there a way to purger the messages once ther are recived. We a

JDBC calls over JMS

2008-06-16 Thread Mark Webb
I currently use web services as my middle layer between my presentation layer and data layer. I am interested in possibly swapping out web services for JMS. My main concern is that I do not want end-users crafting queries of their own and how to pass back from data layer -> presentation layer pot

Re: Impact due to wireformat.maxInactivityDuration=0

2008-06-16 Thread veechand
Thanks Marco. By shutdown do you mean normal shutdown or client/broker getting abruptly down. If getting abruptly down what could be reason for the same, this will help in reproducing the same? We are using 4.1, yet to migrate to 5.1. Since this is critical time in our project we are not migrati

Re: Impact due to wireformat.maxInactivityDuration=0

2008-06-16 Thread Marco Buss
Hi, we ave the same problem here. Setting wireformat.maxInactivityDuration=0 was not a good idea because the shutdown of client or broker (i cant remeber) is not recognised. So try if your client get notice of broker shutdown and vice versa. Which version of activeMQ did you use? With 5.1 the pr

Re: AMQ5.1 bridge to WebsphereMQ 5.3 -> javax.jms.IllegalStateException: MQJMS1112

2008-06-16 Thread martyman
Hi svela, based on the bean definition below I'm using the following route definition for outbound messages. I'm not using inbound at all. ... http://activemq.apache.org/camel/schema/spring";> Regards Martin svela wrote: > > Hi! I've been s

Impact due to wireformat.maxInactivityDuration=0

2008-06-16 Thread veechand
In our application we are using ActiveMQ. Currently we facing "javax.jms.IllegalStateException: The Session is closed", this exception occurs immediately after "Channel was inactive for too long". On searching on this we found an option for disabling the inactive timer, namely wireformat.maxInacti