Clebert Suconic
2f5691c3f7
NO-JIRA moving shared-storage-static-cluster under clustering examples
2019-10-03 13:47:35 -04:00
michael.pearce
143e401bdb
ARTEMIS-2509 Add some basic support for legacy openwire
...
This is needed to aid some lift and shift migration from activemq5 where non-java clients have support for older openwire protocols.
(cherry picked from commit d497cb6205a5bdbd508d18bead8f9e8e39d6b1ba)
2019-10-01 10:14:40 +01:00
Clebert Suconic
91f4d0a633
[maven-release-plugin] prepare for next development iteration
2019-09-23 11:19:54 -04:00
Clebert Suconic
86a975fdad
[maven-release-plugin] prepare release 2.10.1
2019-09-23 11:19:42 -04:00
Clebert Suconic
5016f69daa
[maven-release-plugin] prepare for next development iteration
2019-08-26 10:42:13 -04:00
Clebert Suconic
f092d5396a
[maven-release-plugin] prepare release 2.10.0
2019-08-26 10:42:01 -04:00
yang wei
76d420590f
ARTEMIS-2399 Improve performance when there are a lot of subscribers
2019-08-19 16:43:44 +01:00
Justin Bertram
dbb2b54fa7
[maven-release-plugin] prepare for next development iteration
2019-05-29 22:02:00 -05:00
Justin Bertram
88c686cc99
[maven-release-plugin] prepare release 2.9.0
2019-05-29 21:59:18 -05:00
Justin Bertram
5768f6e2f3
ARTEMIS-2308 Support exporting metrics
2019-05-29 15:07:45 -04:00
Clebert Suconic
2ae732cfc8
[maven-release-plugin] prepare for next development iteration
2019-05-16 09:58:27 -04:00
Clebert Suconic
481b9824a8
[maven-release-plugin] prepare release 2.8.1
2019-05-16 09:58:15 -04:00
Emmanuel Hugonnet
ee7d5bd0f1
ARTEMIS-2319 Upgrading jboss-logging dependencies
...
* Upgrading versions
* Adding wildfly-common dependency as jboss-logmanager now depends on it
for simple common operations such as getting hostname or process id
* Updating bootclasspath with wildfly-common
2019-05-07 16:13:48 -04:00
Clebert Suconic
56152a9e7c
[maven-release-plugin] prepare for next development iteration
2019-05-02 16:39:10 -04:00
Clebert Suconic
a8e7f9d07a
[maven-release-plugin] prepare release 2.8.0
2019-05-02 16:38:58 -04:00
Clebert Suconic
228f6af4ca
[maven-release-plugin] prepare for next development iteration
2019-04-25 16:52:09 -04:00
Clebert Suconic
09d2ba18a7
[maven-release-plugin] prepare release 2.8.0
2019-04-25 16:51:57 -04:00
Clebert Suconic
516b1a1b9f
[maven-release-plugin] prepare for next development iteration
2019-03-14 12:41:04 -04:00
Clebert Suconic
c3eb6c12ad
[maven-release-plugin] prepare release 2.7.0
2019-03-14 12:40:52 -04:00
Clebert Suconic
061fb2787e
ARTEMIS-1977 Stripping activemq-artemis as a separated proejct
2019-03-07 11:34:15 -05:00
Clebert Suconic
da3d7a2940
ARTEMIS-2243 Fixing ClassLoding and dependency to security domain on method parameter
2019-02-25 20:12:20 -05:00
Justin Bertram
4a1fc61fcc
ARTEMIS-2243 user/role ops for PropertiesLoginModule via mgmnt
2019-02-07 10:16:01 -05:00
Clebert Suconic
02505fc004
ARTEMIS-2245 Moving docker files under artemis-docker and other improvements
2019-02-05 13:57:10 -05:00
Francesco Nigro
d9af3bb480
ARTEMIS-2245 Cleaning and Extending Docker images
...
Cleaning Docker images and adding CentOS version
2019-02-05 13:32:24 -05:00
Clebert Suconic
f2a2d6d99f
ARTEMIS-2245 Implement Docker images
2019-02-05 13:32:24 -05:00
Francesco Nigro
cfd520e38c
ARTEMIS-2162 Remove -XX:+AggressiveOpts to improve JDK 11 compatibility
2018-12-13 10:55:30 -06:00
Clebert Suconic
ed71e090d1
ARTEMIS-2086 Removing HDR Histogram option
2018-09-13 15:46:50 -04:00
Howard Gao
7c53855c11
ARTEMIS-1853 Adding Netty OpenSSL provider example
...
Added an example to demonstrate how to configure and use openssl
Moved/Added netty-tcnative dependency to artemis-distribution
Changed artemis-jms-client-all pom to exclude io.netty from relocation
so that the native openssl can be loaded
2018-05-23 15:47:10 -04:00
Timothy Bish
07197b8c15
NO-JIRA Update NOTICE files to have correct year range.
2018-05-17 15:43:31 -04:00
Clebert Suconic
af56b67e38
[maven-release-plugin] prepare for next development iteration
2018-05-16 11:03:26 -04:00
Clebert Suconic
bcaa11c2ee
[maven-release-plugin] prepare release 2.6.0
2018-05-16 11:03:14 -04:00
Jiri Danek
67ee34d4d9
ARTEMIS-1449 Remove deprecated -XX:+UseFastAccessorMethods JVM option
...
This option was removed in JRE 10 and its presence causes error on startup.
Artemis still does not compile on JDK 9 and up, so what I tried was
to compile on JDK 1.8 and then start Artemis on 1.8 and 10.
That now works for me.
2018-05-01 13:58:29 -04:00
Jiri Danek
94c34b7ed9
ARTEMIS-1449 Add the classes JRE 11 will remove as explicit dependencies
...
Since the classes in question are marked for removal, using the
``--add-modules java.xml.bind` JVM option would be only a temporary
solution. Pulling them as dependencies from repo1.maven.org and
distributing them with Artemis should be more permanent one.
2018-05-01 13:58:29 -04:00
Stanislav Knot
0041f7bbac
ARTEMIS-1824 running broker from path with non-ascii chars
2018-04-25 15:14:40 -04:00
Pat Fox
6df09d6e12
ARTEMIS-1815 adding exclusive-queue example
2018-04-17 16:58:30 -04:00
Clebert Suconic
31baba1e16
NO-JIRA Adding example to run-examples.sh
2018-04-17 15:10:15 -04:00
Clebert Suconic
c2955af164
ARTEMIS-1777 Adding Protocol specific into producer / consumer
2018-03-29 15:21:38 -04:00
Clebert Suconic
920af19adb
[maven-release-plugin] prepare for next development iteration
2018-03-12 12:46:27 -04:00
Clebert Suconic
5f5b1dcf8f
[maven-release-plugin] prepare release 2.5.0
2018-03-12 12:46:16 -04:00
Justin Bertram
afda0b912e
ARTEMIS-1720 put activemq.xsd in 'schema' dir
2018-03-02 13:43:19 -06:00
Justin Bertram
afd7d8b30f
NO-JIRA fix-up examples
2018-03-01 14:58:56 -06:00
Derek Wickern
17ebf2dbaa
fix ARTEMIS_HOME check in Windows batch script
2018-02-01 11:25:28 +08:00
Justin Bertram
b77cdaf773
ARTEMIS-1562 Refactor example documentation
...
This commit contains these changes:
* Change example documentation to use markdown
* Generate HTML doc based on markdown during release
* Fix XML formatting in some examples
* Repair out-of-date documentation
2017-12-15 14:54:16 +00:00
Justin Bertram
8703d9d51d
[maven-release-plugin] prepare for next development iteration
2017-11-01 00:38:57 -05:00
Justin Bertram
ec63189a0a
[maven-release-plugin] prepare release 2.4.0
2017-11-01 00:38:56 -05:00
Justin Bertram
a44b9d5edf
[maven-release-plugin] prepare for next development iteration
2017-10-31 12:09:43 -05:00
Justin Bertram
34a7431d1b
[maven-release-plugin] prepare release 2.4.0
2017-10-31 12:07:55 -05:00
Justin Bertram
cd99aba48b
ARTEMIS-1488 add 'all' client jar to distribution
2017-10-31 14:44:37 +00:00
Andy Taylor
804e12c7ce
ARTEMIS-1491 - removed duplicate Jolokia instance
...
https://issues.apache.org/jira/browse/ARTEMIS-1491
2017-10-31 09:33:10 -05:00
Francesco Nigro
c76369ac7e
ARTEMIS-1476 Added HdrHistogram support with verbose SyncCalculation and synchronous writes
2017-10-26 11:47:38 -04:00