Commit Graph

1144 Commits

Author SHA1 Message Date
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
Clebert Suconic 7316609dd0 This closes #165 2015-09-11 08:45:08 -04:00
Martyn Taylor 91d93a002c ARTEMIS-223 Cast QueueId to Long not Integer 2015-09-11 10:55:31 +01:00
Clebert Suconic f4751afcdd small fix on doc 2015-09-09 11:51:21 -04:00
Clebert Suconic 890c3cc770 This closes #162 fix on RA 2015-09-09 11:47:30 -04:00
Andy Taylor 68f5b7752a ARTEMIS-221 - MDB endpoionts are not deactivated
Implement equals/hashcode on ActiveMQActivationSpec

https://issues.apache.org/jira/browse/ARTEMIS-221
2015-09-09 11:47:30 -04:00
Clebert Suconic 3593dd54c9 chapter about staging maven and validating releases 2015-09-09 10:18:43 -04:00
Martyn Taylor fec6546480 [maven-release-plugin] prepare for next development iteration 2015-09-08 16:39:59 +01:00
Martyn Taylor 4d0b15b043 [maven-release-plugin] prepare release 1.1.0 2015-09-08 16:29:09 +01:00
Clebert Suconic 1a6c623cdf This closes #160 Closing Resource adapter conneciton factories 2015-09-08 11:14:08 -04:00
Jeff Mesnil c1aaa562c8 [ARTEMIS-220] Artemis RA does not close its connection factories when it is stopped.
in stop(), close the knowConnectionFactories before clearing the collection.

JIRA: https://issues.apache.org/jira/browse/ARTEMIS-220
2015-09-08 11:14:08 -04:00
Clebert Suconic 20006b6e9d test fixes on windows 2015-09-08 11:08:34 -04:00
Clebert Suconic 8843a9ee1e This closes #159 fixing path resolution 2015-09-08 10:33:31 -04:00
Clebert Suconic 3da19e5b0a speeding up test for slow machines 2015-09-08 10:29:29 -04:00
Clebert Suconic cc88be51e4 ARTEMIS-219 fixing path resolution for windows
https://issues.apache.org/jira/browse/ARTEMIS-219

The fix will basically use Path.resolve insead of URI.resolve
2015-09-08 10:29:29 -04:00
Martyn Taylor 82f6a88d59 [maven-release-plugin] prepare for next development iteration 2015-09-07 10:02:01 +01:00