messages lost after Failure in initialisation

2023-05-24 Thread Gašper Čefarin
Hi, I'm using Apache ActiveMQ Artemis 2.27.1. After a couple of quick artemis-service restarts on both master and slave side, i received the following error on master: 2023-05-24 09:06:17,509 ERROR [org.apache.activemq.artemis.core.server] AMQ224000: Failure in initialisation org.apache.acti

Re: ActiveMQ and Artemis reliability - Messages lost

2020-01-12 Thread Clebert Suconic
Did you pre create the queues (which is a production scenario ) On Sat, Jan 11, 2020 at 10:53 PM Justin Bertram wrote: > Just to follow up on the mailing list... > > I've closed ARTEMIS-2173 with a long comment about my failed efforts to > reproduce lost messages. I don't believe there is any re

Re: ActiveMQ and Artemis reliability - Messages lost

2020-01-11 Thread Justin Bertram
Just to follow up on the mailing list... I've closed ARTEMIS-2173 with a long comment about my failed efforts to reproduce lost messages. I don't believe there is any reliability issue here. Please follow-up on the Jira if you have additional questions and/or comments. Thanks! Justin On Mon, No

Re: ActiveMQ and Artemis reliability - Messages lost

2018-11-14 Thread veaceslavdoina
Hello, Added ActiveMQ test results using xa: https://github.com/veaceslavdoina/messages-brokers-testing/blob/master/RESULTS.md#test-activemq-5157-standalone-xa-20181114-090010 Slava. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: ActiveMQ and Artemis reliability - Messages lost

2018-11-13 Thread jgenender
Hi Erik, Thank you for responding. Your tool certainly is useful from a client/application perspective. However to be clear, I wasn’t knocking your tool, but it was what was used to state that AMQ and Artemis (and Rabbit?) are losing/duplicating messages, then bugs were opened on this, which I b

Re: ActiveMQ and Artemis reliability - Messages lost

2018-11-13 Thread erik-wramner
I'm the author of JmsTools. I don't have the time to deep-dive into this issue now, I just want to point out a few things. The tool simulates an application, so it ignores whatever is in ActiveMQ/Artemis. So will a real application. If a message is lost to the tool it is also lost to the real appl

Re: ActiveMQ and Artemis reliability - Messages lost

2018-11-12 Thread jgenender
I looked at the jmstool, and I am not convinced of any bugs in Artemis and AMQ. It uses an external logging mechanism to consider the state of messages, which is likely not what will be in ActiveMQ or Artemis, nor may it be truly representative of messages that have been passed (or not). What doe

Re: ActiveMQ and Artemis reliability - Messages lost

2018-11-12 Thread veaceslavdoina
Justin, thank you for advice! Just run a test using a single instance for the broker and producer/consumer. All communication was done using localhost. Got similar results: https://github.com/veaceslavdoina/messages-brokers-testing/blob/master/RESULTS.md#test-artemis-263-standalone-local-20181112

Re: ActiveMQ and Artemis reliability - Messages lost

2018-11-12 Thread Justin Bertram
I strongly recommend you simplify your test for this. Whatever the issue is (assuming an issue actually exists), it will need to be replicated with a test in the Artemis test-suite (i.e. using one or more embedded brokers on a single machine). I'd start with peeling back infrastructure layers unt

Re: ActiveMQ and Artemis reliability - Messages lost

2018-11-12 Thread veaceslavdoina
The issue for Artemis was raised: https://issues.apache.org/jira/browse/ARTEMIS-2173 Slava. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: ActiveMQ and Artemis reliability - Messages lost

2018-11-12 Thread veaceslavdoina
Hello, Project with description and all required data for tests reproducing were posted on Github: https://github.com/veaceslavdoina/messages-brokers-testing The issue was raised in Jira: https://issues.apache.org/jira/browse/AMQ-7096 Slava. -- Sent from: http://activemq.2283324.n4.nabble.co

Re: ActiveMQ and Artemis reliability - Messages lost

2018-10-30 Thread veaceslavdoina
Tim, I'm not a developer at the moment... This is why I tried to find the right tool for such tests. I have tried more than 10 from the publicly accessible. And also asked in the initial post which tool may be used for such type of tests, maybe someone know a good one. Currently, for the tests, h

