Re: ActiveMQ 5.15.4 duplicate message detection

2022-06-02 Thread Matt Pavlovich
Hi Rahman- ActiveMQ 5.x includes duplicate message detection in both client and broker-side areas. For failover producers, there is the ability to track messages and take steps to flush or reduce duplicate during failover. The broker contains audit points at several places (Destinations

Re: [EXTERNAL] Re: ActiveMQ 5.15.4 duplicate message detection

2022-06-01 Thread Simon Lundström
> > -Original Message- > > From: Justin Bertram > > Sent: Wednesday, June 1, 2022 2:30 PM > > To: users@activemq.apache.org > > Subject: [EXTERNAL] Re: ActiveMQ 5.15.4 duplicate message detection > > > > What's the use-case? Are you talking ab

Re: [EXTERNAL] Re: ActiveMQ 5.15.4 duplicate message detection

2022-06-01 Thread Justin Bertram
plicates from producers. > Thanks > > Rahman > > -Original Message- > From: Justin Bertram > Sent: Wednesday, June 1, 2022 2:30 PM > To: users@activemq.apache.org > Subject: [EXTERNAL] Re: ActiveMQ 5.15.4 duplicate message detection > > What's the use-ca

RE: ActiveMQ 5.15.4 duplicate message detection

2022-06-01 Thread Abbas Agakasiri
On 2022/06/01 18:15:24 "Gunawan, Rahman (GSFC-703.H)[Halvik Corp]" wrote: > Hi, > Does ActiveMQ 5.15.4 have duplicate message detection? If yes, where can I find the documentation? > > Thanks > > Regards, > Rahman >

RE: [EXTERNAL] Re: ActiveMQ 5.15.4 duplicate message detection

2022-06-01 Thread Gunawan, Rahman (GSFC-703.H)[Halvik Corp]
The broker detecting duplicates from producers. Thanks Rahman -Original Message- From: Justin Bertram Sent: Wednesday, June 1, 2022 2:30 PM To: users@activemq.apache.org Subject: [EXTERNAL] Re: ActiveMQ 5.15.4 duplicate message detection What's the use-case? Are you talking about

Re: ActiveMQ 5.15.4 duplicate message detection

2022-06-01 Thread Justin Bertram
What's the use-case? Are you talking about the broker detecting duplicates from producers or consumers detecting duplicates from the broker? Justin On Wed, Jun 1, 2022 at 1:16 PM Gunawan, Rahman (GSFC-703.H)[Halvik Corp] wrote: > Hi, > Does ActiveMQ 5.15.4 have duplicate message det

ActiveMQ 5.15.4 duplicate message detection

2022-06-01 Thread Gunawan, Rahman (GSFC-703.H)[Halvik Corp]
Hi, Does ActiveMQ 5.15.4 have duplicate message detection? If yes, where can I find the documentation? Thanks Regards, Rahman

Re: Scaling and duplicate message detection

2019-01-18 Thread Justin Bertram
I don't believe the 5.x broker has duplicate detection functionality. Justin On Fri, Jan 18, 2019 at 3:00 PM funnysage wrote: > Hi Justin, > > Thanks for the reply. Yes I understand that detection is at broker level > and > that is how it should be. > Now what I have learnt is that we are not

Re: Scaling and duplicate message detection

2019-01-18 Thread funnysage
Hi Justin, Thanks for the reply. Yes I understand that detection is at broker level and that is how it should be. Now what I have learnt is that we are not using Artemis but ActiveMQ 5.18. So will this feature be there in 5.18 too? Or I have to some other approach. Thanks -- Sent from:

Re: Scaling and duplicate message detection

2019-01-18 Thread Justin Bertram
e. > But I am not sure how to generate a UUID for a given message that I have > read? > Also not sure if the UUID generated will be consistent across all the > containers? > Also as the messages are going to be textual in nature can just get the > hashcode for this message and

Scaling and duplicate message detection

2019-01-11 Thread funnysage
read? Also not sure if the UUID generated will be consistent across all the containers? Also as the messages are going to be textual in nature can just get the hashcode for this message and use it for duplicate message detection? Thanking you in advance. -- Sent from: http://activemq.2283324.n4

Re: duplicate message from store ID [snip] redirecting for dlq processing

2018-05-04 Thread JackOfAllTrades
Correction to version. I amusing 5.15.2 And I forgot to mention that the response code does the following: after retrieving the command message. message.acknowledge(); // not sure if I even need this with client ack TextMessage reply = qSess.createTextMessage();

duplicate message from store ID [snip] redirecting for dlq processing

2018-05-04 Thread JackOfAllTrades
onses, but I am also getting a lot of warning messages in the Activemq logs stating: "duplicate message from store ID [snip] redirecting for dlq processing. Why do I keep on getting all of these warning messages? Thanks for looking Steve -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Duplicate message detection on failover

2018-03-07 Thread mac.mik...@gmail.com
We have ActiveMq 5.12 in following configuration: PostgreSQL for persistance two Nodes, one in Standby JDBC Master Slave with shared Database static cluster discovery Everything seams to be fine, failover works as expected, but sometimes during failover (or restart of whole cluster) we are

Re: Duplicate message failover of active mq broker

2017-11-06 Thread Tim Bain
ucessfully. However i notice that message in queue are re-processed i.e. > there are duplicate message > > I am using active mq 5.15.0 > > appreciate if any one can please guide on same. > > Thanks, > Anjana > > > > > -- > Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User- > f2341805.html >

Duplicate message failover of active mq broker

2017-11-05 Thread anjana
I have a use case where in there exist 2 broker connected to same kahadb. In case of failover i can see that one of the broker is activated sucessfully. However i notice that message in queue are re-processed i.e. there are duplicate message I am using active mq 5.15.0 appreciate if any one

Activemq 5.7: Restarting Consumer results in duplicate message delivery for all messages consumed after restart.

2017-03-22 Thread jayas
not receive duplicate messages. The duplicate message delivery is not just for those messages that producer sends when consumer#2 was being restarted. It is observed for all the messages that producer sends after consumer#2 is back online as well. Can you please confirm whether this is a known issue

Re: Artemis - Duplicate message detected - message will not be routed.

2016-05-16 Thread Justin Bertram
ay 12, 2016 4:35:44 PM Subject: Artemis - Duplicate message detected - message will not be routed. Hi, I am trying to run transaction failover test which is present below on my local server cluster https://github.com/apache/activemq-artemis/blob/master/examples/features/ha/transaction-failover/s

Artemis - Duplicate message detected - message will not be routed.

2016-05-13 Thread abhijith
the documentation I do not have to do anything in broker.xml. But I am getting an error when it tries to commit second time on the backup. Am I missing any configuration here? Exception in thread "main" javax.jms.JMSException: Duplicate message detected - message will not be route

Data Log Deletion and Duplicate Message

2014-05-04 Thread Punith
-- View this message in context: http://activemq.2283324.n4.nabble.com/Data-Log-Deletion-and-Duplicate-Message-tp4680846.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Duplicate message

2013-06-27 Thread Mohit Anchlia
I am starting to see this error after I added a condition. Does it mean messages are not getting forwarded or getting lost? 2013-06-27 11:18:19,556 | WARN | Duplicate message add attempt rejected. Destination: networkBridgeFilterFactory conditionalNetworkBridgeFilterFactory

Re: Duplicate message

2013-06-27 Thread Christian Posta
this error after I added a condition. Does it mean messages are not getting forwarded or getting lost? 2013-06-27 11:18:19,556 | WARN | Duplicate message add attempt rejected. Destination: networkBridgeFilterFactory conditionalNetworkBridgeFilterFactory replayWhenNoConsumers=true

Re: Duplicate message

2013-06-27 Thread Mohit Anchlia
? 2013-06-27 11:18:19,556 | WARN | Duplicate message add attempt rejected. Destination: networkBridgeFilterFactory conditionalNetworkBridgeFilterFactory replayWhenNoConsumers=true / /networkBridgeFilterFactory -- *Christian Posta* http://www.christianposta.com

Re: Broker Networks and duplicate message delivery

2011-12-19 Thread Gary Tully
processed twice. How do I prevent this duplicate processing?Am I missing anything here? -techB -- View this message in context: http://activemq.2283324.n4.nabble.com/Broker-Networks-and-duplicate-message-delivery-tp4201147p4201147.html Sent from the ActiveMQ - User mailing list archive

Re: Reply:Broker Networks and duplicate message delivery

2011-12-18 Thread techbuddy
believe is an excellent reference.The link http://activemq.apache.org/how-do-distributed-queues-work.html explains the process pretty well. -- View this message in context: http://activemq.2283324.n4.nabble.com/Broker-Networks-and-duplicate-message-delivery-tp4201147p4211610.html Sent from

Reply:Broker Networks and duplicate message delivery

2011-12-16 Thread SuoNayi
-Networks-and-duplicate-message-delivery-tp4201147p4201147.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply:Broker Networks and duplicate message delivery

2011-12-16 Thread SuoNayi
: http://activemq.2283324.n4.nabble.com/Broker-Networks-and-duplicate-message-delivery-tp4201147p4201147.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Broker Networks and duplicate message delivery

2011-12-15 Thread techbuddy
twice. How do I prevent this duplicate processing?Am I missing anything here? -techB -- View this message in context: http://activemq.2283324.n4.nabble.com/Broker-Networks-and-duplicate-message-delivery-tp4201147p4201147.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Network of Brokers - Duplicate message add attempt rejected

2011-09-06 Thread Gary Tully
MessageIdList.java Regards, Ozan -- View this message in context: http://activemq.2283324.n4.nabble.com/Network-of-Brokers-Duplicate-message-add-attempt-rejected-tp3771301p3790910.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- http://fusesource.com http

Re: Network of Brokers - Duplicate message add attempt rejected

2011-09-05 Thread oseymen
.nabble.com/file/n3790910/MessageIdList.java MessageIdList.java Regards, Ozan -- View this message in context: http://activemq.2283324.n4.nabble.com/Network-of-Brokers-Duplicate-message-add-attempt-rejected-tp3771301p3790910.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Network of Brokers - Duplicate message add attempt rejected

2011-08-29 Thread oseymen
/Network-of-Brokers-Duplicate-message-add-attempt-rejected-tp3771301p3776983.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Network of Brokers - Duplicate message add attempt rejected

2011-08-26 Thread oseymen
| Duplicate message add attempt rejected. Destination: Q1, Message id: ID:MSGTEST02-56791-634499717928681758-1:0:1:1:1003 WARN | Duplicate message add attempt rejected. Destination: Q1, Message id: ID:MSGTEST02-56791-634499717928681758-1:0:1:1:1004 WARN | Duplicate message add attempt rejected

Cron duplicate message add error

2010-11-23 Thread Alan Boyce
I'm trying to get message to post every 15 minutes using cron. The first time it goes fine, the second time I get this message: Duplicate message add attempt rejected. Destination: F.P, Message id: ID:Green-Cheese.local-63523-1290542364575-0:0:1:1:1 What am I doing wrong. Can I give

Re: Having Duplicate message when using failover and networkConnector .

2010-07-28 Thread honno
, honno hon...@163.com wrote: I use the same test case to test the 5.4-SNAPSHOT and the 5.3.3-SNAPSHOT which both have the duplicate message. So it maybe a bug in the version 5.3.0 ,5.3.2,5.3.3-SNAPSHOT and 5.4-SNAPSHOT. Gary Tully wrote: can you try your test case against a 5.4-SNAPSHOT

Re: Having Duplicate message when using failover and networkConnector .

2010-07-27 Thread Gary Tully
provide some inspiration. That will help fully understand your usecase and provide the ideal basis for reproducing and resolving. On 27 July 2010 03:45, honno hon...@163.com wrote: I use the same test case to test the 5.4-SNAPSHOT and the 5.3.3-SNAPSHOT which both have the duplicate message. So

Having Duplicate message when using failover and networkConnector .

2010-07-26 Thread honno
HI,all. I use failover transport to connect to brokerA and brokerB.The brokerA and brokerB use a networkConnector to connect each other. But i found the brokerA has a duplicate message when restart brokerA or brokerB. The test case as follow: (1)start brokerA,brokerB,start producer

Re: Having Duplicate message when using failover and networkConnector .

2010-07-26 Thread Gary Tully
can you try your test case against a 5.4-SNAPSHOT? On 26 July 2010 10:47, honno hon...@163.com wrote: HI,all. I use failover transport to connect to brokerA and brokerB.The brokerA and brokerB use a networkConnector to connect each other. But i found the brokerA has a duplicate message when

Re: Having Duplicate message when using failover and networkConnector .

2010-07-26 Thread honno
I use the same test case to test the 5.4-SNAPSHOT and the 5.3.3-SNAPSHOT which both have the duplicate message. So it maybe a bug in the version 5.3.0 ,5.3.2,5.3.3-SNAPSHOT and 5.4-SNAPSHOT. Gary Tully wrote: can you try your test case against a 5.4-SNAPSHOT? On 26 July 2010 10:47

Duplicate message add attempt rejected

2010-03-30 Thread siegeld
the messages on both brokerA and brokerB, and vice versa. My configuration works, but I keep getting the following kind of error in my logs: WARN | Duplicate message add attempt rejected. Message id: ID:brokerA-59948-1269961367915-0:19:1:1:181 I've configured each activemq-5.3 server

Re: Duplicate message add attempt rejected

2010-03-30 Thread siegeld
Note that I have also tried this with a networkconnection on only brokerA, connecting to brokerB, with duplex=true. I get the same duplicate message error. -- View this message in context: http://old.nabble.com/Duplicate-message-add-attempt-rejected-tp28084188p28084393.html Sent from

Re: Duplicate message add attempt rejected

2010-03-30 Thread siegeld
Solved the problem. This was a bug in release 5.3.0. Upgraded to 5.3.1 to fix. -- View this message in context: http://old.nabble.com/Duplicate-message-add-attempt-rejected-tp28084188p28086403.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Duplicate message when HashIndex table is resized

2009-06-05 Thread Gary Tully
. and the resized HashIndex is different INFO HashIndex - Resize hash bins queue-data_queue#3a#2f#2fM1 from 1024 to 2048 INFO HashIndex - Resize hash bins queue-data_queue#3a#2f#2fM1 from 2048 to 4096 This issue is serious : duplicate message or lost message is grave

Re: Duplicate message when HashIndex table is resized

2009-06-05 Thread MicAnn
hash bins queue-data_queue#3a#2f#2fM1 from 1024 to 2048 INFO HashIndex - Resize hash bins queue-data_queue#3a#2f#2fM1 from 2048 to 4096 This issue is serious : duplicate message or lost message is grave. --- Gary Tully said : Can you try your test scenario with the 5.3

Re: Duplicate message when HashIndex table is resized

2009-06-05 Thread Gary Tully
HashIndex - Resize hash bins queue-data_queue#3a#2f#2fM1 from 1024 to 2048 INFO HashIndex - Resize hash bins queue-data_queue#3a#2f#2fM1 from 2048 to 4096 This issue is serious : duplicate message or lost message is grave. --- Gary Tully said : Can you try your

Duplicate message when HashIndex table is resized

2009-06-04 Thread MicAnn
queue-data_queue#3a#2f#2fM1 from 2048 to 4096 This issue is serious : duplicate message or lost message is grave. -- View this message in context: http://www.nabble.com/Duplicate-message-when-HashIndex-table-is-resized-tp23872984p23872984.html Sent from the ActiveMQ - User mailing list archive

Re: duplicate message problem on ActiveMQ5.2.0

2009-02-15 Thread gfodor
://www.nabble.com/duplicate-message-problem-on-ActiveMQ5.2.0-tp20889152p22025410.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: duplicate message problem on ActiveMQ5.2.0

2008-12-22 Thread Gary Tully
Liu, you can get same at: http://repo.fusesource.com/maven2/org/apache/activemq/apache-activemq/5.2.0.1-fuse/ 2008/12/9 Leon Liu ljw2...@alibaba-inc.com: Hi gary, The fix can migrate to version 5.2.0? I think it is a critical bug. Leon Liu Gary Tully 写道: Leon, can you try a recent

Re: duplicate message problem on ActiveMQ5.2.0

2008-12-08 Thread Gary Tully
PROTECTED]: Hi , We find that ActiveMQ will produce a duplicate message under many comcumers . First We send 400,000 message to broker, then start comsumer thread to recieve message.If We have more comsumer Threads, more duplicate messages would appear. We recieve messages from a broker with 10

