1468 Commits

Author SHA1 Message Date
Glaucio Melo
800c42bc24 JAVA_HOME fix at artemis-cli
After create a broker using main artemis script, this one needs to be created using JAVA_HOME environment correctly as well, otherwise the broker will be unable to find java_home. 
I did perform a search at the whole project and this is the only remaining place which needs to change the JAVA_HOME value at the script.
2015-10-01 10:28:52 -03:00
Clebert Suconic
0fb5183692 64 bit compile 2015-09-29 22:41:41 -04:00
Clebert Suconic
18e41963b6 https://issues.apache.org/jira/browse/ARTEMIS-237 Fixing IBM JDK failures 2015-09-29 21:29:02 -04:00
Clebert Suconic
dc6fe94bd4 This closes #180 2015-09-29 16:56:15 -04:00
Glaucio Melo
6f3b5bdeb6 JAVA_HOME fix
Putting the right JAVA_HOME correct atribution - Mac OS support
2015-09-29 16:56:15 -04:00
Clebert Suconic
727c91e141 This closes #181 2015-09-29 16:55:37 -04:00
Glaucio Melo
7d17d0af1c Updating documentation cmds
Updating documentation cmds from activemq to artemis
2015-09-29 17:49:01 -03:00
Clebert Suconic
5cfb45c76a adding note about IBM JDK
After I spent a whole afternoon trying to make IBM JDK to work under IDEA, I decided to add a note on the doc so other would have a chance to have it working faster than I did.
2015-09-29 15:47:31 -04:00
Clebert Suconic
fc65ad4a72 specifying gitbook version to stop warning during doc generation 2015-09-29 09:43:53 -04:00
Clebert Suconic
55d175eedf Adding javadocs to Message properties 2015-09-28 16:16:20 -04:00
Clebert Suconic
eae2a2ea40 This closes #179 2015-09-28 16:04:49 -04:00
Clebert Suconic
cfce98cb45 Changing npm front end plugin to be used only on the release profile
Also this is filtering node-js installation out of the source installation
2015-09-28 15:43:32 -04:00
Paul Gallagher
67e3e207cf Added npm-frontend-plugin to install gitbook and use from maven directly 2015-09-28 15:43:32 -04:00
Clebert Suconic
da17f039a5 This closes #178 2015-09-28 15:35:44 -04:00
Julian Scheid
7fb30547f4 Add tests for ARTEMIS-230 2015-09-28 20:09:25 +02:00
Julian Scheid
235380d5df ARTEMIS-230 Copy STOMP content-header back and forth 2015-09-28 14:53:10 +02:00
Clebert Suconic
8bb3d1ceaa Improving into Stomp Embedded Interceptor example
Using the regular maven plugin framework, and adding the interceptors to the regular broker.xml configuration
2015-09-25 18:09:12 -04:00
Clebert Suconic
6496be50c7 This closes #177 2015-09-25 14:56:26 -04:00
Julian Scheid
26e191a07d Add stom-embedded-interceptor example 2015-09-25 14:56:26 -04:00
Julian Scheid
fe16ffe068 ARTEMIS-227 allow adding STOMP interceptor instances 2015-09-25 14:56:26 -04:00
Clebert Suconic
616f68372b This closes #176 2015-09-25 14:49:18 -04:00
Clebert Suconic
f0fd89f24f Small tweak on test: Using Parameterized instead of exension 2015-09-25 14:47:49 -04:00
Julian Scheid
f64c435727 ARTEMIS-228 accept binary WebSocket frames 2015-09-25 14:37:21 -04:00
Clebert Suconic
230aba76a2 adding merge-PR script to help merging Pull Requests 2015-09-25 14:29:09 -04:00
Clebert Suconic
e85bb3ca4a This closes #175 ARTEMIS-229 address on Security Interface 2015-09-25 11:22:30 -04:00
Julian Scheid
6890f126cb ARTEMIS-229 validate user and role with address 2015-09-25 15:58:15 +02:00
Clebert Suconic
4cdcc618ff ARTEMIS-232 Fixing logs 2015-09-24 22:31:29 -04:00
Clebert Suconic
fcdfbdb82e ARTEMIS-231 fixing wrong notification exceptions 2015-09-24 22:31:28 -04:00
Clebert Suconic
b0b5ca6896 Bringing data print back to artemis_home without instance defined.
This is useful to debug data from tests and user's exports.
2015-09-24 22:30:52 -04:00
Clebert Suconic
d58be06c32 This closes #174 2015-09-24 21:30:32 -04:00
Julian Scheid
2d679e9071 Add test case for ARTEMIS-231
The test doesn't actually fail, but the test output shows the problem.
2015-09-24 21:30:31 -04:00
Clebert Suconic
6956d14125 fixing links on project-info doc 2015-09-24 13:17:13 -04:00
jbertram
d88097794c This closes #173 2015-09-22 14:02:47 -05:00
Clebert Suconic
7a337a7e55 Revert "ARTEMIS-225 validate clientID is set for durable sub"
This reverts commit 1c933cfbaeae6518e2fcf55bcb58f3b714f04370.
2015-09-21 20:39:07 -04:00
Clebert Suconic
bfaaae8c91 This closes #172 2015-09-21 18:36:18 -04:00
Clebert Suconic
0354944e8f modifying perf example to accept amqp connections as well 2015-09-21 17:46:50 -04:00
Clebert Suconic
dc3b01036d This closes #170 2015-09-18 15:08:09 -04:00
jbertram
5de97a39a0 ARTEMIS-224 add logmanager to JVM args 2015-09-18 15:08:09 -04:00
Clebert Suconic
0a3ec0f4da This closes #171 2015-09-17 22:13:25 -04:00
jbertram
1c933cfbae ARTEMIS-225 validate clientID is set for durable sub 2015-09-17 15:46:18 -05:00
Martyn Taylor
bb2c890803 [maven-release-plugin] prepare for next development iteration 2015-09-15 15:43:44 +01:00
Martyn Taylor
63ea448728 [maven-release-plugin] prepare release 1.1.0 1.1.0 2015-09-15 15:41:37 +01:00
Clebert Suconic
adc536ce06 This closes #169 ref counts on RA 2015-09-14 20:58:06 -04:00
jbertram
2eac97aaff ARTEMIS-210 count references
It is possible for the closure of one resource to potentially impact
another since they are now sharing the same ServerLocator instance.
Keep track of references to avoid this.
2015-09-14 15:35:12 -05:00
Clebert Suconic
cbb6c63d00 This closes #163 2015-09-14 08:54:01 -04:00
Howard Gao
0abf52468b ARTEMIS-200 Message Compression Support 2015-09-14 09:56:19 +08:00
Martyn Taylor
6408fd0357 [maven-release-plugin] prepare for next development iteration 2015-09-11 19:01:57 +01:00
Martyn Taylor
c512f12a34 [maven-release-plugin] prepare release 1.1.0 2015-09-11 19:01:19 +01:00
Clebert Suconic
1add10abfd ARTEMIS-223 Testcase replicating issue 2015-09-11 13:21:50 -04:00
Clebert Suconic
8533171459 ARTEMIS-223 fix on long conversion 2015-09-11 11:55:06 -04:00