Re: ActiveMQ and Artemis reliability - Messages lost

2018-10-29 Thread Tim Bain
Can you post the code for your producer? Is it sending persistent messages? Does it set a TTL on the messages when it sends them? Your ActiveMQ 5.x console screenshot shows that those queues were never used. What is the screenshot expected to show? Tim On Mon, Oct 29, 2018, 9:26 AM veaceslavdoin

Re: ActiveMQ and Artemis reliability - Messages lost

2018-10-29 Thread veaceslavdoina
jbertram, Almost all things were done using Ansible and shell script. 1. Ansible - Create AWS environment. 2. Ansible - Install AMQ/Artemis. 3. Shell - script for Jms Tools to produce the tests and generate the reports. 4. A line of code to restart systemd service. If you are interested, I may sh

Re: ActiveMQ and Artemis reliability - Messages lost

2018-10-29 Thread veaceslavdoina
Reuploaded all 3 images because of overlaps in resulting filenames:

Re: ActiveMQ and Artemis reliability - Messages lost

2018-10-29 Thread Justin Bertram
Is there a project or anything set up where users can easily reproduce the results you're seeing (e.g. using their own machine)? Justin On Mon, Oct 29, 2018 at 9:56 AM veaceslavdoina wrote: > Hello Tim, > > Yes, you are right, thank you for observation! > I've added one more line in the table

Re: ActiveMQ and Artemis reliability - Messages lost

2018-10-29 Thread veaceslavdoina
Hello Tim, Yes, you are right, thank you for observation! I've added one more line in the table - 'Messages remained'. During the test, each iteration uses its own queue name. The consumer is configured to consume all messages from the queue with a 30 seconds timeout. At the end of the test, I j

Re: ActiveMQ and Artemis reliability - Messages lost

2018-10-29 Thread Tim Bain
When you end the test, how do you ensure that your consumer gets to finish consuming the remaining messages on the broker, without the producer producing new messages? Put another way: you assert that messages are lost, but I don't see anything in your results that prove that they're actually lost

Re: ActiveMQ and Artemis reliability - Messages lost

2018-10-28 Thread veaceslavdoina
Found a typo: Hardware: | ActiveMQ/Artemis| m5.large | 2vCPU / 8GiB | | Producer/Consumer | t3.medium | 2vCPU / 2GiB | Thank you! Slava. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

ActiveMQ and Artemis reliability - Messages lost

2018-10-28 Thread veaceslavdoina
Hello everyone, As was recently mentioned [1], we started to analyze the currently used queue system. During the first iteration, we started to test reliability. Testing environment: AWS Hardware: | Producer | m5.large | 2vCPU / 8GiB | | Consumer | t3.medium | 2vCPU / 2GiB | Software: OS: C

ActiveMQ messages lost after Failover through Pacemaker

2018-04-26 Thread fahim01
I have configured high available ActiveMQ cluster setup where ActiveMQ is deployed on WebLogic server. I have configured corosync and pacemaker for failover through VIP. The problem I am facing is when I send 10 messages to active node and shut it down, on the secondary node I didn't see any messag

ActiveMQ messages lost after Failover through Pacemaker

2018-04-26 Thread fahim01
I have configured high available ActiveMQ cluster setup where ActiveMQ is deployed on WebLogic server. I have configured corosync and pacemaker for failover through VIP. The problem I am facing is when I send 10 messages to active node and shut it down, on the secondary node I didn't see any messag

Re: Broker redelivery - messages lost on broker restart

2018-04-22 Thread j.kupka
Thanks for the reply. I tried version 5.14.5, since I am limited to java 7, and now it's working as expected. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Broker redelivery - messages lost on broker restart

2018-04-20 Thread Timothy Bish
5.8.0 is quite old, try moving to a new broker release. On 04/20/2018 02:30 PM, j.kupka wrote: Hello, I cofigured redelivery policy through Redelivery plugin. Everything works as expected except the scenario when the broker is restarted while there are messages scheduled for re-delivery. Those

Broker redelivery - messages lost on broker restart

