Re: Synchronization of MasterSlave

2008-02-27 Thread Rob Davies
On 27 Feb 2008, at 20:09, Jason Dixon wrote: We're testing ActiveMQ 5.1 with some php/stomp clients and java consumers. We noticed that messages consumed and deleted off the Master broker aren't purged off the Slave broker. When I first read the MasterSlave documentation, I read the foll

Re: VTD-XML 2.3

2008-02-27 Thread James Strachan
On 27/02/2008, jimmy Zhang <[EMAIL PROTECTED]> wrote: >Yes, when designing VTD-XML we took a long hard look at JAXP... > the conclusion is that JAXP simply has too many issues... the problem starts > from the DOM API (which I have written an article on this topic called > the performance woe

Re: ActiveMQ.DLQ and maxiumRedeliveries

2008-02-27 Thread Fred D
I believe you should set maximumRedeliveries to -1 ... this effectively defines an infinite number of redeliveries http://activemq.apache.org/redelivery-policy.html You can set this in the activemq.xml config file in the /conf directory if that is the config you use. You can try the followi

Re: VTD-XML 2.3

2008-02-27 Thread jimmy Zhang
Yes, when designing VTD-XML we took a long hard look at JAXP... the conclusion is that JAXP simply has too many issues... the problem starts from the DOM API (which I have written an article on this topic called the performance woe of binary XML http://webservices.sys-con.com/read/250512.htm)

Re: need help interpreting jmx values

2008-02-27 Thread metaldork
ok so i think i've figured out the consumer count thing. but first, what was confusing me was that my ops guy had brought up a test instance of the application this is intended for on the same network without letting me know. so once that was taken down it became more clear. here's what i gathe

Re: Closing connection properly in C++?

2008-02-27 Thread Timothy Bish
Its normal to see a couple exceptions on closing down the transport, depending on your version there may be more things logged, we've cleaned up some of that in later releases and trunk is even better. Regards Tim. On Wed, 2008-02-27 at 10:43 -0800, Tom Johnson wrote: > When I close the connectio

Re: ActiveMQ and JNDI/LDAP

2008-02-27 Thread Some user
In fact, here is a better explanation: http://www.onjava.com/pub/a/onjava/excerpt/jms_ch2/index.html?page=3 -- View this message in context: http://www.nabble.com/ActiveMQ-and-JNDI-LDAP-tp15705463s2354p15723422.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ and JNDI/LDAP

2008-02-27 Thread Some user
I want to be able to do this: ConnectionFactory connectionFactory = (ConnectionFactory) ctx.lookup("cn=QueueConnectionFactory, ou=JMSObjects"); Where ctx is an InitalContext backed by an ldap directory. i.e. I store in LDAP what ConnectionFactory class to use (ActiveMQs) Then I can further as

network of brokers

2008-02-27 Thread Cássio M . M . Pereira
Hi, if I have a network of brokers, can publishers publish messages in different brokers to the same topic and consumers of that topic still get the messages in order? Thank you, Cássio -- View this message in context: http://www.nabble.com/network-of-brokers-tp15721961s2354p15721961.html Sent

Synchronization of MasterSlave

2008-02-27 Thread Jason Dixon
We're testing ActiveMQ 5.1 with some php/stomp clients and java consumers. We noticed that messages consumed and deleted off the Master broker aren't purged off the Slave broker. When I first read the MasterSlave documentation, I read the following passage and assumed it to be referring o

Re: ActiveMQ 5.0 & java applets

2008-02-27 Thread bear.giles
I've been able to learn more about the problem. It appears to be a problem initializing log4j within the ActiveMQConnectionFactory initialization. Others have reported this problem with applets (in log4j, not activemq) in the log4j mailing list. I've given the applet full permission in java.pol

Closing connection properly in C++?

2008-02-27 Thread Tom Johnson
When I close the connection using the CMS C++ library, I get six IOExceptions logged to the debug console of VS2005. These don't seem to cause a problem, but wondering if I'm forgetting to do something. I am currently doing it this way: if (producer!=NULL) { delete prod

Why would the queue size keep growing?

2008-02-27 Thread sparky2708
Anybody have any ideas why the queueSize would be growing in most of my topics under 5.1-SNAPSHOT? If I switch to activemq 4.0 it seems fine. -- View this message in context: http://www.nabble.com/Why-would-the-queue-size-keep-growing--tp15715777s2354p15715777.html Sent from the ActiveMQ - User

Re: ActiveMQ and JNDI/LDAP

2008-02-27 Thread tpounds
I'm not familiar with what you are trying to achieve in your example. Is there some documentation on the Sun implementation that you are trying to model? The broker LDAP configuration is used to provide management of large broker topologies remotely. -- View this message in context: http://www.n

ActiveMQ.DLQ and maxiumRedeliveries

2008-02-27 Thread Anselmo Abadía
Hi, I´m using ActiveMQ 5. I need to disable ActiveMQ.DLQ queue. I've read in another post that it's possible setting the maxiumRedeliveries to 1, but, I don´t know the place that I have to set it on. Can anybody help me? Thanks, Anselmo -- View this message in context: http://www.nabble.com/Act