Frederick G. Oconer
9fc2fd6af6
Changes:
...
1. use actual group Id instead of using ${pom.groupId}.
2. changed groupId of tooling modules.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@454602 13f79535-47bb-0310-9956-ffa450edef68
2006-10-10 04:01:42 +00:00
Robert Davies
5c4bd063d7
added additional properties for network control etc
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@454532 13f79535-47bb-0310-9956-ffa450edef68
2006-10-09 22:09:54 +00:00
Robert Davies
7a6b944e6b
Ensure messages inform usage manager when they hop in and out of ram ...
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@454471 13f79535-47bb-0310-9956-ffa450edef68
2006-10-09 19:38:17 +00:00
Robert Davies
78035ea26b
check tmpDataStore is actually created before closing!
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@454444 13f79535-47bb-0310-9956-ffa450edef68
2006-10-09 17:56:58 +00:00
Robert Davies
b6ba20b965
changes for https://issues.apache.org/activemq/browse/AMQ-845 -
...
provide support for durable topic cursors
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@454368 13f79535-47bb-0310-9956-ffa450edef68
2006-10-09 13:05:20 +00:00
Robert Davies
2a22129edd
changes for https://issues.apache.org/activemq/browse/AMQ-845 -
...
provide support for durable topic cursors
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@454367 13f79535-47bb-0310-9956-ffa450edef68
2006-10-09 13:04:57 +00:00
Frederick G. Oconer
4208134b5e
Minor correction on comments.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@454326 13f79535-47bb-0310-9956-ffa450edef68
2006-10-09 10:06:40 +00:00
Adrian T. Co
ff7bee0e49
Minor update: Check for null first before using the object.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@453629 13f79535-47bb-0310-9956-ffa450edef68
2006-10-06 15:02:42 +00:00
Brian McCallister
f8485e3b36
Initial work on making the stomp frame and destination conversion in and out of activemq pluggable. The only implementation is the 4.0 style, but adding others is doable now.
...
Configuration is done on a per-TransportFactory basis right now, this might need some tweaking. Will discuss on list
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@453497 13f79535-47bb-0310-9956-ffa450edef68
2006-10-06 04:55:04 +00:00
Hiram R. Chirino
cc1a9be9c8
Switch to using a variable when specify the url to the m1 deployment repo and also deploy to the snapshot repo by default.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@453467 13f79535-47bb-0310-9956-ffa450edef68
2006-10-06 02:16:18 +00:00
Hiram R. Chirino
e353513bcd
pom tweak
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@453459 13f79535-47bb-0310-9956-ffa450edef68
2006-10-06 02:03:37 +00:00
Hiram R. Chirino
8c5aadf6a0
Switch to latest depolyed snapshot of activeio and disable persitence for some tests that don't need it on.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@453454 13f79535-47bb-0310-9956-ffa450edef68
2006-10-06 01:41:03 +00:00
Hiram R. Chirino
5a58837f8e
Updated test to the new way of specifying the broker xml file in the JNDI properties.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@453440 13f79535-47bb-0310-9956-ffa450edef68
2006-10-06 00:31:01 +00:00
Hiram R. Chirino
bcca6682e0
http://issues.apache.org/activemq/browse/AMQ-958
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@453380 13f79535-47bb-0310-9956-ffa450edef68
2006-10-05 21:05:52 +00:00
Robert Davies
374971febe
trim the string used to get the sequence id
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@453176 13f79535-47bb-0310-9956-ffa450edef68
2006-10-05 10:13:23 +00:00
Robert Davies
a3cd7da9c1
fixed some class cast exceptions
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@453171 13f79535-47bb-0310-9956-ffa450edef68
2006-10-05 10:11:17 +00:00
Frederick G. Oconer
ac4beb12f9
https://issues.apache.org/activemq/browse/AMQ-956 :
...
Fix, created an activemq-version property that will represent as the version of each activemq dependencies. This way the activemq snapshot transitive dependencies will not refer to the timestamp of the parent.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@453166 13f79535-47bb-0310-9956-ffa450edef68
2006-10-05 09:55:36 +00:00
Robert Davies
6e80442519
work for https://issues.apache.org/activemq/browse/AMQ-876
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@453124 13f79535-47bb-0310-9956-ffa450edef68
2006-10-05 07:20:31 +00:00
Robert Davies
17946e5325
work for https://issues.apache.org/activemq/browse/AMQ-876
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@453123 13f79535-47bb-0310-9956-ffa450edef68
2006-10-05 07:19:35 +00:00
Hiram R. Chirino
44aece5020
use the subscription name in the object key of a durable subscription so that it is more unique so that the MBeanTest can pass.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@453075 13f79535-47bb-0310-9956-ffa450edef68
2006-10-05 00:58:59 +00:00
Adrian T. Co
09ebb720d3
Fix for: https://issues.apache.org/activemq/browse/AMQ-942
...
- Added support for large string in ActiveMQStreamMessage.
- Change the marshalling method of ActiveMQStreamMessage to also use the MarshallingSupport utility. This allows a central utility to handle object marshalling. Unmarshalling was still left to ActiveMQStreamMessage as it performs type conversions.
- NOTE: The constants use to determine the data type was also change to refer to the constants in MarshallingSupport. This makes this version's wireformat incompatible with previous versions.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@452793 13f79535-47bb-0310-9956-ffa450edef68
2006-10-04 08:29:38 +00:00
James Strachan
00282727b8
minor refactor to create marshalString helper method
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@452752 13f79535-47bb-0310-9956-ffa450edef68
2006-10-04 06:13:12 +00:00
Hiram R. Chirino
afcb55e547
Use released versions of the plugins
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@452662 13f79535-47bb-0310-9956-ffa450edef68
2006-10-03 22:44:54 +00:00
Hiram R. Chirino
cc11683bf6
Use property variables to specify the URLs of the distribution repositories so that they can be overriden on the command line
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@452659 13f79535-47bb-0310-9956-ffa450edef68
2006-10-03 22:35:22 +00:00
Hiram R. Chirino
dfddf69103
Adding missing header files.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@452657 13f79535-47bb-0310-9956-ffa450edef68
2006-10-03 22:29:08 +00:00
James Strachan
4e1ec02590
added an explicit check that the destination is not null to prevent cryptic exception messages from the broker
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@452507 13f79535-47bb-0310-9956-ffa450edef68
2006-10-03 14:26:38 +00:00
James Strachan
8d42a5af7f
applied patch from Hiroshi Ayukawa to ensure that object stream marshalling is all released - many thanks! For discussion see: http://www.nabble.com/Broker-used-up-the-memory-tf2316972.html#a6598182
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@452505 13f79535-47bb-0310-9956-ffa450edef68
2006-10-03 14:05:11 +00:00
James Strachan
917927fe6d
Patch for AMQ-950 to only create a JMX context if there is not a platform one
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@452350 13f79535-47bb-0310-9956-ffa450edef68
2006-10-03 08:37:16 +00:00
Jonas B. Lim
62cb1b6cb0
updates for https://issues.apache.org/activemq/browse/AMQ-834 and https://issues.apache.org/activemq/browse/AMQ-833
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@452346 13f79535-47bb-0310-9956-ffa450edef68
2006-10-03 08:33:15 +00:00
Hiram R. Chirino
fa4279c433
http://issues.apache.org/activemq/browse/AMQ-953
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@452108 13f79535-47bb-0310-9956-ffa450edef68
2006-10-02 16:23:19 +00:00
Frederick G. Oconer
aa532c1661
fixed classname specified in the log.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@451617 13f79535-47bb-0310-9956-ffa450edef68
2006-09-30 17:18:51 +00:00
Frederick G. Oconer
61308b8ff9
Made a slight mistake on the name of the unit test. Change the name of JmsQueueSendReceiveWithMessageExpiration to JmsQueueSendReceiveWithMessageExpirationTest.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@451615 13f79535-47bb-0310-9956-ffa450edef68
2006-09-30 17:09:38 +00:00
Frederick G. Oconer
e8bae06604
Added unit test for consuming expired topic and queue. - AMQ-936
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@451612 13f79535-47bb-0310-9956-ffa450edef68
2006-09-30 17:00:57 +00:00
Jonas B. Lim
0552c2bf0d
https://issues.apache.org/activemq/browse/AMQ-812 - allow all destinations, including inactive ones to be shown in jmx
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@451518 13f79535-47bb-0310-9956-ffa450edef68
2006-09-30 02:06:59 +00:00
James Strachan
a8abf2e391
removed some duff javadoc
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@451325 13f79535-47bb-0310-9956-ffa450edef68
2006-09-29 15:22:49 +00:00
James Strachan
72491912ad
make absolutely sure that a session is always removed from the connection even if there is a failure while closing
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@451323 13f79535-47bb-0310-9956-ffa450edef68
2006-09-29 15:10:28 +00:00
Adrian T. Co
3c441d03ae
Added test case for JmsLogAppender
...
For: https://issues.apache.org/activemq/browse/AMQ-935
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@451170 13f79535-47bb-0310-9956-ffa450edef68
2006-09-29 08:49:59 +00:00
Hiram R. Chirino
4879b9cbd3
Adding a activemq.xml and log4j.properties as test resources so that ActiveMQ can be launched via
...
the Main class in an IDE without any additional configuration.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@451030 13f79535-47bb-0310-9956-ffa450edef68
2006-09-28 20:42:12 +00:00
James Strachan
833eefb345
ensure that producer & consumers are created lazily
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@450451 13f79535-47bb-0310-9956-ffa450edef68
2006-09-27 14:19:44 +00:00
Patrick Edward Lapus Villacorta
91bcbda6e0
AMQ-928 - decrement consumer count only when a subscription was removed (add null check)
...
- add test
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@450371 13f79535-47bb-0310-9956-ffa450edef68
2006-09-27 07:58:28 +00:00
James Strachan
45055d3532
removed unnecessary central repo which was causing G some issues
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@450343 13f79535-47bb-0310-9956-ffa450edef68
2006-09-27 06:30:34 +00:00
Hiram R. Chirino
eaa5c9991b
Fixing pom
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@450290 13f79535-47bb-0310-9956-ffa450edef68
2006-09-27 02:45:45 +00:00
Hiram R. Chirino
bd0ad6860a
In an attempt to make the openwire generator easier to maintain and use from the now seperate activemq-cpp and
...
activemq-dotnet modules, I converted the groovy scripts to plain java and you can now execute them with just plain
Ant.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@450289 13f79535-47bb-0310-9956-ffa450edef68
2006-09-27 02:42:47 +00:00
Hiram R. Chirino
32f0612059
Setting the eol style
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@450143 13f79535-47bb-0310-9956-ffa450edef68
2006-09-26 18:40:49 +00:00
Hiram R. Chirino
0935193f85
Added licence headers so that generated sources also have the header
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@450141 13f79535-47bb-0310-9956-ffa450edef68
2006-09-26 18:29:30 +00:00
Hiram R. Chirino
77f1ed2207
Set the eol style on the generated marshallers
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@450091 13f79535-47bb-0310-9956-ffa450edef68
2006-09-26 15:44:19 +00:00
James Strachan
094f00750f
applied patch from Kelly Campbell for AMQ-940 wth thanks
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@450044 13f79535-47bb-0310-9956-ffa450edef68
2006-09-26 13:32:52 +00:00
Jonas B. Lim
2b11b8c36d
fix for https://issues.apache.org/activemq/browse/AMQ-851 - reduce dependencies of the activemq-core POM to only minimal stuff. moved xpath filtering components to activemq-optional
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@449965 13f79535-47bb-0310-9956-ffa450edef68
2006-09-26 09:49:55 +00:00
James Strachan
8427665555
added creative commons license details for common.js script
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@449946 13f79535-47bb-0310-9956-ffa450edef68
2006-09-26 08:27:45 +00:00
Adrian T. Co
d90b781b00
Applied patch from Bruce Snyder to port AMQ 3.x LogAppender utility to AMQ 4.x.
...
Refer to: https://issues.apache.org/activemq/browse/AMQ-935
Applied to rev 449914
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@449919 13f79535-47bb-0310-9956-ffa450edef68
2006-09-26 05:56:44 +00:00