duplicate message problem on ActiveMQ5.2.0

2008-12-07 Thread Leon Liu
Hi , We find that ActiveMQ will produce a duplicate message under many comcumers . First We send 400,000 message to broker, then start comsumer thread to recieve message.If We have more comsumer Threads, more duplicate messages would appear. We recieve messages from a broker with 10 threads

Re: AMQ-1195 Get duplicate message after restart Topic subscriber.

2008-06-21 Thread Rob Davies
). I am new to ActiveMQ and its bug tracking web site so please for give my ignorance to the obvious. -- View this message in context: http://www.nabble.com/AMQ-1195-Get-duplicate-message-after-restart-Topic-subscriber.-tp18035270p18035270.html Sent from the ActiveMQ - User mailing list archive

AMQ-1195 Get duplicate message after restart Topic subscriber.

2008-06-20 Thread rhealey
please for give my ignorance to the obvious. -- View this message in context: http://www.nabble.com/AMQ-1195-Get-duplicate-message-after-restart-Topic-subscriber.-tp18035270p18035270.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Start/Stop Consumer and duplicate message is received.

2008-02-13 Thread wha
Thanks for the info. I got it working. -- View this message in context: http://www.nabble.com/Re%3A-Start-Stop-Consumer-and-duplicate-message-is-received.-tp15423159s2354p15461022.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Start/Stop Consumer and duplicate message is received.

