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 1c933cfbae
.
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
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
Clebert Suconic
490662923c
fixing checkstyle on example
2015-09-11 10:16:34 -04:00
Martyn Taylor
243a94176d
Merge PR #166
2015-09-11 15:05:19 +01:00
Clebert Suconic
6cbde624d8
small change on README around docs
2015-09-11 09:18:53 -04:00
Clebert Suconic
f5a727259e
ARTEMIS-222 fixing a deadlock that appeared on the testsuite (MultipleThreadsOpeningTest)
...
https://issues.apache.org/jira/browse/ARTEMIS-222
2015-09-11 09:07:49 -04:00
Clebert Suconic
d5a01287a5
Improving test.
...
There's a race here that only happens on Virtual Machines (VMWare.. etc)
2015-09-11 09:06:38 -04:00
Clebert Suconic
d3ea9aca50
removing old doc (non relevant any longer)
2015-09-11 09:06:00 -04:00
Clebert Suconic
e7e1e0c6eb
Removing a non open wire test
...
-- this test is only validating AMQP <-> MQTT converstion through ActiveMQ5. No value for OpenWire tests
2015-09-11 09:06:00 -04:00
Clebert Suconic
7b2c50415a
using new qpid-jms client on AMQP
2015-09-11 09:06:00 -04:00
Clebert Suconic
649edd3a37
improving jdk detection and javadoc options
...
The build wasn't working at this stage unless I specified release due to some javadoc issues
What could break builds after releases
2015-09-11 09:05:25 -04:00