[RELEASE] CMS API 1.2

2007-10-28 Thread Nathan Mittler
In preparation for the soon to be released ActiveMQ-CPP 2.1.1, we have released an update to the CMS (C++ Messaging Service) API. The main change in this release was to make the readXXX() methods in BytesMessage const so that they can be called from a MessageListener's onMessage method without hav

How does persistence work in activeMq?

2007-10-28 Thread youhaodeyi
I am new to Activemq. Whenever a activeMQ start running, it will creates a directory activemq-data. I think this is the place ActiveMQ store persistent data. I am wandering if a client send a message through ActiveMQ failed, will ActiveMQ store this message in the activemq-data directory? If so, h

Re: trying to combine failover and prefetchPolicy

2007-10-28 Thread Rob Davies
Have you looked at this: http://activemq.apache.org/failover- transport-reference.html try: failover:(tcp://qserver:61616? jms.prefetchPolicy.queuePrefetch=1,tcp://qserver:61616? jms.prefetchPolicy.queuePrefetch=1) cheers, Rob http://rajdavies.blogspot.com/ On Oct 27, 2007, at 11:59 PM