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
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
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
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)
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
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
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.
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
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
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
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
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
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
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
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
15 matches
Mail list logo