Frederick G. Oconer
296d081fb8
Updated version of backport-util-concurrent to 2.1 since the assembly uses this version.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@390351 13f79535-47bb-0310-9956-ffa450edef68
2006-03-31 07:26:45 +00:00
Hiram R. Chirino
161c24aa16
Changed the KeepAliveInfo packet so that it extends BaseCommand so that a reply can be requested. Should will allow for a broker or a client to get almost imediate feedback to see if the connection is down.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@390200 13f79535-47bb-0310-9956-ffa450edef68
2006-03-30 18:06:06 +00:00
James Strachan
d458445245
added test case for rendezvous
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@390164 13f79535-47bb-0310-9956-ffa450edef68
2006-03-30 15:39:15 +00:00
James Strachan
1a917fe88f
added test case for rendezvous
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@390163 13f79535-47bb-0310-9956-ffa450edef68
2006-03-30 15:35:20 +00:00
James Strachan
217e0c8527
fixed typeo and made synchronized collection private
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@390149 13f79535-47bb-0310-9956-ffa450edef68
2006-03-30 14:37:24 +00:00
James Strachan
d9729e86d4
fixed old startup text - thx for the catch Geir
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@390117 13f79535-47bb-0310-9956-ffa450edef68
2006-03-30 13:20:08 +00:00
Frederick G. Oconer
7af0ed307c
Included other dependencies using maven 1 build as reference.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@390078 13f79535-47bb-0310-9956-ffa450edef68
2006-03-30 10:54:44 +00:00
James Strachan
e830585455
interupt thread on exception
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@390056 13f79535-47bb-0310-9956-ffa450edef68
2006-03-30 10:01:09 +00:00
Frederick G. Oconer
a715f014e3
changed groupId of the included artifact to "incubator-activemq".
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@390045 13f79535-47bb-0310-9956-ffa450edef68
2006-03-30 09:37:52 +00:00
Frederick G. Oconer
71f15d4804
Added configuration to include the mainclass in manifest.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@390044 13f79535-47bb-0310-9956-ffa450edef68
2006-03-30 09:30:03 +00:00
James Strachan
2ed21cedd0
removed a couple of possible concurrent accesses of the message collection
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@390041 13f79535-47bb-0310-9956-ffa450edef68
2006-03-30 09:15:47 +00:00
Frederick G. Oconer
268a81b278
forgot to uncomment activemq-web.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389970 13f79535-47bb-0310-9956-ffa450edef68
2006-03-30 02:48:51 +00:00
Frederick G. Oconer
f1bc88c787
Added additional dependencies for building activemq-web.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389967 13f79535-47bb-0310-9956-ffa450edef68
2006-03-30 02:37:41 +00:00
Frederick G. Oconer
ab7e7144b0
Organized and added required dependencies to be able to build in maven 2.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389966 13f79535-47bb-0310-9956-ffa450edef68
2006-03-30 02:35:39 +00:00
Frederick G. Oconer
b8b2258fc7
Fix for maven 2 builds and organized the dependencies.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389950 13f79535-47bb-0310-9956-ffa450edef68
2006-03-30 01:12:00 +00:00
Hiram R. Chirino
ae01926a0b
added to svn:ignore.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389944 13f79535-47bb-0310-9956-ffa450edef68
2006-03-30 00:40:07 +00:00
Hiram R. Chirino
ec5b7d0ffa
added to svn:ignore.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389943 13f79535-47bb-0310-9956-ffa450edef68
2006-03-30 00:39:01 +00:00
Hiram R. Chirino
e29d514732
The journal constrcutor changed.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389942 13f79535-47bb-0310-9956-ffa450edef68
2006-03-30 00:37:20 +00:00
Hiram R. Chirino
18d616c8db
- Since we now have per destination usage managers, I updated the MessageStore API so that each destination's store can be maded aware of the manager for that store.
...
Some stores like the journal hold messages around and use the usage manager to know when it should flush to disk.
- Moved alot of the message reference counting logic from the PrefetchSubscription up to it's subclasses since they all seem to do it just a slightly different way.
I think it makes easier to see now how the usage manager is affected by operations.
- I fixed and verifed that the keepDurableSubsActive=true option actually works. I think we should make this the default setting since it
make recovery safer. Once we have a better spooling implementation we can turn if off again.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389941 13f79535-47bb-0310-9956-ffa450edef68
2006-03-30 00:36:21 +00:00
Hiram R. Chirino
f1e3420e1d
better debug so we can see the sql statement being executed.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389893 13f79535-47bb-0310-9956-ffa450edef68
2006-03-29 21:20:57 +00:00
Hiram R. Chirino
38d8b832ef
Better content-length handling.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389845 13f79535-47bb-0310-9956-ffa450edef68
2006-03-29 17:52:01 +00:00
Hiram R. Chirino
c80b084cdc
Use the JMS methods to get the bytes in a BytesMessage since those decompress the payload if the content was compressed.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389841 13f79535-47bb-0310-9956-ffa450edef68
2006-03-29 17:26:58 +00:00
Gregory John Wilkins
4060ad9231
non static queue consumers
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389757 13f79535-47bb-0310-9956-ffa450edef68
2006-03-29 11:29:56 +00:00
Adrian T. Co
a094f32462
Added a continuum goal to build and ignore test failures.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389642 13f79535-47bb-0310-9956-ffa450edef68
2006-03-29 00:41:07 +00:00
Adrian T. Co
cd3f28f669
- Refactored the HttpEmbeddedTunnelServlet to make it easier to reuse.
...
- Ported the 3.x HttpSpringEmbeddedTunnelServlet to 4.x.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389632 13f79535-47bb-0310-9956-ffa450edef68
2006-03-28 23:51:05 +00:00
Hiram R. Chirino
449981be9d
Working on https://issues.apache.org/activemq/browse/AMQ-669
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389614 13f79535-47bb-0310-9956-ffa450edef68
2006-03-28 22:10:34 +00:00
Hiram R. Chirino
02d5f187ed
Applied patch https://issues.apache.org/activemq/browse/AMQ-668
...
Thanks Bruce!
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389608 13f79535-47bb-0310-9956-ffa450edef68
2006-03-28 21:27:06 +00:00
James Strachan
8c20a11a43
tidied up the connection/producer/consumer/destination visualisation
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389554 13f79535-47bb-0310-9956-ffa450edef68
2006-03-28 17:48:15 +00:00
Hiram R. Chirino
0797d088d3
https://issues.apache.org/activemq/browse/AMQ-660
...
adding support for MaxDB
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389551 13f79535-47bb-0310-9956-ffa450edef68
2006-03-28 17:23:55 +00:00
James Strachan
89106062da
moved the SSL tests into the activemq-core
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389537 13f79535-47bb-0310-9956-ffa450edef68
2006-03-28 16:30:45 +00:00
James Strachan
24404740a1
moved the SSL transport into the main core module and switched to using our own TCP transport by default (as well as refactoring to make the [Server]SocketFactory objects pluggable
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389536 13f79535-47bb-0310-9956-ffa450edef68
2006-03-28 16:29:41 +00:00
James Strachan
2a076d0710
added some test cases (that are not yet working) for reliable UDP
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389533 13f79535-47bb-0310-9956-ffa450edef68
2006-03-28 16:19:23 +00:00
Hiram R. Chirino
5a392bee0a
Adding back ability to configure the data directory and datasource.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389528 13f79535-47bb-0310-9956-ffa450edef68
2006-03-28 16:03:28 +00:00
James Strachan
d1a18f5787
added extra visualisation plugin; to render the broker, connections, sessions, consumers in a DOT graph
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389519 13f79535-47bb-0310-9956-ffa450edef68
2006-03-28 15:27:55 +00:00
James Strachan
d754e76c50
added support for RESTful browsing of message queues using a web container; either as XML or as RSS/Atom feeds. Fixes AMQ-666 - crikey thats a bad number for an AMQ issue :)
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389482 13f79535-47bb-0310-9956-ffa450edef68
2006-03-28 11:57:51 +00:00
Hiram R. Chirino
3263205bf9
Add more useful info if broker fails to start and don't start an embedded broker by default.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389334 13f79535-47bb-0310-9956-ffa450edef68
2006-03-28 00:47:18 +00:00
Hiram R. Chirino
28316bb0bb
Fix for http://issues.apache.org/activemq/browse/AMQ-659
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389258 13f79535-47bb-0310-9956-ffa450edef68
2006-03-27 20:29:56 +00:00
Hiram R. Chirino
4d98e83184
Build against G 1.2
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389256 13f79535-47bb-0310-9956-ffa450edef68
2006-03-27 20:23:15 +00:00
Hiram R. Chirino
90ce62b952
Getting gbeans to work.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389219 13f79535-47bb-0310-9956-ffa450edef68
2006-03-27 18:28:18 +00:00
Hiram R. Chirino
2d82776503
Validated against http://www.w3.org/RDF/Validator/
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389210 13f79535-47bb-0310-9956-ffa450edef68
2006-03-27 17:53:33 +00:00
Hiram R. Chirino
af9ee40075
Creating a project doap file so we can be included at http://projects.apache.org/index.html
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389208 13f79535-47bb-0310-9956-ffa450edef68
2006-03-27 17:46:11 +00:00
Hiram R. Chirino
3d43a18e2a
Moved to the org.apache.activemq package and updated copyright headers.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389180 13f79535-47bb-0310-9956-ffa450edef68
2006-03-27 16:02:48 +00:00
James Strachan
4ba19cad18
minor refactor to share code
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389021 13f79535-47bb-0310-9956-ffa450edef68
2006-03-27 04:53:51 +00:00
James Strachan
5bed19f1c5
tidied up some cruft
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389020 13f79535-47bb-0310-9956-ffa450edef68
2006-03-27 04:37:11 +00:00
James Strachan
694120cd29
made the destination map easier to navigate
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389019 13f79535-47bb-0310-9956-ffa450edef68
2006-03-27 04:33:40 +00:00
James Strachan
d84e0521ea
added a visualisation plugin to render the current queue and topic hierarchies graphically
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389018 13f79535-47bb-0310-9956-ffa450edef68
2006-03-27 04:33:08 +00:00
Hiram R. Chirino
90bab0fcf4
Fix for
...
https://issues.apache.org/activemq/browse/AMQ-661
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389007 13f79535-47bb-0310-9956-ffa450edef68
2006-03-27 02:21:17 +00:00
Hiram R. Chirino
1baf9f10f9
make top level default goal call sub project default goal.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@388983 13f79535-47bb-0310-9956-ffa450edef68
2006-03-26 23:08:12 +00:00
Robert Davies
a9c49a7f16
Fix for http://jira.activemq.org/jira/browse/AMQ-487
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@388714 13f79535-47bb-0310-9956-ffa450edef68
2006-03-25 06:55:33 +00:00
Hiram R. Chirino
f451ad04bf
- Switched the m2 builds to use maven-one-plugin so that the activeio jars can be used in the maven 1 build activemq is using.
...
- the m2 build now uses the same groupId that our m1 activemq build is using. I know it's not the m2 way to name groups, we I'm willing to live with this until we are out of the incubator and using m2 to do builds by default.
- Ported activemq to use activeio 3.0-SNAPSHOT from activeio 2.1, since the 3.x stuff is in a new package space, it should not conflict with previous version (for example the version used in Geronimo).
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@388677 13f79535-47bb-0310-9956-ffa450edef68
2006-03-24 23:41:23 +00:00