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
Clebert Suconic
44bfe26f3c
using temporary folders under ./target
...
Sometimes /tmp doesn't support ext4 (tmpfs) and there's always a risk of leaving unnatended files in cases of crashed.
This is in alignment with how other tests run at apache
2015-04-09 22:03:03 -04:00
jbertram
d9c9fc0e9e
This closes #203 - fixes mainly for test-suite
2015-04-09 14:14:52 -05:00
Clebert Suconic
2fa74d0157
Increase version of logging processor
...
There's a bug I found on logging processor, that it's being fixed at alpha2
https://issues.jboss.org/browse/LOGTOOL-88
https://issues.jboss.org/browse/LOGTOOL-87
2015-04-09 15:05:27 -04:00
Clebert Suconic
abeb0bf3c2
Improving test timing
...
HangConsumerTest was hanging for 20 seconds for no real reason. this change will improve the timing on the test
2015-04-09 15:05:19 -04:00
Clebert Suconic
2154c754c8
Fixing a NPE case after Duplciate detection
...
If a Transaction wasn't created, the case for duplciate Detection would cancel a transaction that never happened
and it would get a NPE instead of a TX Exception.
It wasn't a big deal as the client got an exception anyways and the users were able to cancel in that case
but the message sent was a string containing just "Null".
this will fix it with a proper handling
2015-04-09 15:03:47 -04:00
Clebert Suconic
41b823be7e
Fixing race on PageSubscriptionImpl
...
I have seen a NPE in a few unit tests that were caused by currenDelivery changing between these two steps:
i - if (currentDelivery != null)
ii - .... currentDelivery.getPos();
instead of adding extra synchronization I'm caching the currentValue what would been enough on this case.
This is just to avoid NPEs
2015-04-09 15:00:20 -04:00
Clebert Suconic
238b2fe094
This closes #202 on auto-queue creation
2015-04-09 13:42:43 -04:00
Martyn Taylor
548735f8b6
Add Auto JMS queue creation for OpenWire
2015-04-09 17:59:15 +01:00