Re: Redelivery policy parameters on artemis 2.10.1

2021-01-06 Thread Justin Bertram
9918 within the 30,000ms connection > >> TTL. The connection will now be closed. [code=CONNECTION_TIMEDOUT] > >> 2021-01-06 16:56:28,030 WARN {Thread-18 (activemq-netty-threads)} > >> [org.apache.activemq.artemis.core.server] : AMQ222150: Message > >> > >

Re: Redelivery policy parameters on artemis 2.10.1

2021-01-06 Thread slx
che.activemq.artemis.core.server] : AMQ222150: Message >> >> Reference[5011177500]:RELIABLE:CoreMessage[messageID=5011177500,durable=true,userID=6eeab1a3-5037-11eb-80d8-b02628c2b3dc,priority=4, >> timestamp=Wed Jan 06 16:54:17 CET 2021,expiration=0, durable=true, >> >> address=,siz

Re: Redelivery policy parameters on artemis 2.10.1

2021-01-06 Thread Justin Bertram
y=4, > timestamp=Wed Jan 06 16:54:17 CET 2021,expiration=0, durable=true, > > address=,size=1665,properties=TypedProperties[__HDR_dlqDeliveryFailureCause=java.lang.Throwable: > Dispatch[8] to ID:-44589-1607881800084-3:84233:1:106 exceeds > redelivery policy limit:RedeliveryPolicy {de

Redelivery policy parameters on artemis 2.10.1

2021-01-06 Thread slx
=TypedProperties[__HDR_dlqDeliveryFailureCause=java.lang.Throwable: Dispatch[8] to ID:-44589-1607881800084-3:84233:1:106 exceeds redelivery policy limit:RedeliveryPolicy {destination = null, collisionAvoidanceFactor = 0.15, maximumRedeliveries = 6, maximumRedeliveryDelay = -1, initialRedeliveryDelay = 1000

Re: Redelivery policy in resource adapter

2016-06-08 Thread alixey
Sorry, works only *MaximumRedeliveries* parameter! -- View this message in context: http://activemq.2283324.n4.nabble.com/Redelivery-policy-in-resource-adapter-tp4712787p4712797.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Redelivery policy in resource adapter

2016-06-08 Thread alixey
te JNDI name(jms/activemq) for this pool. I don't create admin object, because i use Spring MDP. I need next redelivery policy: maximumRedeliveries = -1(infinity) maximumRedeliveryDelay = 600 000(10 minutes) initialRedeliveryDelay = 15000(15 seconds) redeliveryDelay = 15000(15 seconds) useExpo

Re: Redelivery policy configuration

2015-11-12 Thread Mop Sophia
>> 2015-11-12 17:02 GMT+01:00 Christian Schneider : >> >> First the re deliveries in the factory are done then the ones on the >>> server. >>> So they add up. >>> >>> Christian >>> >>> >>> On 12.11.2015 16:53, Mop So

Re: Redelivery policy configuration

2015-11-12 Thread Christian Schneider
No idea how to do it in tomcat. In karaf I used blueprint and the RedeliveryPolicy class. Christian On 12.11.2015 17:06, Mop Sophia wrote: Hi Christian, Thanks for your answer. My connection factory is declared in Tomcat as a Resource. Do you know how can I configure the redelivery policy

Re: Redelivery policy configuration

2015-11-12 Thread Mop Sophia
Hi Christian, Thanks for your answer. My connection factory is declared in Tomcat as a Resource. Do you know how can I configure the redelivery policy, please ? When I add, this kind of option in the URL an error occured : jms.redeliveryPolicy.maximumRedeliveries=1 Thanks, Stéphane 2015-11-12

Re: Redelivery policy configuration

2015-11-12 Thread Christian Schneider
First the re deliveries in the factory are done then the ones on the server. So they add up. Christian On 12.11.2015 16:53, Mop Sophia wrote: Hi, I try to confiigure the redelivery policy in my application through the activemq.xml, I have added this part

Redelivery policy configuration

2015-11-12 Thread Mop Sophia
Hi, I try to confiigure the redelivery policy in my application through the activemq.xml, I have added this part

Redelivery policy concerns / questions (conumer based vs broker redelivery)

2014-10-26 Thread Marek Dominiak
Hi guys, I would like to clarify my understanding of redelivery policy types and different ways of configuring them. Questions: 1. Is my only option to set redelivery policy per destination basis is to set it on the connection itself? (for blocking redelivery) 2. Can the broker redelivery be

Re: Redelivery policy broken in 5.7.0

2014-08-15 Thread Usman Chaudhri
Nvilmer - thanks for posting the solution to activemq destination policy setting. Usman C.

Re: Competing consumers + redelivery policy

2013-12-23 Thread gllambi
and here's my config: first redelivery: 39:41 second redelivery: 39:42 third redelivery: 39:45 fourth redelivery: 39:48 fifth redelivery: 39:51 sixth redelivery: 39:54 any idea? -- View this message in context: http://activemq.2283324.n4.nabble.com/Competing-consumers-redelivery-poli

Re: Competing consumers + redelivery policy

2013-12-20 Thread Gary Tully
n.com/changelog/activemq?cs=1195615 On 20 December 2013 18:34, gllambi wrote: > Hi tully! > > I tried the nonBlockingRedelivery=true and now it deliver but it doesn't > take care about the redelivery policy. > > there was a comment made by Michael Piotrowski that explains the sa

Re: Competing consumers + redelivery policy

2013-12-20 Thread gllambi
Hi tully! I tried the nonBlockingRedelivery=true and now it deliver but it doesn't take care about the redelivery policy. there was a comment made by Michael Piotrowski that explains the same problem. This issue was solved? Thanks! -- View this message in context: http://activemq.22

Re: Competing consumers + redelivery policy

2013-12-20 Thread Gary Tully
see https://issues.apache.org/jira/browse/AMQ-1853 On 20 December 2013 13:42, gllambi wrote: > Hi guys! > > Is there a way to define a thread pool for normal message delivery and > another thread pool for message redelivery? > > I have a queue + redelivery policy and when

Competing consumers + redelivery policy

2013-12-20 Thread gllambi
Hi guys! Is there a way to define a thread pool for normal message delivery and another thread pool for message redelivery? I have a queue + redelivery policy and when three messages get locked for redelivery, no new messages are send by "normal" message delivery. I'm using

Re: redelivery policy & system usage limits not being applied correctly (Activemq 5.8)

2013-10-29 Thread Christian Posta
some java code), then it would help us quicker diagnose :) On Tue, Oct 29, 2013 at 2:59 AM, Jamie wrote: > Greetings > > I am experiencing a couple of issues while using ActiveMQ 5.8. They are: > > 1) Redelivery policy is not being applied correctly. > > 2) ActiveMQ broker is

redelivery policy & system usage limits not being applied correctly (Activemq 5.8)

2013-10-29 Thread Jamie
Greetings I am experiencing a couple of issues while using ActiveMQ 5.8. They are: 1) Redelivery policy is not being applied correctly. 2) ActiveMQ broker is not adhering to set usage constraints. The queue is filling up until it runs out of diskspace despite the fact that store limits are