2008-02-12 Thread Rob Davies
behavior or is there something wrong with my code?? Could it be my Thread.sleep that is executed too fast before an aknowledgement can be sent ? Any help appreciated! Thanks! -- View this message in context: http://www.nabble.com/Start-Stop-Consumer-and-duplicate-message-is-received

Start/Stop Consumer and duplicate message is received.

2008-02-11 Thread wha
or is there something wrong with my code?? Could it be my Thread.sleep that is executed too fast before an aknowledgement can be sent ? Any help appreciated! Thanks! -- View this message in context: http://www.nabble.com/Start-Stop-Consumer-and-duplicate-message-is-received.-tp15422289s2354p15422289.html

Re: Start/Stop Consumer and duplicate message is received.

2008-02-11 Thread Mario Siegenthaler
that is executed too fast before an aknowledgement can be sent ? Any help appreciated! Thanks! -- View this message in context: http://www.nabble.com/Start-Stop-Consumer-and-duplicate-message-is-received.-tp15422289s2354p15422289.html Sent from the ActiveMQ - User mailing list archive

Re: Duplicate message delivered to consumers on queue with AMQ persistence

2007-10-10 Thread David Sitsky
Hi Rob, I'm afraid I didn't get any time today, and my project has moved on to not using JMS persistence for messaging. We are using custom checkpointing instead, which is a bit more lightweight than full JMS persistence. I'd still like to see this issue fixed, so I'll try to find some

