Shows the 20 most recent commits for ActiveMQ in the last 30 days.
884779
by Gary Tully
(2 files)
- svn merge -c 884778 - resolve https://issues.apache.org/activemq/browse/AMQ-2516 - broker send to dlq now uses broker security context so it will bypass the authentication plugin when configured
884778
by Gary Tully
(2 files)
- resolve https://issues.apache.org/activemq/browse/AMQ-2516 - broker send to dlq now uses broker security context so it will bypass the authentication plugin when configured
883469
by tabish
(1 file)
- Fix an issue that would result with the same error as that seen in AMQ-2489 when clients ack messages in the async callback of a consumer.
23/Nov/09 11:17 AM (5 days, 13 hours ago)
Fix an issue that would result with the same error as that seen in AMQ-2489 when clients ack messages in the async callback of a consumer.
883459
by Gary Tully
(3 files)
- svn merge -c 883458 - resolve https://issues.apache.org/activemq/browse/AMQ-2489 - duplicate delivery acks resulted in broker exceptions with client or inividual ack - delivery acks now only for unack...
23/Nov/09 10:46 AM (5 days, 14 hours ago)
svn merge -c 883458 - resolve https://issues.apache.org/activemq/browse/AMQ-2489 - duplicate delivery acks resulted in broker exceptions with client or inividual ack - delivery acks now only for unacked messages - down side is pending messages in broker remain on expiry awaiting ack from ackLaer that dependes on prefetch value - but this is reasonable and to be expected. they will be removed on close or subsequent acks in any event
883458
by Gary Tully
(3 files)
- resolve https://issues.apache.org/activemq/browse/AMQ-2489 - duplicate delivery acks resulted in broker exceptions with client or inividual ack - delivery acks now only for unacked messages - down sid...
23/Nov/09 10:43 AM (5 days, 14 hours ago)
resolve https://issues.apache.org/activemq/browse/AMQ-2489 - duplicate delivery acks resulted in broker exceptions with client or inividual ack - delivery acks now only for unacked messages - down side is pending messages in broker remain on expiry awaiting ack from ackLaer that dependes on prefetch value - but this is reasonable and to be expected. they will be removed on close or subsequent acks in any event
882100
by Gary Tully
(7 files)
- svn merge -c 882096 - resolve https://issues.apache.org/activemq/browse/AMQ-2487 - usage management of storecursor iterator was broken in that a browse would decrement the usage. memory management acr...
19/Nov/09 02:48 AM (9 days, 22 hours ago)
svn merge -c 882096 - resolve https://issues.apache.org/activemq/browse/AMQ-2487 - usage management of storecursor iterator was broken in that a browse would decrement the usage. memory management across move and retry operations is now correct. modified some tests to validate memory usage
882096
by Gary Tully
(7 files)
- resolve https://issues.apache.org/activemq/browse/AMQ-2487 - usage management of storecursor iterator was broken in that a browse would decrement the usage. memory management across move and retry ope...
19/Nov/09 02:33 AM (9 days, 22 hours ago)
resolve https://issues.apache.org/activemq/browse/AMQ-2487 - usage management of storecursor iterator was broken in that a browse would decrement the usage. memory management across move and retry operations is now correct. modified some tests to validate memory usage