ActiveMQ vs ?

2007-07-20 Thread Chris Neal
I am starting to work on a project that requires us to Post events from our ERP application. (Mine happens to be in IBM U2 (Unidata) and I have previously posted a message about the best way to communicate. Unfortunatly there is no STOMP interface for UniBasic. While Unidata has a CallC interfac

JBDC Master/slave , slave server blocked my application.

2007-07-20 Thread Johnny Wang
Hi, I am using Jboss 4.0.4, oracle, and activemq 4.1.1 JDBC master/salve. I am using activemq-rar-4.1.1.rar under my deploy/ folder. broker configuration is as: My problem is : After master server launched successfully. My slave server is halt when try to Attempting to acquire the exc

Re: Durable subscribe problem in a network of brokers

2007-07-20 Thread Rob Davies
yay! On Jul 20, 2007, at 6:38 PM, Nicky Sandhu wrote: Oops my bad. I had a bug in the test. Everything is working as expected :) -- View this message in context: http://www.nabble.com/Durable- subscribe-problem-in-a-network-of-brokers- tf4118053s2354.html#a11712717 Sent from the ActiveMQ

Re: Durable subscribe problem in a network of brokers

2007-07-20 Thread Nicky Sandhu
Oops my bad. I had a bug in the test. Everything is working as expected :) -- View this message in context: http://www.nabble.com/Durable-subscribe-problem-in-a-network-of-brokers-tf4118053s2354.html#a11712717 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: unsubscribe

2007-07-20 Thread Timothy Bish
Please see this page for unsubscribing from the list. http://activemq.apache.org/mailing-lists.html On Fri, 2007-07-20 at 09:13 -0700, William Blackburn wrote:

unsubscribe

2007-07-20 Thread William Blackburn

Durable subscribe problem in a network of brokers

2007-07-20 Thread Nicky Sandhu
In attempting to test durable subscribes in a network of brokers I am writing unit tests and adding them to active-core/test files. Two of the tests pass with the same setup and the third one fails The tests setup broker 1 and broker 2 with a tcp connection to create a demand forwarding bridge. T

Re: ActiveMQ and Durable Topic subscriptions after subscriber is uncleanly terminated

2007-07-20 Thread Simon Vicary
Hi, The configuration I'm using is straight out of the box for the ActiveMQ 4.1.1 disto. running on Windows XP (dev) and 2003 (test) (soon to be on Solaris) Is there a particular section of the activemq.xml (we've not changed the default) file you were wondering about or was there some other i

Network of brokers - Confused...

2007-07-20 Thread Aymeric Alibert
I am running a simple network od brokers with 2 nodes. I am using JMX to look at the queues on the system. My understanding was that a queue would only be created on one of the 2 nodes. So I was expecting to see the same messages in the queue using JMX on both servers. But I am seeing different

Re: kaha store corrupted ? 100% CPU on ActiveMQ restart

2007-07-20 Thread Rob Davies
that is correct - there is a dependency on 1.5 I'm afraid On Jul 20, 2007, at 2:01 PM, smo wrote: It seems activemq 5.0 clients must use JDK 1.5 (but we are using 1.4), am I wrong ? rajdavies wrote: you really need to move up to the latest snapshot of 5.0 - or don't use Kaha cheers, R

Re: kaha store corrupted ? 100% CPU on ActiveMQ restart

2007-07-20 Thread smo
It seems activemq 5.0 clients must use JDK 1.5 (but we are using 1.4), am I wrong ? rajdavies wrote: > > you really need to move up to the latest snapshot of 5.0 - or don't > use Kaha > > cheers, > > Rob > > On Jul 20, 2007, at 8:57 AM, smo wrote: > >> >> I don't think there is recovery

Re: kaha store corrupted ? 100% CPU on ActiveMQ restart

2007-07-20 Thread Rob Davies
you really need to move up to the latest snapshot of 5.0 - or don't use Kaha cheers, Rob On Jul 20, 2007, at 8:57 AM, smo wrote: I don't think there is recovery (I joined the activemq.xml : http://www.nabble.com/file/p11703785/activemq.xml activemq.xml ) The log level is this one : log4j.

A question about persistence using Oracle

2007-07-20 Thread Qi Liu
I've configed my activemq.xml file like this :

Re: question about c++ client(DeliveryMode::PERSISTENT )

2007-07-20 Thread Nathan Mittler
If you want your consumer (even a durable one) to receive the messages, it would have to have been registered on the topic before the message was sent. At that point, you could kill your consumer and bring it back up and it will get the messages it missed. The way you have your application setup

Re: kaha store corrupted ? 100% CPU on ActiveMQ restart

2007-07-20 Thread smo
I don't think there is recovery (I joined the activemq.xml : http://www.nabble.com/file/p11703785/activemq.xml activemq.xml ) The log level is this one : log4j.rootLogger=DEBUG, out, stdout (as recommanded in the log4j.properties for activeMQ team debugging ;) ) I'm using ActiveMQ 4.1.0-incubato