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.
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
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
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
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