Commit Graph

5235 Commits

Author SHA1 Message Date
Clebert Suconic 09a27edaa5 NO-JIRA Recompiling libnative using an older Linux
this will increase the chances of the library being loaded on older Linux
2018-04-26 10:31:20 -04:00
Clebert Suconic eb2d8e178b This closes #2034 2018-04-26 09:59:47 -04:00
Justin Bertram d6adc2950a ARTEMIS-1818 re-create auto-created queue on JMS reconnect 2018-04-26 09:59:47 -04:00
Clebert Suconic 9b13f5c5bd This closes #2039 2018-04-26 09:48:06 -04:00
JiriOndrusek 04d8390513 [ARTEMIS-1823] - Log warning on boot when persistence is disabled and paging enabled
no tests are needed as this is a simple logging change.
2018-04-26 09:48:06 -04:00
Clebert Suconic 5daa3769aa This closes #2043 2018-04-26 09:39:38 -04:00
Justin Bertram e8a88c4be5 ARTEMIS-1826 don't send 'Server' HTTP header 2018-04-26 09:39:38 -04:00
Clebert Suconic 27c0017dd9 This closes #2044 2018-04-26 09:38:58 -04:00
Francesco Nigro 5b6a8d2b59 ARTEMIS-1829 Remove deprecated plugin's messageExpired implementations
NotificationActiveMQServerPlugin and LoggingActiveMQServerPlugin are
implementing the deprecated version of
ActiveMQServerPlugin::messageExpired that is not called by the
new version of the method or any other part of the code