Re: Duplicate message delivered to consumers on queue with AMQ persistence

2007-10-09 Thread Rob Davies
Hi David, are you trying this with the persistentIndex option? thanks, Rob On Oct 9, 2007, at 6:28 AM, David Sitsky wrote: Hi Rob, Looks like the original issue I reported with duplicate messages being dispatched has resurfaced again. I don't see it happening in the original situation

Re: Duplicate message delivered to consumers on queue with AMQ persistence

2007-10-09 Thread Rob Davies
Hi Dave, spent ages trying to reproduce this with no luck - anybody else had luck reproducing this on the latest? cheers, Rob http://rajdavies.blogspot.com/ On Oct 9, 2007, at 6:28 AM, David Sitsky wrote: Hi Rob, Looks like the original issue I reported with duplicate messages

Re: Duplicate message delivered to consumers on queue with AMQ persistence

2007-10-09 Thread David Sitsky
Hi Rob, Sorry to hear that - I've also spent ages. FWIW, it happens regardless of the value for persistentIndex, I've used both true and false. Ditto with syncOnWrite, which I guess is not surprising. I'll try to modify my unit test further today to more closely mimic my real application

Re: RecoveryListenerAdapter - Message id ID... could not be recovered from the data store: WAS: [Duplicate message delivered to consumers on queue with kaha persistence]

