245 Commits

Author SHA1 Message Date
Jean-Baptiste Onofré
87074f120c [maven-release-plugin] prepare for next development iteration 2022-04-29 08:21:29 +02:00
Jean-Baptiste Onofré
ed5fb45a8e [maven-release-plugin] prepare release activemq-5.16.5 2022-04-29 08:21:20 +02:00
Jean-Baptiste Onofré
2a9161116f [maven-release-plugin] prepare for next development iteration 2022-02-11 17:28:32 +01:00
Jean-Baptiste Onofré
025f99f245 [maven-release-plugin] prepare release activemq-5.16.4 2022-02-11 17:18:49 +01:00
Colm O hEigeartaigh
1f01a61426
AMQ-8472 - Switch to reload4j for logging 2022-02-08 14:02:31 +00:00
Jean-Baptiste Onofré
be8fc6e6eb [maven-release-plugin] prepare for next development iteration 2021-08-10 07:47:44 +02:00
Jean-Baptiste Onofré
50582306a7 [maven-release-plugin] prepare release activemq-5.16.3 2021-08-10 07:47:23 +02:00
jbonofre
856d37df0e [AMQ-8309] Upgrade features and import to avoid cascading refresh 2021-07-12 17:59:29 +02:00
jbonofre
9eda1508e3 [maven-release-plugin] prepare for next development iteration 2021-04-21 07:39:09 +02:00
jbonofre
ff1af27106 [maven-release-plugin] prepare release activemq-5.16.2 2021-04-21 07:38:47 +02:00
jbonofre
6d82e628f7 [maven-release-plugin] prepare for next development iteration 2021-01-14 14:02:35 +01:00
jbonofre
e432a78c19 [maven-release-plugin] prepare release activemq-5.16.1 2021-01-14 14:00:24 +01:00
Jean-Baptiste Onofré
334476ac63 [maven-release-plugin] prepare for next development iteration 2020-06-25 07:26:41 +02:00
Jean-Baptiste Onofré
86dd78b1aa [maven-release-plugin] prepare release activemq-5.16.0 2020-06-25 07:26:13 +02:00
Jean-Baptiste Onofré
6908749c2f Fix version 2020-06-25 07:13:04 +02:00
Jean-Baptiste Onofré
ff2dae82f3 [maven-release-plugin] prepare release activemq-5.16.0 2020-06-24 21:56:52 +02:00
jbonofre
4ed2ba22a9 Cancel 5.16.0 release 2020-06-24 15:19:34 +02:00
Jean-Baptiste Onofré
cd1e9f8697 [maven-release-plugin] prepare for next development iteration 2020-06-23 17:40:26 +02:00
Jean-Baptiste Onofré
2e890c6224 [maven-release-plugin] prepare release activemq-5.16.0 2020-06-23 17:39:53 +02:00
Colm O hEigeartaigh
10910a423c Make ActiveMQConfiguration.loadClass private 2019-07-11 10:09:30 +01:00
jgoodyear
98dc99e984 Small change to verify repo access. 2018-11-12 17:31:43 -03:30
Jean-Baptiste Onofré
e22703edc6 [AMQ-7075] Fix Camel test (userName instead of username) 2018-10-15 11:31:43 +02:00
Guillaume Nodet
8cbc2080a7 [AMQ-7060] Remove deprecated features from camel ActiveMQComponent 2018-09-22 17:58:40 +02:00
gtully
d8c939a4bd no jira - exercise camel as a jms bridge with transacted consume and parallel send 2018-07-05 12:16:24 +01:00
Claus Ibsen
02cd02e981 Upgrade Apache Camel to 2.20.0 2017-10-15 09:57:40 +02:00
Claus Ibsen
bdad06fdca AMQ-6694: Not possible to autowire connectionFactory in Spring Boot using SB starter 2017-07-22 16:10:39 +02:00
Christopher L. Shannon (cshannon)
a9fe4e33c3 [maven-release-plugin] prepare for next development iteration 2017-06-27 13:41:28 -04:00
Christopher L. Shannon (cshannon)
5f0d6943cb [maven-release-plugin] prepare release activemq-5.15.0 2017-06-27 13:41:01 -04:00
Zoran Regvart
155461a0ba
AMQ-6706 Allow for hooks before broker stop occurs
When Camel is run embedded within ActiveMQ it's shutdown is called at
the point the broker is already stopped, this can lead to data loss as
there could be exchanges that have not ended.
This adds the ability to specify preStopHook(s) that can be invoked
during ActiveMQ shutdown but before the broker is shutdown.