2018-04-20 Thread j.kupka
Hello, I cofigured redelivery policy through Redelivery plugin. Everything works as expected except the scenario when the broker is restarted while there are messages scheduled for re-delivery. Those messages are getting lost, they are nowhere to be found, not in primary queue or DLQ. I am using p

Re: Artemis 2.4.0 : Messages lost on broker restart

2018-04-18 Thread Justin Bertram
What client API or protocol are you using? Different ones have different defaults for messages they send. It would be helpful for future users to know what you're using. Justin On Wed, Apr 18, 2018 at 2:08 AM, EvgenyM wrote: > Figured this out. > > The message itself needs to be marked persist

Re: Artemis 2.4.0 : Messages lost on broker restart

2018-04-18 Thread EvgenyM
Figured this out. The message itself needs to be marked persistent EXPLICITLY. Automatically it is non-persistent. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Artemis 2.4.0 : Messages lost on broker restart

2018-04-17 Thread EvgenyM
Good day, I am just starting with Artemis ActiveMQ and might not be fully across all the details. My issue is that even though I have (seemingly) enabled the persistence and configured queues as durable and persistent, I am loosing messages on the broker restart. Essentially I am missing some

Re: Messages lost.

2017-11-22 Thread dfco21
Hi Tim, Thanks for your update on my issue. Sorry I've duplicated the messages. I'm removing this one and I've answered your questions in the following thread. http://activemq.2283324.n4.nabble.com/Lost-messages-td4733147.html Thanks again. -AEB -- Sent from: http://activemq.2283324.n4.nab

Re: Messages lost.

2017-11-21 Thread Tim Bain
I see 5 dequeued messages in that screenshot, not zero. What am I missing? Can you share a screenshot of your queie's row from the Queues page of the web console? Better, can you share a screenshot of the properties screen of the JMX MBean corresponding to the queue as seen in a JMX viewer such as

Messages lost.

2017-11-21 Thread aelbadri
Hello, We're experiencing a problem with our ActiveMQ queue. We have a producer (Cloud solution) which sends messages to an ActiveMQ queue. Our issue is the following: Erratically some of the messages are not delivered to the ActiveMQ queue and are lost. We checked the producer's log and it sho

Re: Messages lost

2016-09-16 Thread Tim Bain
uld not see those messages in anywhere. > > <http://activemq.2283324.n4.nabble.com/file/n4716588/Difference.png> > <http://activemq.2283324.n4.nabble.com/file/n4716588/Console.png> > <http://activemq.2283324.n4.nabble.com/file/n4716588/REQ_Consumer.png> > > >

Re: Messages lost

2016-09-16 Thread RRK4788
mq.2283324.n4.nabble.com/file/n4716588/Difference.png> <http://activemq.2283324.n4.nabble.com/file/n4716588/Console.png> <http://activemq.2283324.n4.nabble.com/file/n4716588/REQ_Consumer.png> -- View this message in context: http://activemq.2283324.n4.nabble.com/Messages-lost

Re: Messages lost

2016-09-15 Thread Tim Bain
rote: > Hi Tim, > > I could not see any option to check the messages dispatched to each > consumers in Jconsole. > PFA the attached Jconsole. > <http://activemq.2283324.n4.nabble.com/file/n4716575/Jconsole.png> > > > > -- > View this message in context:

Re: Messages lost

2016-09-15 Thread RRK4788
Hi Tim, I could not see any option to check the messages dispatched to each consumers in Jconsole. PFA the attached Jconsole. <http://activemq.2283324.n4.nabble.com/file/n4716575/Jconsole.png> -- View this message in context: http://activemq.2283324.n4.nabble.com/Message

Re: Messages lost

2016-09-06 Thread Tim Bain
t; console it showing that messages were en-queued and dequeued from the > Queue. > Is there any other option to track the messages received to AMQ broker. How > can we overcome this issue. > > Regards, > Ravi Rapolu > 0449984788 > > > > -- > View this message in c

Messages lost

2016-08-23 Thread RRK4788
console it showing that messages were en-queued and dequeued from the Queue. Is there any other option to track the messages received to AMQ broker. How can we overcome this issue. Regards, Ravi Rapolu 0449984788 -- View this message in context: http://activemq.2283324.n4.nabble.com/Messages-lost

