4633 Commits

Author SHA1 Message Date
Michael Pearce
30ae2db2b0 This closes #1736 ARTEMIS-1569 - Queue - User Enhancement 2017-12-21 15:38:18 +00:00
Michael André Pearce
035936cdb8 ARTEMIS-1569 - Queue - User Enhancement
Expose User associated with creating Queue on JMX QueueControl (as attribute) 
Allow setting of the user to associate with creating the queue when configured in broker.xml (before only if created over wire is it possible to set the user)
2017-12-21 15:38:17 +00:00
Clebert Suconic
515560be2a NO-JIRA Fixing SystemPropertyOverrideTest 2017-12-21 07:22:51 -05:00
Michael Pearce
2dda27e1b7 This closes #1737 NO-JIRA fixing master 2017-12-21 07:13:43 +00:00
Michael André Pearce
dd67f855cd NO-JIRA fixing master 2017-12-21 07:08:44 +00:00
Clebert Suconic
24876d3fd1 NO-JIRA fixing checkstyle on example 2017-12-20 20:48:23 -05:00
Clebert Suconic
6822bad0cc This closes #1727 2017-12-20 16:08:24 -05:00
Jiri Danek
9d685b6f2d ARTEMIS-1183 Delete empty "queue-attributes.html" doc page
This is a follow-up to ARTEMIS-780 Added section on latest address model
2017-12-20 16:08:23 -05:00
Clebert Suconic
7e97dbd2e9 This closes #1705 2017-12-20 16:07:51 -05:00
xstefank
cfb8206650 ARTEMIS-1554 JMS bridge with transactions cannot be stopped on session failover 2017-12-20 16:07:51 -05:00
Clebert Suconic
43b72759e5 This closes #1683 2017-12-20 16:06:23 -05:00
Jiri Danek
b17cec0a5e ARTEMIS-1532 Use @Ignore annotation to disable tests 2017-12-20 16:06:22 -05:00
Jiri Danek
62280c88dc ARTEMIS-1532 Fix OutgoingConnectionNoJTATest 2017-12-20 16:06:22 -05:00
Jiri Danek
aa730fdaa7 ARTEMIS-1532 Enable tests which are unintentionally skipped by Surefire
These tests used to have a wrong name, so they weren't executed by
Surefire during a `mvn test` run.

After enablement, the following tests are now failing:

* org.apache.activemq.artemis.tests.integration.cluster.ha.HAAutomaticBackupSharedStoreTest
* org.apache.activemq.artemis.tests.integration.ra.OutgoingConnectionNoJTATest
* org.apache.activemq.artemis.tests.unit.core.server.group.impl.SystemPropertyOverrideTest.testSystemPropertyOverride
2017-12-20 16:06:22 -05:00
Clebert Suconic
f7ea0d7e70 This closes #1691 2017-12-20 16:03:20 -05:00
Francesco Nigro
170e89f9fc ARTEMIS-1541 Make the JDBC Node Manager more resilient on failures
In order to make the JDBC Node Manager more resilient has been implemented:
- recovering with fixed number of retries during the NodeId setup + unrecoverable failure otherwise
- unrecoverable fail on exceptions while renewing a lease lock

In addition, in different parts of these critical processes are added more log informations to help diagnose.
2017-12-20 16:03:19 -05:00
Clebert Suconic
d609e36f68 This closes #1704 2017-12-20 16:02:31 -05:00
Justin Bertram
22276856b9 ARTEMIS-1553 JSON values all being converted to String 2017-12-20 16:02:31 -05:00
Clebert Suconic
b61be4dc4f This closes #1724 2017-12-20 16:00:38 -05:00
Howard Gao
3dd6d8a263 NO-JIRA Add openwire temp queue cluster test
The test makes sure temp queue from openwire
works in a clustered environment.
2017-12-20 16:00:37 -05:00
Clebert Suconic
72c1470ea6 This closes #1729 2017-12-20 16:00:14 -05:00
Howard Gao
6792dcdf27 ARTEMIS-1566 Openwire client can't receive compressed messages
When openwire client uses compressed option to send messages
(jms.useCompression=true) openwire client failed to receive them.
The reason is in OpenwireMessageConverter.toAMQMessage():

1. message.setContent() should be called after setting properties
 (It will cause the compressed content to decompressed before delivering to clients)