With this Camel can gracefully shutdown while the broker is still
started.
2017-06-19 14:29:05 +02:00
Christopher L. Shannon (cshannon)
395a48deea AMQ-6585 - Fixing ActiveMQ camel components for 2.18.x
The new version of Camel adds username and password to JmsComponent and
JmsConfiguration which interferes with the ActiveMQ version.  Fixing
ActiveMQComponent and ActiveMQConfiguration to use the inherited
properties now which fixes username/password unit tests.  Also fixed a
couple of other tests that had bad configuration.
2017-06-13 10:13:21 -04:00
Christopher L. Shannon (cshannon)
a6782443c1 AMQ-6585 - Upgrade to Camel 2.18.4
Added the camel-blueprint feature to work with Spring 4.x as Spring DM
support for Camel was deprecated
2017-06-09 07:13:11 -04:00
Christian Schneider
548403ad99 Removing two tests as they do not actually test anything 2017-04-05 15:27:04 +02:00
Hadrian Zbarcea
5076808b57 AMQ-6497 Add method to navigate interceptors 2016-11-04 17:18:49 -04:00
Hadrian Zbarcea
be24a133ef This closes #88 (merged as a65ac586). More file permissions fixes. 2016-11-03 14:26:34 -04:00
Hadrian Zbarcea
d5a929c0d2 This closes #205. Won't fix. (fix even more file permissions) 2016-11-03 14:11:40 -04:00
Claus Ibsen
8447e1af2d AMQ-6402: Fixed potential NPE in OriginalDestinationPropagateStrategy 2016-08-20 12:13:55 +02:00
Claus Ibsen
4437393aa1 Fixes CAMEL-10226: camel-jms ignores connection pool settings in spring-boot deployment. 2016-08-10 10:47:18 +02:00
Hiram Chirino
50dc5864fd Fixes CAMEL-10226: camel-jms ignores connection pool settings in spring-boot deployment. 2016-08-09 11:56:01 -04:00
Christopher L. Shannon (cshannon)
06a21dbbb3 [maven-release-plugin] prepare for next development iteration 2016-08-02 09:03:37 -04:00
Christopher L. Shannon (cshannon)
71cbc65283 [maven-release-plugin] prepare release activemq-5.14.0 2016-08-02 09:02:54 -04:00
gtully
46e08024a1 use full destination filter wildcard for ci - hostname format unknown 2016-06-03 13:15:02 +01:00
gtully
1f9b139f59 test for uuid temp request/reply from camel across network 2016-06-02 16:58:03 +01:00
gtully
c8d96c6e8e remove compile dep on dbcp2 in favour or generic datasource 2016-04-08 11:10:17 +01:00
Claus Ibsen
f490ab549d CAMEL-8522: Enrich AMQ message with original destination (where Camel received the message) which for example allows to keep that information when sending messages to other queues or DLQs etc. 2016-02-20 10:23:54 +01:00
Claus Ibsen
40ecf22f0f AMQ-6166: Add option to configure trustAllPackages on Camel ActiveMQ component 2016-02-11 12:04:24 +01:00
Timothy Bish
4ecff14030 NO-JIRA Update master version to 5.14.0-SNAPSHOT to match the eventual
release version.
2016-01-20 12:40:20 -05:00
Claus Ibsen
df868fe4a3 Polished 2016-01-17 10:20:37 +01:00
Claus Ibsen
8f6baf8188 Polished 2016-01-11 13:34:48 +01:00
Dejan Bosanac
eeec0c07b0 https://issues.apache.org/jira/browse/AMQ-6077 - define default values (based on system property) for connection factory and object message 2015-12-15 13:34:02 +01:00
Dejan Bosanac
7951037f20 https://issues.apache.org/jira/browse/AMQ-6077 - test 2015-12-14 14:02:31 +01:00