Re: Redelivery policy broken in 5.7.0

2013-01-10 Thread CodeWarrior
Addingresolved the issue for me. Many thanks for the idea. -- View this message in context: http://activemq.2283324.n4.nabble.com/Redelivery-policy-broken-in-5-7-0-tp4658304p4661611.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Redelivery policy broken in 5.7.0

2012-11-13 Thread nvilmer
. -- View this message in context: http://activemq.2283324.n4.nabble.com/Redelivery-policy-broken-in-5-7-0-tp4658304p4659265.html Sent from

Re: spring dsl sample for redelivery policy

2012-11-13 Thread jiunjiunma
Yes, it is. That's actually what I set but did not work in activemq 5.7. As another thread indicates (http://activemq.2283324.n4.nabble.com/Redelivery-policy-broken-in-5-7-0-td4658304.html), it seems to be an regression. Thanks a lot for your help. It's very helpful. --Jiunjiun Tors

Re: spring dsl sample for redelivery policy

2012-11-13 Thread Torsten Mielke
Hello, How about this Spring config? You may want to set the redelivery policy on the ActiveMQConnectionFactory not on the PooledConnectionFactory. Is this what you are looking for? Hope this helps. Regards, Torsten Mielke tors...@fusesource.com tmielke.blogspot.com

spring dsl sample for redelivery policy

2012-11-12 Thread jiunjiunma
Hi, Does anyone have a sample on how to set the redelivery policy in spring DSL? The pooled connection factory only takes a delivery policy (not a delivery policy map) and I got an exception saying destination is not set when I set the ref to a RedeliveryPolicy object. According to this doc

