Thiago Kronig
351b1cba5d
Ignores %PATH/java, use $JAVA_HOME/bin/java instead
...
Deduce `java` executable from current "java.home" property to spawn
processes for test purposes.
2015-05-18 19:00:29 -04:00
jbertram
8561d60f54
ACTIVEMQ6-110 getDeliveringMessages() broken
2015-05-18 13:57:41 -05:00
Martyn Taylor
73c5f2e342
[maven-release-plugin] prepare for next development iteration
2015-05-13 15:24:55 +01:00
Martyn Taylor
bfc9d8f72d
[maven-release-plugin] prepare release 1.0.0
2015-05-13 15:24:16 +01:00
Martyn Taylor
a17c828b85
Ensure all references to the project use ActiveMQ Artemis
2015-05-13 11:51:26 +01:00
Clebert Suconic
071d8c6ce2
next iteration on extra-tests
2015-05-12 11:14:12 -04:00
Martyn Taylor
1013e7f1dd
[maven-release-plugin] prepare for next development iteration
2015-05-12 13:51:35 +01:00
Martyn Taylor
d6466b7a1b
[maven-release-plugin] prepare release 1.0.0
2015-05-12 13:50:56 +01:00
Martyn Taylor
3e34044d2b
[maven-release-plugin] prepare for next development iteration
2015-05-11 21:50:41 +01:00
Martyn Taylor
d2de238a30
[maven-release-plugin] prepare release 1.0.0
2015-05-11 21:48:17 +01:00
jbertram
2cbeedab89
Clean up 'ActiveMQ' refs in literals
2015-05-11 11:23:35 -05:00
Martyn Taylor
77efc950af
ACTIVEMQ6-100 Add support for HornetQ clients
2015-05-07 14:59:46 -04:00
jbertram
96a0fe8f53
Use target directory for test data
2015-05-06 15:37:46 -05:00
jbertram
8cea209a8b
Set Arjuna properties
2015-05-06 15:37:46 -05:00
jbertram
7377672fa3
Enable extra tests in 'extra-tests' profile
2015-05-06 15:37:45 -05:00
jbertram
4735d38d7b
Update surefire plugin versions
2015-05-06 15:05:49 -05: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
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
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
jbertram
791cc5c50c
More rename updates
2015-04-30 09:07:20 -05: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
70a6e43075
Fixing byteman tests after the rename
2015-04-28 10:39:05 -05: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
Martyn Taylor
11e1b850c9
Renamed ActiveMQ6 to ActiveMQ Artemis
2015-04-24 14:07:31 +01: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
Daniel Pocock
00837c120d
Management Methods for first message timestamp
2015-04-22 17:01:39 -05: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
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
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
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
Martyn Taylor
548735f8b6
Add Auto JMS queue creation for OpenWire
2015-04-09 17:59:15 +01:00
Clebert Suconic
c38acee509
fixing extra-tests dependency
2015-04-01 16:16:13 -04:00
Clebert Suconic
dea60ed3b6
ACTIVEMQ6-95 Large Message doesn't work on clustering & null Persistence
...
https://issues.apache.org/jira/browse/ACTIVEMQ6-95
The message.copy is broken when you set persistence=false, and the bridge will use that method before forwarding the message
this commit is fixing NullStorageLargeServerMessage.copy and adding the proper testcase to validate the fix
2015-03-31 12:33:22 -04:00
Claus Ibsen
dee060bb5d
Polish and renamed hornetmq to activemq-6
2015-03-31 11:48:56 -04:00
Clebert Suconic
2f819a63e7
Improving a test that failed due to what seemed a race
2015-03-31 11:23:06 -04:00
Clebert Suconic
519a47f023
ACTIVEMQ6-89 Refactored stomp support contributed
...
https://issues.apache.org/jira/browse/ACTIVEMQ6-89
I have done a lot of refactoring on this. So we can a different version of the interceptor for each protocol based on a base class now.
Just an abstract class over Stomp would be a bit hacky... this is a better approach.
2015-03-31 11:23:05 -04:00
nberdikov
b2524b1be4
ACTIVEMQ6-89 Added possibility to intercept stomp frames
...
https://issues.apache.org/jira/browse/ACTIVEMQ6-89
This was originally contributed at #182 . We have squashed the commits and rebased them here
This closes #182
2015-03-31 11:23:05 -04:00
Martyn Taylor
9da0a37b89
[maven-release-plugin] prepare for next development iteration
2015-03-27 15:38:13 +00:00
Martyn Taylor
2d9e3128c9
[maven-release-plugin] prepare release 10.0.0-M1
2015-03-27 15:21:10 +00:00
Martyn Taylor
babdc21b24
[maven-release-plugin] prepare for next development iteration
2015-03-24 15:21:20 +00:00
Martyn Taylor
db40d55a86
[maven-release-plugin] prepare release 6.0.0-M1
2015-03-24 15:12:28 +00:00
Martyn Taylor
7c206231ee
[maven-release-plugin] prepare for next development iteration
2015-03-16 17:42:39 +00:00
Martyn Taylor
ee49ca2a0d
[maven-release-plugin] prepare release 6.0.0
2015-03-16 17:41:49 +00:00