A question about time synchronization

2008-07-23 Thread hagai
Hi, Does activemq assume any time synchronization between the producer, broker and consumer? Thanks, Hagai. -- View this message in context: http://www.nabble.com/A-question-about-time-synchronization-tp18613001p18613001.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

configure logging in activemq client

2008-07-06 Thread hagai
Hi, does anybody know how to configure DEBUG logging in the activemq client (not the broker)? My client app uses log4j's xml configuration file. I tried adding a "org.apache.activemq" category but it doesn't seem to affect it. Thanks, Hagai. -- View this messa

load balancing architecture question

2007-12-24 Thread hagai
;? I tried using another URI and it didn't work. 4. If the answer for 2 is "no, you can't use multicast to send messages between brokers" - which transports support multicast discovery? Is TCP the right choice here? (for communications between brokers in the same server farm).

Re: High availability and persistency

2007-12-10 Thread hagai
That's exactly what I tried to do. I mark all the messages as non persistent using messageProducer.setDeliveryMode(DeliveryMode.NON_PERSISTENT) but it seems that the broker does use persistency on these messages because the log files are updated. Am I missing something? Hagai. Viswanath D

High availability and persistency

2007-12-09 Thread hagai
bscriber. I have a master broker and a slave broker running. I stop the master broker, and the slave broker takes over after 10 seconds. However, I don't get all the messages I sent in the subscribers. Why could this happen? Thanks, Hagai. -- View this message in context: http://www.na