2007-10-07 Thread David Sitsky
Hi Rob, Looks like you have fixed this issue - many thanks. Cheers, David Rob Davies wrote: Hi David, I've had a look through the log you've attached to AMQ-1445 - but I think i'll need some more information to successfully resolve whats going on. Obviously there's an attempt to retrieve a

Re: RecoveryListenerAdapter - Message id ID... could not be recovered from the data store: WAS: [Duplicate message delivered to consumers on queue with kaha persistence]

2007-10-07 Thread Rob Davies
Hi David, I had a test case that periodically could reproduce this - it now can't after ensuring references are always freshed in the Kaha reference store part of AMQ Store. Is your application now fixed? thanks, Rob On Oct 8, 2007, at 2:48 AM, David Sitsky wrote: Hi Rob, Looks like

Re: RecoveryListenerAdapter - Message id ID... could not be recovered from the data store: WAS: [Duplicate message delivered to consumers on queue with kaha persistence]

2007-10-07 Thread David Sitsky
Hi Rob, Yes - I haven't seen the issue in my application since updating. Many thanks again. Cheers, David Rob Davies wrote: Hi David, I had a test case that periodically could reproduce this - it now can't after ensuring references are always freshed in the Kaha reference store part of

Re: RecoveryListenerAdapter - Message id ID... could not be recovered from the data store: WAS: [Duplicate message delivered to consumers on queue with kaha persistence]

