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
Jeff Genender
188e3b76bd
ACTIVEMQ6-97 - Change HQ to AMQ for properties/headers/doc. Remove as much HQ as possible and change to AMQ to make this close to the ActiveMQ project.
2015-04-21 12:26:44 -04:00
Clebert Suconic
db5fd9ddd9
This closes #208 on windows service
2015-04-20 15:35:58 -04:00
Hiram Chirino
e12388ff44
Fixes ACTIVEMQ6-99: Support installing as a windows service
2015-04-16 23:00:29 -04:00
Hiram Chirino
3b82dc52ed
Setting posix permissions is not supported on windows.
...
Use a boot jar to setup the classpath.
2015-04-16 22:10:35 -04:00
Clebert Suconic
a1bdb3c02a
This closes #206 on importing Apollo style of creating instances
...
I have tested this myself and it looks good, documentation good..
Great contributition!
2015-04-15 18:09:08 -05:00
Hiram Chirino
3c9e16fc20
Implementation for ACTIVEMQ6-98: Make the the distro readonly and support creating mutable broker instances dirs.
2015-04-15 18:45:37 -04:00
jbertram
45f02a8807
This closes #204 tmp dir change for tests
2015-04-10 13:43:44 -05:00