Re: Redelivery policy broken in 5.7.0

2012-10-30 Thread Gary Tully
licy has been > changed to extend the class DestinationMapEntry. But the destination is a > required property. The example shows you binding a policy to a destination > via the redeliverypolicymap not with an embedded destination. > > > > -- > View this message in contex

RE: Redelivery policy broken in 5.7.0

2012-10-26 Thread darren
ia the redeliverypolicymap not with an embedded destination. -- View this message in context: http://activemq.2283324.n4.nabble.com/Redelivery-policy-broken-in-5-7-0-tp4658304.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Redelivery policy broken in 5.7.0

2012-10-26 Thread chudak
essage in context: http://activemq.2283324.n4.nabble.com/Redelivery-policy-broken-in-5-7-0-tp4658304.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Redelivery Policy per Queue

2012-03-30 Thread Huawei
Thanks, -- View this message in context: http://activemq.2283324.n4.nabble.com/Redelivery-Policy-per-Queue-tp4518541p4521180.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Redelivery Policy per Queue

2012-03-30 Thread Gary Tully
use the individualDeadLetterStrategy policy, see: http://activemq.apache.org/message-redelivery-and-dlq-handling.html On 30 March 2012 10:32, Huawei wrote: > Hi, > > I'm facing a situation where I need to define different redelivery policy > for different queues. > > Is t

Redelivery Policy per Queue

2012-03-30 Thread Huawei
Hi, I'm facing a situation where I need to define different redelivery policy for different queues. Is there any way that I can do that? Thanks, -- View this message in context: http://activemq.2283324.n4.nabble.com/Redelivery-Policy-per-Queue-tp4518541p4518541.html Sent from the Act

Re: Redelivery Policy Setting

2011-07-25 Thread MZ
, MZ -- View this message in context: http://activemq.2283324.n4.nabble.com/Redelivery-Policy-Setting-tp3686497p3691895.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Redelivery Policy Setting

2011-07-22 Thread MZ
Dear all, We are using activemq version 5.3 / 5.4 with tomcat 6, persistent message and transacted session. We do the Redelivery Policy Setting in the brokerURL in the resource definition in tomcat context file like following(in version 5.4): The problem we face to in both versions are: 1

ActiveMQXAConnectionFactory does not respect various parameters for redelivery policy

2011-04-20 Thread jaskirat singh
I tried to add these following parameters to my redelivery policy and * activeMQ* is not respecting any of them except maximumRedelivery I have filled a jira for this issue too, if someone knows a quick workaround, my major concern is to use redeliveryDelay *attribute* with

Re: Redelivery Policy

2010-08-17 Thread Gary Tully
                                           processNonPersistent="false" >                  /> >                   backOffMode="true" >                    initialRedeliveryTimeout="3" > backOffIncreaseRate="1.0"/> > >                   >                   &g

Redelivery Policy

2010-08-16 Thread co11983
work? -- View this message in context: http://old.nabble.com/Redelivery-Policy-tp29449203p29449203.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Redelivery Policy and In Flight Message Count

2009-09-03 Thread gnoremac
Hi I have configured a single queue which is consumed from by a single transacted consumer. The connection factory is configured with a redelivery policy as follows. (Redeliver 10 times) after redelivering 10 times the message is moved to the dead letter queue

Re: STOMP redelivery policy

2009-05-05 Thread Roger Hoover
if anything has changed since then (May '08). For > > ActiveMessaging, it looks like Andrew implemented his own max retry logic > > ( > > > https://trac-git.assembla.com/breakout/browser/vendor/plugins/activemessaging/lib/activemessaging/adapters/stomp.rb?rev

Re: STOMP redelivery policy

2009-05-05 Thread drsnyder
sembla.com/breakout/browser/vendor/plugins/activemessaging/lib/activemessaging/adapters/stomp.rb?rev=a288646f5565a84e1358d827e889b13ea73abca4 > ) > > Thanks, > > Roger > > -- View this message in context: http://www.nabble.com/STOMP-redelivery-policy-tp22141094p23390201.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Setting redelivery policy

2009-02-27 Thread Shahzad Bhatti
redelivery policy and DLQ. -- View this message in context: http://www.nabble.com/Setting-redelivery-policy-tp22252677p22252677.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

