gtully wrote
> Currently non persistent messages don't have a cursor temp usage check
> before a send, adding that would avoid lots of pain I think.
> In any event, please open a jira issue to track your problem and fix and
> we
> will work to get this resolved asap.
I created issues: AMQ-4230, AM
ceposta wrote
> There's been a lot of re-work on the FilePendingMessageCursor (and other
> areas that you touched here) since release 5.4.2 (which is about 2 yrs
> old). Do you have the possibility to check with a later version of the
> code
> to see if that's been fixed for you?
I have checked ac
Hello,
I fixed the issue on my own. Here is the list of things I have done:
1 - On the line 219 of
http://svn.apache.org/viewvc/activemq/tags/activemq-5.4.2/activemq-core/src/main/java/org/apache/activemq/broker/region/cursors/FilePendingMessageCursor.java?view=markup
I unlocked the messagesLock
Hello,
I am sorry for my double post. I will answer to all the reactions here:
ceposta wrote
> Interesting. Your scenario sounds like PFC is blocking the connection. Not
> sure yet why that would happen. Your config looks okay. Do you still have
> the thread dumps?
No, but so far it has not bee
;;
brokerName="localhost"
dataDirectory="/dasd/martinec/kahadb-storage/activemq-data"
destroyApplicationContextOnStop="true"
deleteAllMessagesOnStartup="true"
advisorySupport="false"
ns/spring-beans-2.0.xsd
http://activemq.apache.org/schema/core
http://activemq.apache.org/schema/core/activemq-core.xsd";>
http://activemq.apache.org/schema/core";
brokerName="localhost"
dataDirectory="/dasd/martinec/kahadb-storage/ac
Thanks for replies...
Any message actually never got lost. What I saw was just a few confusing
observations:)
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Lost-non-persistent-messages-tp4654526p4654718.html
Sent from the ActiveMQ - User mailing list archive at Nabbl
gtully wrote
>
> iirc that is better in 5.6
>
well, have not tried 5.6, but the same problem is likely to be there too,
because the code in tryAddMessageLast looks the same:
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/cursors/FilePe
Hello,
I observed a different behavior of activemq 5.4.2 when sending
non-persistent messages to different cursors. The message producer is
blocked when the cursor is set to VMCursor and the destination queue is
full. On the other hand the producer's messages are lost when I use
FileBasedCursor in
Hello,
What command do you try to use and how do you try to set a configuration file?
I have never specified a configuration file for producer or consumer but simply
set all options using -D arguments, e.g.
activemq-perf:producer -Dproducer.sessTransacted=false
-Dproducer.sessAckMode=autoAck
Hello,
I have downloaded activemq-parent-5.5.0-source-release package to run
the activemq performance test. I had been able to run the test
successfully, but then I did not managed to change the default
configuration for the producer.
I read the plugin sources (in the
activemq-tooling/maven
11 matches
Mail list logo