Messages lost by connecting composite queues

2014-06-10 Thread danielstraub
lity ? Unfortunately, we can't reproduce that with a unit test / load driver in a local environment -- View this message in context: http://activemq.2283324.n4.nabble.com/Messages-lost-by-connecting-composite-queues-tp4681990.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Need help - Messages lost when using failover network connection with failback

2013-09-12 Thread Andy May
work connector... check out more > details here: http://activemq.apache.org/networks-of-brokers.html > > For the NC that has single URI connectons, add this to the failover > URI: ?&maxReconnectAttempts=0 > > If that doesn't help, update the JIRA with this info and we can

Re: Need help - Messages lost when using failover network connection with failback

2013-09-11 Thread Christian Posta
tp://activemq.2283324.n4.nabble.com/file/n4671409/Test-script.txt> > > Log files from test > > amq1.log <http://activemq.2283324.n4.nabble.com/file/n4671409/amq1.log> > amq2.log <http://activemq.2283324.n4.nabble.com/file/n4671409/amq2.log> > amq3.log <http://activemq.2283324.n4.nabble.com/file/n4671409/amq3.log> > > > > > > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Need-help-Messages-lost-when-using-failover-network-connection-with-failback-tp4671409.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > -- *Christian Posta* http://www.christianposta.com/blog twitter: @christianposta

Need help - Messages lost when using failover network connection with failback

2013-09-11 Thread Andy May
Test script Test-script.txt <http://activemq.2283324.n4.nabble.com/file/n4671409/Test-script.txt> Log files from test amq1.log <http://activemq.2283324.n4.nabble.com/file/n4671409/amq1.log> amq2.log <http://activemq.2283324.n4.nabble.com/file/n4671409/amq2.log> amq3.log

Messages lost?! Need help on debugging.

2013-07-18 Thread Christian Posta
ed=false,tcp://198.37.95.63:61616?keepAlive=true&wireFormat.tightEncodingEnabled=false&wireFormat.cacheEnabled=false)?initialReconnectDelay=10000&useExponentialBackOff=false > "> > > Thanks! > -Edwin > > > > -- > View this message in context

Re: Messages lost?! Need help on debugging.

2013-07-18 Thread Christian Posta
ed=false,tcp://198.37.95.63:61616?keepAlive=true&wireFormat.tightEncodingEnabled=false&wireFormat.cacheEnabled=false)?initialReconnectDelay=10000&useExponentialBackOff=false > "> > > Thanks! > -Edwin > > > > -- > View this message in context

Messages lost?! Need help on debugging.

2013-07-17 Thread windeyu
where the messages were sent is this: Thanks! -Edwin -- View this message in context: http://activemq.2283324.n4.nabble.com/Messages-lost-Need-help-on-debugging-tp4669397.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Messages lost when a broker forward messages to another broker

2013-04-03 Thread Gary Tully
saction mechanism (between the brokers A and B) must be in > place in order to avoid missing messages. > > Any help is much appreciate to solve this problem. > > Thanks, > Miguel > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.

Re: Messages lost when a broker forward messages to another broker

2013-03-29 Thread Johan Edstrom
transaction mechanism (between the brokers A and B) must be in >> place in order to avoid missing messages. >> >> Any help is much appreciate to solve this problem. >> >> Thanks, >> Miguel >> >> >> >> >> -- >> View this message in context: >> http://activemq.2283324.n4.nabble.com/Messages-lost-when-a-broker-forward-messages-to-another-broker-tp4665250.html >> Sent from the ActiveMQ - User mailing list archive at Nabble.com. >> > > > > -- > *Christian Posta* > http://www.christianposta.com/blog > twitter: @christianposta

Re: Messages lost when a broker forward messages to another broker

2013-03-29 Thread Christian Posta
t; place in order to avoid missing messages. > > Any help is much appreciate to solve this problem. > > Thanks, > Miguel > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Messages-lost-when-a-broker-forward-messages-to-another-broker-tp4665250.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > -- *Christian Posta* http://www.christianposta.com/blog twitter: @christianposta