STOMP redelivery policy

2009-02-21 Thread Roger Hoover
Is there any way to configure maximumRedeliveries for a STOMP connection? I ran tests against 5.2 and 4.1.1 and both redeliver the message infinitely. This causes consumers to keep choking over and over again on the same message unless the consumers implement their own maxRetries logic. It looks

ActiveMq Connection errors in NMS when Redelivery Policy set

2007-09-06 Thread re.mark
Connection-errors-in-NMS-when-Redelivery-Policy-set-tf4394522s2354.html#a12530852 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Redelivery policy not honored

2007-07-11 Thread Adam Lewandowski
Thanks, that worked. But only if setting sessionTransacted to true and not using an external transaction manager, which rules out XA transactions. I'm still unconvinced that implementing the redelivery policy in the MessageConsumer is appropriate or even correct. If you have two consume

Re: Redelivery policy not honored

2007-07-11 Thread naga007
Use CACHE_CONSUMER in Spring Message listener container, this will not create session and consumer everytime its polls. Adam Lewandowski wrote: > > At what level does the redelivery policy get applied? I've got a > transactional consumer (Spring MDP) that is performing a

Redelivery policy not honored

2007-07-10 Thread Adam Lewandowski
At what level does the redelivery policy get applied? I've got a transactional consumer (Spring MDP) that is performing a rollback and I am expecting the message to be redelivered a maximum number of times as specified on the connection factory's redelivery policy. After the max

Re: Redelivery Policy does not work AMQ 4.1.1

2007-05-08 Thread Mykola
Fixed use org.springframework.jms.listener.SimpleMessageListenerContainer instead, Default one just refetches the message in endless loop. Simple one uses redelivery policy to do that. No idea why default behavior in Spring so weird -- View this message in context: http://www.nabble.com

Redelivery Policy does not work AMQ 4.1.1

2007-05-04 Thread Mykola
Hi All. I fased the problem with redelivery policy, it simply does not work for following config Factory

Re: Consumer Failure and Redelivery Policy Behaviour Question

2007-04-12 Thread James Strachan
On 4/12/07, spiderman2 <[EMAIL PROTECTED]> wrote: I believe you are refering to the maxInactivityDuration set on the ConnectionFactory. Is there a way to set this on a per message basis? I have some messages that should take hours to process, and the other just minutes/seconds. I need to know if

Re: Consumer Failure and Redelivery Policy Behaviour Question

2007-04-12 Thread spiderman2
red* to use transactional session to have this > guarantee of delivery/redelivery? > - if so, roughly what is the perf impact? > > NOTE: I have read http://activemq.apache.org/redelivery-policy.html > -- View this message in context: http://www.nabble.com/Consumer-Failure-and-

Re: Consumer Failure and Redelivery Policy Behaviour Question

2007-04-12 Thread James Strachan
On 4/12/07, spiderman2 <[EMAIL PROTECTED]> wrote: So you're saying if I use ClientAcknowledge and a consumer dies before sending the ACK, then the Broker will redeliver to an available consumer. Yes But how does it know the consumer died? If its not by timeout, then how long will it wait be

Re: Consumer Failure and Redelivery Policy Behaviour Question

2007-04-12 Thread spiderman2
on to have this >> guarantee >> of delivery/redelivery? > > No. Redelivery works for client acknowledgements and for transactional > messaging > > -- > > James > --- > http://radio.weblogs.com/0112098/ > > -- View this message in context: http://www.nabble.com/Consumer-Failure-and-Redelivery-Policy-Behaviour-Question-tf3563252s2354.html#a9960927 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Consumer Failure and Redelivery Policy Behaviour Question

2007-04-12 Thread James Strachan
On 4/12/07, spiderman2 <[EMAIL PROTECTED]> wrote: I have a broker (with a queue, NOT topic) on one host, and consumers on various other hosts. After a consumer has taken a persistent message from the Broker queue but dies before having processed it and ACK its completion, what happens? 1) Is th

Consumer Failure and Redelivery Policy Behaviour Question

2007-04-11 Thread spiderman2
is the perf impact? NOTE: I have read http://activemq.apache.org/redelivery-policy.html -- View this message in context: http://www.nabble.com/Consumer-Failure-and-Redelivery-Policy-Behaviour-Question-tf3563252s2354.html#a9952528 Sent from the ActiveMQ - User mailing list archive at Nabble.com.