2. message.onSend() should not be called here (it should be used
by producers. If used here it changes the internal flags of the
message and cause receive to fail).
2017-12-20 16:00:14 -05:00
Clebert Suconic
bd8ec582b1 This closes #1734 2017-12-20 15:59:36 -05:00
Stanislav Knot
45b25d6847 ARTEMIS-1329 fix openwire noLocal flag 2017-12-20 15:59:36 -05:00
Clebert Suconic
3bd0b7532e This closes #1735 2017-12-20 15:59:06 -05:00
Clebert Suconic
bccf18fa6f ARTEMIS-1546 Changing version check from 1.4.0 to latest 1.5.5 2017-12-20 15:42:39 -05:00
Andy Taylor
17c2c8fc56 This closes #1730 [ARTEMIS-1567] Inject role into management config 2017-12-20 08:22:18 +00:00
Martyn Taylor
d01844c128 [ARTEMIS-1567] Inject role into management config 2017-12-20 08:22:18 +00:00
Clebert Suconic
7514e91ed1 Revert "ARTEMIS-1545 Support JMS 2.0 Completion Listener for Exceptions"
Revert "ARTEMIS-1545 Adding HornetQ 2.4.7 on the mesh to validate send-acks"

I'm reverting this as the testsuite is broken..
We will send it back once worked out.

This reverts commit 8f5b7a1e73164f7b7867872a77d74f13176a5af5.
This reverts commit 9b982b3e303067cec8cac277a19a3ab3c63a1a9f.
2017-12-19 17:03:00 -05:00
Clebert Suconic
386f090372 This closes #1722 2017-12-19 15:05:15 -05:00
Clebert Suconic
8f5b7a1e73 ARTEMIS-1545 Adding HornetQ 2.4.7 on the mesh to validate send-acks 2017-12-19 15:03:04 -05:00
Michael André Pearce
9b982b3e30 ARTEMIS-1545 Support JMS 2.0 Completion Listener for Exceptions 2017-12-19 14:44:58 -05:00
Clebert Suconic
fb34214a1a This closes #1731 2017-12-19 12:21:50 -05:00
Clebert Suconic
2197d377c9 ARTEMIS-1546 speed up mesh test 2017-12-19 10:20:38 -05:00
Clebert Suconic
a3d297ff9a This closes #1728 2017-12-19 09:35:18 -05:00
Stanislav Knot
c202b18d44 NO-JIRA testsuite fixes 2017-12-19 09:35:18 -05:00
Clebert Suconic
a081a1e2bb This closes #1659 2017-12-19 09:20:35 -05:00
Michael André Pearce
3ef98044f8 ARTEMIS-1516 - Ensure JNDI via Tomcat Resource works
Apply fix so that when using JNDI via tomcat resource it works. 
Replace original extract of JNDIStorable taken from Qpid, and use ActiveMQ5's as fits better to address this issue. (which primary use case is users migrating from 5.x)
Refactored ActiveMQConnectionFactory to externalise and turn into reference by StringRefAddr's instead of custom RefAddr which isnt standard.
Refactored ActiveMQDestinations similar
Refactored ActiveMQDestination to remove redundent and duplicated name field and ensured getters still behave the same
2017-12-19 09:20:35 -05:00
Clebert Suconic
03ed49e6e9 ARTEMIS-1546 Fixing invalid import on test added by accident 2017-12-19 09:16:23 -05:00
Martyn Taylor
3ba50574fb ARTEMIS-1565 Fix server schema 2017-12-19 14:01:46 +00:00
Martyn Taylor
a076c50e53 This closes #1726 2017-12-19 12:32:54 +00:00
Andy Taylor
6067a285bd https://issues.apache.org/jira/browse/ARTEMIS-1565
ARTEMIS-1565 - replica should retry quorum vote

https://issues.apache.org/jira/browse/ARTEMIS-1565
2017-12-19 11:30:20 +00:00
Clebert Suconic
d1c9bc0f2d This closes #1697 2017-12-18 22:39:20 -05:00
Stanislav Knot
58cd02090d ARTEMIS-1341 fixed getBody 2017-12-18 22:39:19 -05:00
Clebert Suconic
d67c65b8a2 ARTEMIS-1546 small fix on test 2017-12-18 22:38:15 -05:00
Clebert Suconic
d3fa217352 This closes #1712 2017-12-18 22:25:28 -05:00
gtully
a1a30fb7fd [ARTEMIS-550] add section on migrating virtual topics and test to validate 2017-12-18 22:25:28 -05:00
Clebert Suconic
2d81f2d4bb This closes #1725 2017-12-18 22:24:43 -05:00
Stanislav Knot
04f74425c9 ARTEMIS-1329 testNoLocalReconnect was failing with OpenWire protocol 2017-12-18 22:24:43 -05:00
Clebert Suconic
fe537fa257 NO-JIRA removing example added by accident 2017-12-18 22:12:40 -05:00