Re: leveldb messages lost

2012-06-07 Thread mickhayes
Are you using 5.6.0? - Michael Hayes B.Sc. (NUI), M.Sc. (DCU), SCSA SCNA -- View this message in context: http://activemq.2283324.n4.nabble.com/leveldb-messages-lost-tp4653078p4653086.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Performance: queues/topics vs. selectors

2012-06-07 Thread Shine
Hi, thanks for your hints ... To delete the inactive Queue is a good idea. I would like to set the check period to "2 days" instead of "soconds" .. is it OK? best regards Shine -- View this message in context: http://activemq.2283324.n4.nabble.com/Performance-queues-topics-vs-selectors-tp465

leveldb messages lost

2012-06-07 Thread pandich
We experience the following problem with leveldb: 1) load messages 2) stop server 3) start server 4) browse via UI or command-line: message show up 5) external client connects and we receive NotYetImplemented exception from LevelDBStore. getLastProducerSequenceId 6) All messages disappear form all

Re: ActiveMQ stream data capture

2012-06-07 Thread mickhayes
I presume you are talking about saving a copy of all dispatched messages. If you don't have lots of consumers, then do it there in the consumer code. For each consumer, spit each message received to file or wherever. Is that a solution? What kind of traffic are you passing? Not much point puttin

Getting JMSTimestamp and JMSReplyTo in a REST request

2012-06-07 Thread fmunozvsn
Hello, I am retrieving messages from a queue or topic using a REST GET request like "http://localhost:8161/demo/message/>". I receive destination as an HTTP response header. I am interested in receive JMSTimestamp and JMSReplyTo of the messages but they are not included as an HTTP response header