All Projects : ActiveMQ (Key: AMQ)

Project Lead: Rob Davies
URL: http://activemq.apache.org/
Description:
Apache ActiveMQ is the most popular and powerful open source Message Broker. Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols and many advanced features while fully supporting JMS 1.1 and J2EE 1.4. Apache ActiveMQ is released under the Apache 2.0 License

Release Notes

 Select:   Open Issues   Road Map   Change Log   Popular Issues   Subversion Commits   Releases   Versions   Components   FishEye   Crucible   
Search FishEye:

FishEye FishEye

Recent Changesets

Shows the 20 most recent commits for ActiveMQ in the last 30 days.
884779 by  Gary Tully (2 files)
27/Nov/09 12:23 AM (2 days, 28 minutes ago)
884778 by  Gary Tully (2 files)
27/Nov/09 12:19 AM (2 days, 32 minutes ago)
884644 by  Dejan Bosanac (1 file)
26/Nov/09 09:00 AM (2 days, 15 hours ago)
884633 by  Dejan Bosanac (1 file)
26/Nov/09 08:46 AM (2 days, 16 hours ago)
884267 by  Hiram Chirino (21 files)
25/Nov/09 12:56 PM (3 days, 11 hours ago)
Fix for AMQ-2511: Inactivity monitor does not time out stale connections.
trunk/activemq-core/src/main/java/org/apache/activemq/transport/mock/MockTransport.java 884267 history download (+4 -0) diffs
trunk/activemq-core/src/main/java/org/apache/activemq/transport/fanout/FanoutTransport.java 884267 history download (+12 -0) diffs
trunk/activemq-core/src/main/java/org/apache/activemq/transport/vm/VMTransport.java 884267 history download (+7 -0) diffs
trunk/activemq-core/src/main/java/org/apache/activemq/transport/failover/FailoverTransport.java 884267 history download (+8 -0) diffs
trunk/activemq-optional/src/main/java/org/apache/activemq/transport/http/HttpTransport.java 884267 history download (+7 -1) diffs
trunk/activemq-core/src/main/java/org/apache/activemq/transport/tcp/TcpBufferedInputStream.java 884267 history download (+1 -1) diffs
trunk/activemq-core/src/test/java/org/apache/activemq/transport/StubTransport.java 884267 history download (+6 -0) diffs
trunk/activemq-core/src/main/java/org/apache/activemq/transport/TransportFilter.java 884267 history download (+4 -0) diffs
trunk/activemq-core/src/main/java/org/apache/activemq/transport/udp/UdpTransport.java 884267 history download (+7 -0) diffs
trunk/activemq-core/src/main/java/org/apache/activemq/transport/tcp/TcpTransport.java 884267 history download (+28 -1) diffs
trunk/activemq-optional/src/main/java/org/apache/activemq/transport/http/HttpClientTransport.java 884267 history download (+6 -0) diffs
trunk/activemq-core/src/main/java/org/apache/activemq/wireformat/WireFormat.java 884267 history download (+0 -5) diffs
trunk/activemq-optional/src/main/java/org/apache/activemq/transport/http/BlockingQueueTransport.java 884267 history download (+4 -0) diffs
trunk/activemq-core/src/main/java/org/apache/activemq/wireformat/ObjectStreamWireFormat.java 884267 history download (+0 -7) diffs
trunk/activemq-core/src/main/java/org/apache/activemq/transport/udp/CommandDatagramSocket.java 884267 history download (+9 -2) diffs
trunk/activemq-core/src/main/java/org/apache/activemq/transport/udp/CommandChannel.java 884267 history download (+3 -0) diffs
trunk/activemq-core/src/main/java/org/apache/activemq/transport/udp/CommandDatagramChannel.java 884267 history download (+7 -0) diffs
trunk/activemq-core/src/main/java/org/apache/activemq/transport/stomp/StompWireFormat.java 884267 history download (+0 -7) diffs
trunk/activemq-core/src/main/java/org/apache/activemq/openwire/OpenWireFormat.java 884267 history download (+0 -10) diffs
trunk/activemq-core/src/main/java/org/apache/activemq/transport/Transport.java 884267 history download (+8 -0) diffs
trunk/activemq-core/src/main/java/org/apache/activemq/transport/InactivityMonitor.java 884267 history download (+6 -1) diffs

883469 by  tabish (1 file)
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.
activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQConsumer.cpp 883469 history download (+17 -0) diffs

883459 by  Gary Tully (3 files)
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
branches/activemq-5.3/activemq-core/src/test/java/org/apache/activemq/bugs/AMQ2489Test.java 883459 history download (+226) new
branches/activemq-5.3/activemq-core/src/main/java/org/apache/activemq/ActiveMQMessageConsumer.java 883459 history download (+7 -1) diffs
branches/activemq-5.3/activemq-core/src/test/java/org/apache/activemq/usecases/ExpiredMessagesWithNoConsumerTest.java 883459 history download (+17 -4) diffs

883458 by  Gary Tully (3 files)
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
trunk/activemq-core/src/test/java/org/apache/activemq/usecases/ExpiredMessagesWithNoConsumerTest.java 883458 history download (+17 -4) diffs
trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQMessageConsumer.java 883458 history download (+7 -1) diffs
trunk/activemq-core/src/test/java/org/apache/activemq/bugs/AMQ2489Test.java 883458 history download (+226) new

883411 by  Bruce Snyder (1 file)
23/Nov/09 09:02 AM (5 days, 15 hours ago)
882511 by  Dejan Bosanac (11 files)
20/Nov/09 03:36 AM (8 days, 21 hours ago)
882157 by  Gary Tully (1 file)
19/Nov/09 06:24 AM (9 days, 18 hours ago)
882144 by  Dejan Bosanac (1 file)
19/Nov/09 05:50 AM (9 days, 19 hours ago)
882136 by  Gary Tully (1 file)
19/Nov/09 05:11 AM (9 days, 19 hours ago)
882126 by  Dejan Bosanac (2 files)
19/Nov/09 04:25 AM (9 days, 20 hours ago)
882096 by  Gary Tully (7 files)
19/Nov/09 02:33 AM (9 days, 22 hours ago)
881332 by  Dejan Bosanac (1 file)
17/Nov/09 07:20 AM (11 days, 17 hours ago)
881277 by  Dejan Bosanac (1 file)
17/Nov/09 05:31 AM (11 days, 19 hours ago)

Reports

Recently Created Issues Report
Created vs Resolved Issues Report
Resolution Time Report
Average Age Report
Pie Chart Report
Contribution Report
User Workload Report
Version Workload Report
Time Tracking Report
Single Level Group By Report

Preset Filters


Project Summary

Open Open 413
   17%
In Progress In Progress 1
Reopened Reopened 22
   1%
Resolved Resolved 1651
   69%
Closed Closed 318
   13%

Open Issues

By Priority
Blocker Blocker 3
   1%
Critical Critical 14
   3%
Major Major 345
   79%
Minor Minor 63
   14%
Trivial Trivial 11
   3%

By Assignee
Adrian Co 4
   1%
Bruce Snyder 7
   2%
David Jencks 1
Dejan Bosanac 17
   4%
Gary Tully 2
Hadrian Zbarcea 1
Hiram Chirino 12
   3%
James Strachan 3
   1%
Jonas Lim 1
Nikola Goran Cutura 1
Ramzi Saba 1
Rob Davies 18
   4%
Timothy Bish 1
Unassigned 367
   84%