Messages lost when a broker forward messages to another broker

2013-03-29 Thread miguelhenley
reciate to solve this problem. Thanks, Miguel -- View this message in context: http://activemq.2283324.n4.nabble.com/Messages-lost-when-a-broker-forward-messages-to-another-broker-tp4665250.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: leveldb messages lost

2012-06-08 Thread Hiram Chirino
nd we receive NotYetImplemented exception from > LevelDBStore. getLastProducerSequenceId > 6) All messages disappear form all queues > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/leveldb-messages-lost-tp4653078.html > Sent from

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.

leveldb messages lost

2012-06-07 Thread pandich
all queues -- View this message in context: http://activemq.2283324.n4.nabble.com/leveldb-messages-lost-tp4653078.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Random persistent messages lost

2011-09-28 Thread Alistair Young
so a batch of 6 messages came into the broker, 5 disappeared. They were not persisted. One was delivered to the consumer and the rest just simply vanished. tcpdump proves they arrived at the boker but never made it to the consumer. The activemq logs show the same set of entries for everything th

Re: Random persistent messages lost

2011-09-27 Thread Alistair Young
I resorted to tcpdump on the broker and the consumer to track the messages and it seems the consumer is dropping messages. Of 16 incoming identical messages, it only acted upon 3. Also, it failed to act on another single message. By that, it didn't pass them to the message handler. tcpdump showe

Re: Random persistent messages lost

2011-09-27 Thread Alistair Young
this is the code that does the sending. I've just watched a batch of three messages being sent, two simply disappeared. ActiveMQConnectionFactory connectionFactory = new ActiveMQConnectionFactory(brokerURL); connection = connectionFactory.createConnection(); connection.se

Re: Random persistent messages lost

2011-09-27 Thread Alistair Young
the topic consumers don't need to be present when the message is sent as the messages are persistent and they are durable topic subscribers. They are never persisted by activemq. They just disappear. I can't track the messages through the system as isAllowedToConsume is never called for the orig

Re: Random persistent messages lost

2011-09-27 Thread Gary Tully
please provide some code that demonstrates your problem. Are you sure that the topic consumers are present when the messages are sent? Try and reduce the complexity of your usecase, the bottom line is that messages won't just disappear without good reason, there are hundreds of test cases that veri

Re: Random persistent messages lost

2011-09-27 Thread Alistair Young
not a lot seems to work. 8 identical messages sent to the broker in quick succession. Three arrived, 5 just disappeared. It's complicated by the fact MessageAuthorizationPolicy::isAllowedToConsume never seems to be called for the original message, so I can't really verify whether the message dis

Re: Random persistent messages lost