This fixing test org.apache.activemq.artemis.tests.integration.management.NotificationTest#testMessageExpired
2018-04-26 09:38:19 -04:00
Clebert Suconic e7f2dd39ac This closes #2040 2018-04-25 15:14:40 -04:00
Stanislav Knot 0041f7bbac ARTEMIS-1824 running broker from path with non-ascii chars 2018-04-25 15:14:40 -04:00
Clebert Suconic 02a7a98c5b ARTEMIS-1832 Removing dead HAAutomaticBackupSharedStoreTest
This closes #2045
2018-04-25 15:04:02 -04:00
Clebert Suconic f37df329d9 This closes #2046 2018-04-25 14:53:52 -04:00
Justin Bertram 6598ab271f ARTEMIS-1830 only return prepared txns with listPreparedTxns mgmnt op 2018-04-25 12:45:23 -05:00
Howard Gao 932f0f4086 This closes #2036 2018-04-24 11:33:35 +08:00
Justin Bertram a2ade00a54 ARTEMIS-1821 LDAPLoginModule always returns true on commit() 2018-04-24 11:16:53 +08:00
Howard Gao d1c3ed5543 This closes #2013 2018-04-24 11:11:11 +08:00
Stanislav Knot 60264346da ARTEMIS-1805 fix for broker operations in hawtio 2018-04-24 10:58:15 +08:00
Timothy Bish 9d60b93ecb This closes #2031 2018-04-20 10:35:02 -04:00
Francesco Nigro 4d27f2e7d7 ARTEMIS-1816 OpenWire should avoid ByteArrayOutputStream lazy allocation
OpenWireMessageConverter::toAMQMessage on bytes messages is lazy
allocating a write buffer with a default size of 1024 even when
it won't be used to write anything.
It avoid an useless allocation by reducing it to new byte[0].
2018-04-20 10:26:33 -04:00
Clebert Suconic aa2f4f7bc5 This closes #2033 2018-04-19 13:28:30 -04:00
Justin Bertram 106c52a741 ARTEMIS-1793 fix property detection 2018-04-19 13:28:30 -04:00
Clebert Suconic 3a45f91092 This closes #2030 2018-04-19 12:07:02 -04:00
Otavio Rodolfo Piske af061f7db4 Adds the Travis CI build status label on the README 2018-04-19 16:45:58 +02:00
Clebert Suconic a8c3e1b5fe This closes #2004 2018-04-18 12:02:15 -04:00
Justin Bertram a72046a0e3 ARTEMIS-1793 fix 'destination-type' STOMP header (fix) 2018-04-18 11:53:54 -04:00
Justin Bertram 37bc26e574 ARTEMIS-1793 fix 'destination-type' STOMP header (test) 2018-04-18 11:53:31 -04:00
Clebert Suconic 5ca690b3d0 This closes #2027 2018-04-18 09:54:35 -04:00
Francesco Nigro fdb63df392 ARTEMIS-1784 JDBC NodeManager should just use DMBS clock
It avoid using the system clock to perform the locks logic
by using the DBMS time.
It contains several improvements on the JDBC error handling
and an improved observability thanks to debug logs.
2018-04-18 09:54:34 -04:00
Justin Bertram 7fa8c55f43 This closes #2024 2018-04-18 08:49:01 -05:00
Clebert Suconic 1e9f76f45a ARTEMIS-1814 Try original connection when every other node failed 2018-04-17 17:00:05 -04:00
Clebert Suconic 54ada0e7a5 This closes #2025 2018-04-17 16:58:44 -04:00
Pat Fox 6df09d6e12 ARTEMIS-1815 adding exclusive-queue example 2018-04-17 16:58:30 -04:00
Clebert Suconic 6b74e2ce8e ARTEMIS-857 Fixing QueueControlUsingCoreTest failures after JMX changes 2018-04-17 16:12:45 -04:00
Clebert Suconic ec9882c553 This closes #2026 2018-04-17 15:10:15 -04:00
Clebert Suconic 31baba1e16 NO-JIRA Adding example to run-examples.sh 2018-04-17 15:10:15 -04:00
Clebert Suconic 186bc4464c NO-JIRA fixing checkstyle on virtual topic mapping example 2018-04-17 15:10:15 -04:00
Clebert Suconic 1f4e7be007 NO-JIRA Adding examples verification into travis 2018-04-17 15:10:15 -04:00
Timothy Bish 98da402fb6 NO-JIRA Fix a couple random test failures
Need to add a couple wait conditions to ensure valid stats are checked.
2018-04-17 12:31:26 -04:00
Clebert Suconic ae8b261c4d This closes #2022 2018-04-17 11:44:44 -04:00
Francesco Nigro 998be38348 ARTEMIS-1813 DB2 should avoid Blob to append data
DB2 10.5 doesn't allow to append Blob data to an existing Blob,
producing unexpected errors: a custom DB2 sequential file
can perfom the append by using a customized UPDATE statement.
max-blob-size.db2 and create-file-table.db2 are changed to match the
2 GB max blob size limit allowed by DB2.
2018-04-17 11:44:44 -04:00
Clebert Suconic 9247eaadc8 This closes #1987 2018-04-17 11:42:42 -04:00
Tomas Hofman a8d0db2c14 ARTEMIS-1781 Connector parameters not backward compatible (Fix) 2018-04-17 11:38:19 -04:00
Tomas Hofman 284c620f55 ARTEMIS-1781 Connector parameters not backward compatible (Adding test) 2018-04-17 11:37:38 -04:00
Clebert Suconic e94e5b003c This closes #2016 2018-04-17 11:00:45 -04:00
Francesco Nigro e310bb68b1 ARTEMIS-1808 LargeServerMessageImpl leaks direct ByteBuffer
largeMessagesFactory::newBuffer could create a pooled direct ByteBuffer
that will not be released into the factory pool: using a heap ByteBuffer
will perform more internal copies, but will make it simpler to be garbage
collected.
2018-04-17 11:00:45 -04:00
Clebert Suconic 90b9a9809a This closes #2021 2018-04-17 10:59:06 -04:00
Howard Gao f29eeee167 NO-JIRA: Fix test regression
QuorumFailOverTest.testQuorumVotingLiveNotDead fails
because the quorum vote takes longer time to finish than
the test expects to.
(The test used to pass until commit ARTEMIS-1763)
2018-04-17 10:59:05 -04:00
Clebert Suconic 59162653a4 This closes #2019 2018-04-17 10:43:28 -04:00
Francesco Nigro 3d30a98b23 ARTEMIS-1810 JDBCSequentialFileFactoryDriver should check <=0 read length
In order to avoid out of bounds reads to happen, the reading of the file
should avoid those readings to hit the DMBS and just return the expected
value.
2018-04-17 10:43:28 -04:00