2007-10-05 Thread Rob Davies
Hi David, I've had a look through the log you've attached to AMQ-1445 - but I think i'll need some more information to successfully resolve whats going on. Obviously there's an attempt to retrieve a message that's already been deleted - I just need to find out why ;) Could I trouble you

Re: Duplicate message delivered to consumers on queue with kaha persistence

2007-10-04 Thread PieterN
, but I still believe this is a bug in the Kaha adapter. Regards, Pieter -- View this message in context: http://www.nabble.com/Duplicate-message-delivered-to-consumers-on-queue-with-kaha-persistence-tf4560327s2354.html#a13034799 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Duplicate message delivered to consumers on queue with kaha persistence

2007-10-04 Thread PieterN
see this issue is resolved -- haven't tried it yet though. Pieter -- View this message in context: http://www.nabble.com/Duplicate-message-delivered-to-consumers-on-queue-with-kaha-persistence-tf4560327s2354.html#a13034801 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Duplicate message delivered to consumers on queue with kaha persistence

2007-10-04 Thread Daryl Richter
On Oct 3, 2007, at 7:30 AM, Rob Davies wrote: Do you get the same using AMQ store (the default in 5.0) - its the prefered store over kaha in ActiveMQ 5.0 Hmm. When I start a very recent (revision 581630) build of ActiveMQ with completely default config I get (among others) the following

Re: Duplicate message delivered to consumers on queue with kaha persistence

2007-10-03 Thread Rob Davies
Do you get the same using AMQ store (the default in 5.0) - its the prefered store over kaha in ActiveMQ 5.0 cheers, Rob http://rajdavies.blogspot.com/ On Oct 3, 2007, at 8:50 AM, David Sitsky wrote: I have discovered an issue with the latest activemq 5.0 (revision 581510) which seems

Re: [Spam: 5.0] Getting duplicate message from JMS Topic after subscriber restart

2007-03-08 Thread thiamteck
experts here can give me some guide on what going on and how to solve this. Thanks in advance. :D -- View this message in context: http://www.nabble.com/Getting-duplicate-message-from-JMS-Topic-after-subscriber-restart-tf3362466s2354.html#a9354125 Sent from the ActiveMQ - User mailing list

Re: [Spam: 5.0] Getting duplicate message from JMS Topic after subscriber restart

2007-03-08 Thread James Strachan
On 3/8/07, thiamteck [EMAIL PROTECTED] wrote: Hi, I had test to run the same program (both publisher and subscriber) on ActiveMQ 4.0.2 and I do not get the problem. So I guess it is the problem of ActiveMQ 4.1. Ah thats good to know I will later post a bug report. We're very close to

Re: [Spam: 5.0] Getting duplicate message from JMS Topic after subscriber restart

2007-03-08 Thread thiamteck
://www.nabble.com/Getting-duplicate-message-from-JMS-Topic-after-subscriber-restart-tf3362466s2354.html#a9387736 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: [Spam: 5.0] Getting duplicate message from JMS Topic after subscriber restart

2007-03-07 Thread thiamteck
program, then it will work well again which for getting 1 copy for each message. Wish experts here can give me some guide on what going on and how to solve this. Thanks in advance. :D -- View this message in context: http://www.nabble.com/Getting-duplicate-message-from-JMS-Topic-after