Commit Graph

8897 Commits

Author SHA1 Message Date
Clebert Suconic bebd8093c0 This closes #222 on resource limits 2015-05-04 21:39:57 -04:00
jbertram f509ce7519 ACTIVEMQ6-70 broker resource limits
Implements basic limits on the number of connections and number of
queues a particular user can create to/on the broker.
2015-05-04 20:37:20 -05:00
jbertram 57d29ed119 Point test configs to right directory 2015-05-04 16:07:27 -05:00
jbertram 3eb835a8ab ACTIVEMQ6-96 acceptor limit
Adds a configuration property on both in-vm and Netty acceptors
whereby the number of connections allowed is configurable.
2015-05-04 16:07:27 -05:00
jbertram adb0b2bddb This closes #221 tool refactor 2015-05-04 15:32:42 -05:00
Clebert Suconic cff9f5b785 Improving tools to use configuration
PrintData / Export and other tools are now reading default configuration from broker.xml
I also did some refactoring so Stop and Run will share some of the basic functions
2015-05-04 16:05:22 -04:00
jbertram 7965cb71cd This closes #220 tools/cli refactor 2015-05-04 10:29:26 -05:00
Clebert Suconic fa6dd9fd6d upgrade airline to the latest version 2015-05-04 10:55:21 -04:00
Clebert Suconic ea3370b38c Moving artemis-tools to artemis-cli and improving the tooling
Artemis tools is now part of the cli
Bootstrap was renamed to CLI
2015-05-03 12:42:19 -04:00
Clebert Suconic dc58e431a5 This closes #219 on proton update 2015-05-03 12:41:55 -04:00
Robert Gemmell 008e0ecf7d Upgrade to Proton 0.9.1 release, use a property to keep versions in sync 2015-05-03 16:18:52 +01:00
Clebert Suconic 0b44b4060e fixing parent on artemis-distribution 2015-05-03 10:59:13 -04:00
jbertram 6ba84537f4 This closes #218 move dist to root 2015-05-01 09:28:58 -05:00
Andy Taylor 7a09266113 move distribution to root directory 2015-05-01 09:34:33 +01:00
jbertram 903c8a2527 This closes #217 proton/libaio updates 2015-04-30 14:37:20 -05:00
Clebert e30c82f66e fixing libaio runtime
The runtime execution is not picking up the libaio wrapper properly
This will fix the script with the library path and the .so placements at the output file
2015-04-30 15:14:45 -04:00
Clebert Suconic 8cc2be4c51 upgrade Proton to 0.9
This is just increasing the version of Proton
2015-04-30 15:14:27 -04:00
Clebert Suconic 63a857d18d this closes #216 on artemis rename 2015-04-30 13:14:02 -04:00
jbertram 028529b8a9 Avoid potential NPEs seen on tests 2015-04-30 09:26:03 -05:00
jbertram 791cc5c50c More rename updates 2015-04-30 09:07:20 -05:00
Clebert Suconic 5676d9a8e6 This closes #215 on more renaming stuff 2015-04-30 09:26:32 -04:00
Andy Taylor efbe4e621f fixed examples and some docs after Artemis renaming 2015-04-30 10:44:16 +01:00
Clebert Suconic c65bec5484 Changes on README
Just renaming URLs after the github / apache rename
2015-04-29 13:38:22 -04:00
jbertram 46254e72b9 This closes #214 config rename 2015-04-29 12:02:06 -05:00
Andy Taylor e60d2ae2ae rename users and roles properties files 2015-04-29 16:07:52 +01:00
Andy Taylor 34f8e5383d renamed startup scripts 2015-04-29 14:28:11 +01:00
Andy Taylor 24a4c63458 renamed schemas 2015-04-29 10:49:43 +01:00
Andy Taylor ac5bb8fd6c renamed config to broker.xml 2015-04-29 10:30:32 +01:00
Clebert Suconic 4823b3e97c This closes #213 on renaming packages to artemis 2015-04-28 11:39:56 -04:00
Clebert Suconic 70a6e43075 Fixing byteman tests after the rename 2015-04-28 10:39:05 -05:00
Andy Taylor 63152b1d4b updated images to Artemis 2015-04-28 09:18:28 -05:00
Clebert e2e5401833 renaming rdf 2015-04-27 18:30:02 -04:00
Clebert 08d62dccc0 ACTIVEMQ6-1 Renaming native and 64/32 bit compilation 2015-04-27 18:30:01 -04:00
jbertram 9a6ae57d45 Casting issue with management op over core 2015-04-27 18:30:01 -04:00
Justin Bertram 8f52a622d0 ACTIVEMQ6-1 Artemis rename
Based on the Apache ActiveMQ community vote this project is being
renamed "Artemis."
2015-04-27 17:48:02 -04:00
Clebert Suconic f509c075c6 ACTIVEMQ6-1 Artemis rename
This commit is a simple mv of the files.. We required two commits to preserve history,
one to git mv, one for the actual changes...

otherwise history would be lost

Based on the Apache ActiveMQ community vote this project is being
renamed "Artemis."
2015-04-27 17:44:45 -04:00
Clebert Suconic 63dcb27d4d This closes #212 on doc changes for Artemis 2015-04-24 10:23:07 -04:00
Martyn Taylor 11e1b850c9 Renamed ActiveMQ6 to ActiveMQ Artemis 2015-04-24 14:07:31 +01:00
jbertram f1faacb112 This closes #211 large message over bridge 2015-04-23 15:02:19 -05:00
Clebert Suconic ada112a6a3 ACTIVEMQ6-94: Using proper flow control on very large messages over the bridge
This will remove some of the verifications written by Howard on his commit.
I did this to simplify the flow control

This closes #197
2015-04-23 15:48:20 -04:00
Howard Gao c1111cc156 ACTIVEMQ6-94: HornetQ Bridge does not handle large messages
When sending a large message that exceeds the size of
Integer.MAX_VALUE, the bridge will get negative chunk size during
fowarding. And the resend cache is not limited so there is a
potential that it may get OutOfMemory exception.
2015-04-23 15:02:01 -04:00
Clebert Suconic 147a5528e4 changing iterations on test so it runs faster 2015-04-23 15:02:01 -04:00
jbertram 16137eabc7 This closes #97 first message management 2015-04-22 17:01:59 -05:00
Daniel Pocock 00837c120d Management Methods for first message timestamp 2015-04-22 17:01:39 -05:00
jbertram fe849a4f1e This closes 210 potential deadlock fix 2015-04-22 16:41:10 -05:00
Clebert Suconic e62112fbff Avoiding possible deadlock after Proton deliveries 2015-04-22 16:45:08 -04:00
Martyn Taylor 47edcd4014 Merge branch #209' 2015-04-22 12:21:46 +01:00
Clebert Suconic 81a7613b38 ACTIVEMQ6-97 - fixing a left-over from the renaming 2015-04-21 21:54:10 -04:00
Clebert Suconic 95b6328993 Queue Auto-create fixes on OpenWire
this is basically addressing a performance issue on OpenWire, setting the auto-create to the PostOffice
after not being able to route

The core protocol stays the same in regard to the auto-create since the exceptions are happening after the queueQuery
2015-04-21 18:00:07 -04:00
Clebert Suconic aa638197ce This closes #205 on AMQ properties rename 2015-04-21 12:28:06 -04:00