Re: Jndi and active mq .

2007-07-12 Thread scottdawson
Here's the link to the documentation: http://activemq.apache.org/jndi-support.html http://activemq.apache.org/jndi-support.html Regards, Scott Dawson Suchitha Koneru (sukoneru) wrote: > > Hello active mq users, >I am using active mq 4.0.2. I would like to specify the > clientId

Re: AltDeploymentRepository Problem...

2007-07-12 Thread James Strachan
I wonder if you grabbed the source from SVN it'd work? http://activemq.apache.org/source.html it could be some maven gremlin thats crept into the generated source tarball? On 7/11/07, Kit Plummer <[EMAIL PROTECTED]> wrote: I'm trying to build ActiveMQ and deploy it to an "internal" repository.

Re: Unit testing, stup and tearDown

2007-07-12 Thread James Strachan
On 7/11/07, Elliotte Harold <[EMAIL PROTECTED]> wrote: On 7/6/07, James Strachan <[EMAIL PROTECTED]> wrote: > > I don't see anything wrong I'm afraid. Maybe there's some timing issue > where the close of the connection is a tad asynchronous in some aspect > of closing the broker down properly. >

Re: Consumer hang after broker restart

2007-07-12 Thread Francois Guillemette
I have redo this test with revision 555644 (ActiveMq 5.0 Snapshot), it still doesn't work when I set a prefetch value. Without a prefetch value, it behave correctly. I have do an another test that seem to expose a bug when setting a prefetch with slow consumer. 1- I started a broker. 2- I star

Re: AltDeploymentRepository Problem...

2007-07-12 Thread Kit Plummer
I just tried it with the latest in SVN. Same problem. James Strachan wrote: I wonder if you grabbed the source from SVN it'd work? http://activemq.apache.org/source.html it could be some maven gremlin thats crept into the generated source tarball? On 7/11/07, Kit Plummer <[EMAIL PROTECTED]

Re: AltDeploymentRepository Problem...

2007-07-12 Thread James Strachan
On 7/12/07, Kit Plummer <[EMAIL PROTECTED]> wrote: I just tried it with the latest in SVN. Same problem. Damn - which version of maven are you using? Its building fine for me on OS X and Linux with 2.0.5 James James Strachan wrote: > I wonder if you grabbed the source from SVN it'd work? >

Re: AltDeploymentRepository Problem...

2007-07-12 Thread Kit Plummer
Hey James. Tried it with both 2.0.7 and 2.0.5 on OS X and getting stumped on this command: mvn deploy:deploy -DaltDeploymentRepository=eMAF.repo::default::file:///Users/kplummer/Development/workspace/maven-repository/ It compiles and installs fine - just won't alt deploy. To get on with

How to ensure reliability of publish/subscribe against occassional network hiccup?

2007-07-12 Thread Naresh Bhatia
I would like to use ActiveMQ in an application where subcribers must receive EVERY message published to their topic. If a subscriber looses a message, its state would be out-of-sync with the publisher - and that would be a bad thing! Note however, that there is no need to receive messages when the

Re: network of broker: message does not forward between brokers and to consumer

2007-07-12 Thread hh_meta
how to ensure NoB links are made? the logs from brokers do have something about "waking up reconnect task", "adding new broker ...", does that mean the network has been formed correctly? Or, do I get an error when the broker is not added to the network? Kit Plummer wrote: > > I believe this has

Re: Duplicate messages during Failover: urgent

2007-07-12 Thread Rob Davies
sure - try this one: http://people.apache.org/repo/m2-snapshot- repository/org/apache/activemq/apache-activemq/5.0-SNAPSHOT/ cheers, Rob On Jul 11, 2007, at 6:47 PM, sambit wrote: Hi Raj, Could you suggest which version of 5.0 i can use to see if this works fine for me. Regards -Samb

Re: network of broker: message does not forward between brokers and to consumer

2007-07-12 Thread Kit Plummer
One thing I can suggest is to turn up the logging level on ActiveMQ. Then, you'll see DemandForwardingBridge (connection) messages at the normal console. If you see this then your "links" are good. Something else to look at are policies on the destinations. hh_meta wrote: how to ensure N

Setting log location

2007-07-12 Thread Elliotte Harold
When run on the Unix server a couple of my tests are dying with messages like this one: log4j:ERROR setFile(null,true) call failed. java.io.FileNotFoundException: /activemq-data/activemq.log (No such file or directory) at java.io.FileOutputStream.openAppend(Native Method) These tests pas

Re: Demand Forwarding Bridge issue

2007-07-12 Thread hh_meta
is there any update on this? I'd like to know "the criteria on which broker will start forwarding messages to remote broker" as well... naga007 wrote: > > I have complex application which has a producer and multiple consumers > consuming messages from a Queue. The application runs on two differ