2011-09-26 Thread Alistair Young
trying to log incoming messages at the broker to narrow the problem and another problem appears. This works on one server but adds 0x0 chars on another so the message fails to parse: public boolean isAllowedToConsume(ConnectionContext context, Message message) { new String(message.getContent().

Re: Random persistent messages lost

2011-09-22 Thread Gary Tully
Is this code shared by multiple threads? does it need synchronization? What you are experiencing does seem odd, it would be great if you could provide a simple junit test case that can reproduce. Also, peeking that the code of the logging plugin, it should be logging sends, that is again odd: htt

Re: Random persistent messages lost

2011-09-22 Thread Alistair Young
would someone be kind enough to have a quick look at this code to see if it could cause problems? The method returns a reusable connection so the user of the class doesn't have to connect/disconnect on every message. The first message never fails, it's always when reusing the connection that ran

Re: Random persistent messages lost

2011-09-22 Thread Alistair Young
nothing seems to help. There are still messages just disappearing. Also the logging doesn't seem to log anything to do with producers: I can see lots of camel consumers from the local machine looking at the routes but nothing about incoming messages from producers. Alistair -- mov eax,1 mov

Re: Random persistent messages lost

2011-09-21 Thread Alistair Young
I'm running ActiveMQ 5.5.0 as a spring webapp rather than the standalone version. Would you recommend the standalone one? Not sure how to use camel with that though. there's quite a high rate of packet loss on the network it seems and according to this: http://activemq.apache.org/async-sends.ht

Re: Random persistent messages lost

2011-09-21 Thread Torsten Mielke
What is the exact broker version used on your side? In case its not the latest released version, can you try the latest version? Do you set any particular headers on the Topic message in your producer? On Sep 21, 2011, at 1:54 PM, Alistair Young wrote: > I can't explain this at all. It's almo

Re: Random persistent messages lost

2011-09-21 Thread Alistair Young
I can't explain this at all. It's almost like the opposite of reliable messaging. At times, almost 1 in 3 messages just disappears. No errors. The KahaDB/db-*.log show no record of the message every arriving and yet the producer doesn't get an error. Alistair -- mov eax,1 mov ebx,0 int 80h

Re: Random persistent messages lost

2011-09-21 Thread Alistair Young
yep, there is a durable topic consumer waiting for them Alistair -- mov eax,1 mov ebx,0 int 80h On 21 Sep 2011, at 12:20, Gary Tully wrote: > topic messages are only persisted to the store if there are durable > consumers/subscriptions > > On 21 September 2011 11:04, Alistair Young wrote

Re: Random persistent messages lost

2011-09-21 Thread Gary Tully
topic messages are only persisted to the store if there are durable consumers/subscriptions On 21 September 2011 11:04, Alistair Young wrote: > I should say, the messages go to a topic on the broker and are then routed by > camel to another topc. Would camel be dropping the messages? Would they

Re: Random persistent messages lost

2011-09-21 Thread Alistair Young
I should say, the messages go to a topic on the broker and are then routed by camel to another topc. Would camel be dropping the messages? Would they not be logged in the kahadb store no matter what though? Alistair -- mov eax,1 mov ebx,0 int 80h On 21 Sep 2011, at 10:25, Alistair Young w

Re: Random persistent messages lost

2011-09-21 Thread Alistair Young
I doubt it. In a batch of three messages sent in 2 seconds, one disappeard. Is there a default throttle limit perhaps on the broker? But surely that would cause the producer to error out or something? Alistair Young Àrd-Innleadair air Bathar-Bog UHI@Sabhal Mò

Re: Random persistent messages lost

2011-09-21 Thread Torsten Mielke
Any chance you can reproduce this behavior in a little JUnit test case? On Sep 21, 2011, at 10:15 AM, Alistair Young wrote: >> There was no producer, broker or connection crash while the msg was in >> transit? > no, the logs show it was up and sending > >> The msg does not have an expiration

Re: Random persistent messages lost

2011-09-21 Thread Alistair Young
> There was no producer, broker or connection crash while the msg was in > transit? no, the logs show it was up and sending > The msg does not have an expiration time? no > Are you certain that no consumer has got the msg already? yes, there's no record of it arriving at the consumer and no lo

Re: Random persistent messages lost

2011-09-20 Thread Torsten Mielke
There was no producer, broker or connection crash while the msg was in transit? The msg does not have an expiration time? Are you certain that no consumer has got the msg already? You could turn on full logging inside the broker, it will log each msgs being received. Might not be suitable for a

Random persistent messages lost

2011-09-20 Thread Alistair Young
Is there anything that might cause a message to go missing? A producer sends a persistent message to a topic but now and then, although no error is returned from the broker, the message just disappears. It's not logged in the data store and it's as if it never reached the broker but that would h

Re: Topic messages lost even when they are persistent - help!

2010-12-04 Thread ncsridhar
://activemq.2283324.n4.nabble.com/Topic-messages-lost-even-when-they-are-persistent-help-tp3069828p3072596.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Topic messages lost even when they are persistent - help!

2010-12-03 Thread Stan Lewis
the admin console. Let me know what am I doing wrong. I worked on > WebsphereMQ quite a bit in the past and the same sscenario would keep the > messages there. > > Thanks. > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Topic-messages-lost-even-wh

Re: Topic messages lost even when they are persistent - help!

2010-12-03 Thread ncsridhar
anks. -- View this message in context: http://activemq.2283324.n4.nabble.com/Topic-messages-lost-even-when-they-are-persistent-help-tp3069828p3071559.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Topic messages lost even when they are persistent - help!

2010-12-03 Thread Stan Lewis
ueue" sometime ago and I restarted > several times after that and the message is still there. So I am not > understanding where is this going wrong. > > > > Thanks. > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Topic-messages-lo

Re: Topic messages lost even when they are persistent - help!

2010-12-03 Thread ncsridhar
at and the message is still there. So I am not understanding where is this going wrong. Thanks. -- View this message in context: http://activemq.2283324.n4.nabble.com/Topic-messages-lost-even-when-they-are-persistent-help-tp3069828p3071231.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Topic messages lost even when they are persistent - help!

2010-12-02 Thread Gary Tully
"false"> > >         > >         >             >               >                 memoryLimit="1mb"> >                   >                     >                   >                 >                 memoryLimit="1mb"> >                   >                 >               >             >         > > >         >         >             >         > >         >         >             >         > > >           > >         >         >             >         > >     > >     >     >     > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Topic-messages-lost-even-when-they-are-persistent-help-tp3069828p3069828.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > -- http://blog.garytully.com http://fusesource.com

Topic messages lost even when they are persistent - help!

2010-12-02 Thread ncsridhar
-- View this message in context: http://activemq.2283324.n4.nabble.com/Topic-messages-lost-even-when-they-are-persistent-help-tp3069828p3069828.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Messages lost when ServerSessionPool.getServerSession() throws a JMSException

2010-03-15 Thread Rob Davies
thanks for opening these! On 15 Mar 2010, at 21:52, rodos77 wrote: > > JIRA AMQ-2653 created: https://issues.apache.org/activemq/browse/AMQ-2653 > https://issues.apache.org/activemq/browse/AMQ-2653 > -- > View this message in context: > http://old.nabble.com/

Re: Messages lost when ServerSessionPool.getServerSession() throws a JMSException

2010-03-15 Thread rodos77
JIRA AMQ-2653 created: https://issues.apache.org/activemq/browse/AMQ-2653 https://issues.apache.org/activemq/browse/AMQ-2653 -- View this message in context: http://old.nabble.com/Messages-lost-when-ServerSessionPool.getServerSession%28%29-throws-a-JMSException-tp27871597p27910865.html Sent

Messages lost when ServerSessionPool.getServerSession() throws a JMSException

2010-03-11 Thread rodos77
/p27871597/GetServerSessionExceptionTest.java GetServerSessionExceptionTest.java -- View this message in context: http://old.nabble.com/Messages-lost-when-ServerSessionPool.getServerSession%28%29-throws-a-JMSException-tp27871597p27871597.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Messages lost while consuming and sending messages from one Destination to another

2009-12-09 Thread forda
/PaminnelseSMSLyssnare.java PaminnelseSMSLyssnare.java -- View this message in context: http://old.nabble.com/Messages-lost-while-consuming-and-sending-messages-from-one-Destination-to-another-tp26711664p26711664.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Messages lost?

2009-06-17 Thread letalis
e the connectQueues() function to connect the queues -initialise the listener. For sending the message I use the sendmessage function, i have the same target in sending & receiving. -- View this message in context: http://www.nabble.com/Messages-lost--tp24072091p24072091.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Are messages lost if a stomp producer is quick

2007-05-14 Thread panu
messages are received. I do browse the queue and the number of messages is equal to the number shown in the statistics, which is fewer than 100. Regards, Panu -- View this message in context: http://www.nabble.com/Are-messages-lost-if-a-stomp-producer-is-quick-tf3745413s2354.html#a10613906 Sent

Re: Are messages lost if a stomp producer is quick

2007-05-14 Thread James Strachan
On 5/14/07, panu <[EMAIL PROTECTED]> wrote: Hi Guys, I just downloaded ActiveMQ SNAPSHOT v.4.2.0 last night and tried a simple test with Stomp Python (stomp.py). That is, I ran a producer sending 100 of 1K messages consecutively (without any pause) to a queue. Things went OK when I ran the

Are messages lost if a stomp producer is quick

2007-05-13 Thread panu
result. Therefore, I would like to know, if someone could please answer: - Is my stomp producer supposed to pause always? - Is ActiveMQ supposed to be able to handle this situation? Regards, Panu -- View this message in context: http://www.nabble.com/Are-messages-lost-if-a