Re: expired messages --> DLQ ? (when expiration=0)

2018-04-04 Thread Илья Шипицин
well, before submitting issue, I'd like to ask if there's already a possibility to configure that way. ok, got your point, will open a request 2018-04-04 17:29 GMT+05:00 Tim Bain : > If you think that message expiration should be checked when the publisher > publishes the message, you can submit

Re: expired messages --> DLQ ? (when expiration=0)

2018-04-04 Thread Tim Bain
If you think that message expiration should be checked when the publisher publishes the message, you can submit an enhancement request in JIRA for it. Tim On Tue, Apr 3, 2018, 11:15 PM Илья Шипицин wrote: > Tim, thank you for your investigation (looks like our client is buggy, > we'll look at i

Re: expired messages --> DLQ ? (when expiration=0)

2018-04-03 Thread Илья Шипицин
Tim, thank you for your investigation (looks like our client is buggy, we'll look at it). besides that, doesn't it look strange, accept message and drop it right away ? is there a possibility to reject such messages ? it will inform client in a better way 2018-04-04 9:12 GMT+05:00 Tim Bain : > Il

Re: expired messages --> DLQ ? (when expiration=0)

2018-04-03 Thread Tim Bain
Ilya, The output you're seeing is from the message as it's being put onto the DLQ. (destination=queue://DLQ.EdiInbound") This means that it has already passed through the set of transformations that occur in orc.apache.activemq.broker.region.RegionBroker.sendToDeadLetterQueue() and RegionBroker.st

Re: Expired messages specific DQL queue

2014-02-04 Thread pollotek
So, do you guys think this is possible? I'd like to have something like DLQ.expired> and DLQ.poison> or something similar. I'd really appreciate some guidance. -- View this message in context: http://activemq.2283324.n4.nabble.com/Expired-messages-specific-DQL-queue-tp4677340p4677434.html Sent

Re: Expired messages sent to Topic Advisory DLQ as opposed to Activemq.DLQ

2013-11-15 Thread Christian Posta
s Fargo > Cell: 704-564-5501 > > > -Original Message- > From: Christian Posta [mailto:christian.po...@gmail.com] > Sent: Friday, November 15, 2013 11:05 AM > To: users@activemq.apache.org > Subject: Re: Expired messages sent to Topic Advisory DLQ as opposed to > Activemq.DLQ

RE: Expired messages sent to Topic Advisory DLQ as opposed to Activemq.DLQ

2013-11-15 Thread barry.barnett
r 15, 2013 11:05 AM To: users@activemq.apache.org Subject: Re: Expired messages sent to Topic Advisory DLQ as opposed to Activemq.DLQ anything that flows to a topic (including advisory topics) that doesn't have any consumers will "fall off the face of the earth".. so there won'

Re: Expired messages sent to Topic Advisory DLQ as opposed to Activemq.DLQ

2013-11-15 Thread Christian Posta
can these messages be ignored? > > Regards, > > Barry Barnett > WMQ Enterprise Services & Solutions > Wells Fargo > Cell: 704-564-5501 > > > -Original Message- > From: jstordeur [mailto:jeremie.stord...@gmail.com] > Sent: Friday, November 15, 2013 5:

RE: Expired messages sent to Topic Advisory DLQ as opposed to Activemq.DLQ

2013-11-15 Thread barry.barnett
.com] Sent: Friday, November 15, 2013 5:23 AM To: users@activemq.apache.org Subject: Re: Expired messages sent to Topic Advisory DLQ as opposed to Activemq.DLQ Hello, You can see the descriptions of all available advisory topics there: http://activemq.apache.org/advisory-message.html I guess that

Re: Expired messages sent to Topic Advisory DLQ as opposed to Activemq.DLQ

2013-11-15 Thread jstordeur
Hello, You can see the descriptions of all available advisory topics there: http://activemq.apache.org/advisory-message.html I guess that the two that you observe are these ones: ActiveMQ.Advisory.Expired.Queue that receives an advisory message each time a message expires on a queue. The advisor

Re: Expired messages sent to Topic Advisory DLQ as opposed to Activemq.DLQ

2013-11-14 Thread Christian Posta
Expired messages should be moved to ActiveMQ.DLQ. Show your test case and config. On Thu, Nov 14, 2013 at 10:37 AM, wrote: > I sent a few messages with a quick expiry time on them to test out whether > they'd be written to the Activemq.DLQ default. It appears they were written > to the Topic

Re: Expired messages on a broker with redelivery seem seem to result in "ghost" messages

2013-04-05 Thread Gary Tully
the redelivery plugin was processing expired messages in error in 5.7, so they wold get redelivered to the original queue but dropped b/c the ttl was not reset. in 5.8 the fix for https://issues.apache.org/jira/browse/AMQ-4166 sorts this out such that expired messages are routed to the destination

Re: Expired messages are not being removed from queues

2010-11-05 Thread schow
Elliot Barlas wrote: > > Hey Michael, it turns out that the activemq broker actually does not > proactively purge expired messages from queues. The broker will not send > expired messages to consumers, but if there are no consumers consuming > from the queue, expired messages just sit. > FY

Re: Expired Messages are not getting deleted in the data directory

2009-08-13 Thread Gary Tully
I don't think 1112 will work for you as it is focused on queues rather than durable subs. Could you produce a junit test case that demonstrates your problem to see 5.3-SNAPSHOT is any better. If not, we can see if 1112 can be morphed into a suitable solution. 2009/8/13 guptaviv > > Hi. > > We ar

Re: Expired messages are not being removed from queues

2009-03-29 Thread mcarter
Hi Elliot, Yes I was quite disappointed to figure out that ActiveMQ was just leaving those messages around. Particularly since it caused queues to seize up and become useless, even after following all the advice out there about turning off producer flow control. In the end I implemented a workar

Re: Expired messages are not being removed from queues

2009-03-27 Thread Elliot Barlas
Hey Michael, it turns out that the activemq broker actually does not proactively purge expired messages from queues. The broker will not send expired messages to consumers, but if there are no consumers consuming from the queue, expired messages just sit. Today I made a similar post: http://w

Re: Expired messages not moved to dead letter queue.

2008-07-29 Thread RavshanKos
RavshanKos wrote: > > > mlukica wrote: >> >> Check: >> http://issues.apache.org/activemq/browse/AMQ-1796 >> > I switched to 5.2-SNAPSHOT, but this didn't help. > > I've find workaround of this issue. I've scheduled browsing of needed queue with javax.jms.QueueBrowser: logger.debug(

Re: Expired messages not moved to dead letter queue.

2008-07-25 Thread RavshanKos
mlukica wrote: > > Check: > http://issues.apache.org/activemq/browse/AMQ-1796 > I switched to 5.2-SNAPSHOT, but this didn't help. -- View this message in context: http://www.nabble.com/Expired-messages-not-moved-to-dead-letter-queue.-tp18608013p18646581.html Sent from the ActiveMQ - User mai

Re: Expired messages not moved to dead letter queue.

2008-07-24 Thread mlukica
Check: http://issues.apache.org/activemq/browse/AMQ-1796 -- View this message in context: http://www.nabble.com/Expired-messages-not-moved-to-dead-letter-queue.-tp18608013p18627682.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

RE: Expired messages

2008-05-19 Thread Steven Van Loon
Ok, thanks a lot! Will keep an eye on it. Steven. -Original Message- From: Rob Davies [mailto:[EMAIL PROTECTED] Sent: maandag 19 mei 2008 15:46 To: users@activemq.apache.org Subject: Re: Expired messages No - this one https://issues.apache.org/activemq/browse/AMQ-1112 Will get round

Re: Expired messages

2008-05-19 Thread Rob Davies
? -Original Message- From: Rob Davies [mailto:[EMAIL PROTECTED] Sent: maandag 19 mei 2008 13:39 To: users@activemq.apache.org Subject: Re: Expired messages Ah - penny drops - I see what you mean now. There's an outstanding enhancement (can't get access to jira at the moment) - to option

RE: Expired messages

2008-05-19 Thread Steven Van Loon
I assume you are referring to this one? https://issues.apache.org/activemq/browse/SM-872 Any chance for it to be implemented soon? -Original Message- From: Rob Davies [mailto:[EMAIL PROTECTED] Sent: maandag 19 mei 2008 13:39 To: users@activemq.apache.org Subject: Re: Expired messages

Re: Expired messages

2008-05-19 Thread Rob Davies
CONTEXT_FACTORY); props.setProperty(Context.PROVIDER_URL, PROVIDER_URL); jndiContext = new InitialContext(props); return jndiContext; } } -----Original Message- From: Rob Davies [mailto:[EMAIL PROTECTED] Sent: donderdag 15 mei 2008 19:02 T

RE: Expired messages

2008-05-19 Thread Steven Van Loon
> Messages Sent: 20 > Messages Received: 2 > > Which means the DLQ consumer has received the expired messages of my > first run and the expired message of the second run are not sent to > the > DLQ. (confirmed by my logging). > > Now, how can this be avoided? I

Re: Expired messages

2008-05-15 Thread Rob Davies
e DLQ. Anybody any ideas? Thanks! Steven. -Original Message- From: Rob Davies [mailto:[EMAIL PROTECTED] Sent: maandag 12 mei 2008 9:21 To: users@activemq.apache.org Subject: Re: Expired messages On 9 May 2008, at 10:35, Steven Van Loon wrote: Hi, Does anybody knows whether and how

RE: Expired messages

2008-05-15 Thread Steven Van Loon
users@activemq.apache.org Subject: Re: Expired messages On 9 May 2008, at 10:35, Steven Van Loon wrote: > Hi, > > > > Does anybody knows whether and how it is possible to act on expired > messages? > > > > Thanks! > > Steven. > Expired messages have taken too long to deliv

Re: Expired messages

2008-05-12 Thread Rob Davies
On 9 May 2008, at 10:35, Steven Van Loon wrote: Hi, Does anybody knows whether and how it is possible to act on expired messages? Thanks! Steven. Expired messages have taken too long to deliver to a consumer - they are sent to a dead letter queue - see http://activemq.apache.org/mes