Re: Using ApacheMQ with SJSAS

2007-10-05 Thread David Lloyd
James, (James Strachan said:) So it sounds like you just wanna mostly use ActiveMQ with PHP and Perl right? If so I'd recommend just running the broker via the shell script / windows service / unix service directly; then you don't have to worry about integrating into some app server and messing

Re: Using ApacheMQ with SJSAS

2007-10-05 Thread Rob Davies
That's not a problem - go for it! On Oct 5, 2007, at 6:11 PM, Zarick Lau wrote: Hi Rob, I'd be happy to post my page on there for share. but the writing styles of my page is different from other similar pages on activemq.apache.org/connectivity.html Is it a problem? Cheers, Zarick On 10/5/07

How to configure AMQ to use a database cluster instead of a single db?

2007-10-05 Thread j0llyr0g3r
Hey folks, i have a configuration problem which hopefully can be solved: I have an up and running mySQL-Cluster consisting of 2 nodes (let's say mydbhost1 and mydbhost2) which works so far as i can tell. Currently i have two AMQ-instances, configured as a cluster as well. But here is the prob

Failover config

2007-10-05 Thread LizNJ
I have a system that has two brokers that use a shared file system for persistance. For purposes of my explaining my issue, consider that Broker1 came up as the master and Broker2 is the slave. If Broker1 goes down, the applications (producer and consumer) failover to Broker2 just fine. Broker2 n

lock on Oracle activemq_lock table

2007-10-05 Thread kmoore4now
I'm using the journaled JDBC approach to message persistence, with Oracle. It seems to work well most of the time. However, I'm finding that even after a normal shutdown a lock occasionally appears to be held on the activemq_lock table. This prevents ActiveMQ from starting up again on the next att

Re: Using ApacheMQ with SJSAS

2007-10-05 Thread Zarick Lau
Hi Rob, I'd be happy to post my page on there for share. but the writing styles of my page is different from other similar pages on activemq.apache.org/connectivity.html Is it a problem? Cheers, Zarick On 10/5/07, Rob Davies <[EMAIL PROTECTED]> wrote: > Fantastic Zarick! > > If you could add it

Re: 6 broker node network results in many duplicate messages or "durable consumer in use" errors

2007-10-05 Thread ddossot
Same here: I have a simple 2 brokers configuration, which discover themselves via Zeroconf, and the bridge between them regularly fails: 09:27:49,996 INFO [org.apache.activemq.network.DemandForwardingBridge] Network connection between vm://node1#2 and tcp://node2/10.20.116.14:58080 shutdown due

Start ActiveMQ with ip address

2007-10-05 Thread DanielShao
Hi Our company DNS is not stable. I want to configure ActiveMQ so that it uses ip address instead of hostName. We are running ActiveMQ on linux. I tried replacing localhost to our ip address in /conf/activemq.xml. But still get exception like this. Error: Exception thrown by the agent : java

Re: Problem configuring HTTP Transport connector

2007-10-05 Thread jeev
I should add, I am using apache-activemq-4.1.1 jeev wrote: > > Hi, > I hope you can advise what I am doing wrong here. In the activemq.xml file > I have > included > http://localhost:61618"/> > in the > However, when I run activemq I get the following error (below) > My guess is that > java

Problem configuring HTTP Transport connector

2007-10-05 Thread jeev
Hi, I hope you can advise what I am doing wrong here. In the activemq.xml file I have included http://localhost:61618"/> in the However, when I run activemq I get the following error (below) My guess is that java.lang.NoSuchMethodError: org.mortbay.jetty.Server.setConnectors([Lorg/mortbay/jetty

configuring the BrokerFactory, not using xbean

2007-10-05 Thread spiiff
Hi, we want to use activemq for the messaging in our system. and we want to start it embedded(for performance reasons) with the BrokerFactory. But we don't want to use xbean to configure the broker, because we don't want the spring jars inside our classpaths only for reading a configuration. We ar

Re: RecoveryListenerAdapter - Message id ID... could not be recovered from the data store: WAS: [Duplicate message delivered to consumers on queue with kaha persistence]

2007-10-05 Thread Rob Davies
Hi David, I've had a look through the log you've attached to AMQ-1445 - but I think i'll need some more information to successfully resolve whats going on. Obviously there's an attempt to retrieve a message that's already been deleted - I just need to find out why ;) Could I trouble you

Couldn't get jdbcPersistenceAdapter working

2007-10-05 Thread Yuen-Chi Lian
Hi all, This is strange. I have poked around Google and the mailing list, but couldn't really find the exact solution to my problem. I am trying to enable jdbc persistence and I am getting the error below: = Testi