Commit Graph

6232 Commits

Author SHA1 Message Date
Clebert Suconic b4c9910f58 This closes #2425 2018-11-14 09:58:34 -05:00
Michael André Pearce 5ac87609e7 ARTEMIS-2142 Refactor of Patchfix ServerJMSMessage
Refactor ServerJMSMessage so it correctly transposes all JMSX headers.
Push common JMSX mappings for JMS to Message Interface mappings into MessageUtil to avoid duplication in ActiveMQMessage and ServerJMSMessage
2018-11-14 09:58:34 -05:00
Clebert Suconic a20d7a0339 This closes #2424 2018-11-14 09:54:29 -05:00
Michael André Pearce 14451a79eb ARTEMIS-2142 Patch Fix ServerJMSMessage for JMSXGROUPSEQ
This is a patch fix for JMSXGROUPSEQ.
2018-11-14 09:54:28 -05:00
Clebert Suconic 54e9d67b9a This closes #2431 2018-11-14 09:52:44 -05:00
Sebastian Thomschke ee7cc82a4d NO-JIRA Prevent maven-source-plugin being executed twice
With the current Maven config, the maven-source-plugin is executed twice, this results in the sources-jars being attached twice which leads the deploy goal in trying to upload the same sources jars twice to the repository. This slows down the build process and also fails on repositories that disallow updating of existing artifacts.

Additionally the "jar" goal is now replaced with "jar-no-fork" which prevents the maven life cycle being executed twice too.
2018-11-14 15:48:57 +01:00
Clebert Suconic ff2073a7ed This closes #2417 2018-11-13 17:37:51 -05:00
Justin Bertram f4396da9fd ARTEMIS-2108 fix another potential StackOverflow 2018-11-13 17:37:51 -05:00
Clebert Suconic 699591ee9b This closes #2429 2018-11-13 17:37:02 -05:00
Andreas Frohwerk 32fd445dd2 NO-JIRA Fix minor leak in FileMoveManagerTest
Not closing the InputStream makes this test flaky on Windows. The test
breaks because FileMoveManager::delete(java.io.File) Line 221 fails
to delete the file if it's still "owned" by the JVM process on Windows.
2018-11-13 17:36:48 -05:00
Justin Bertram 366005e44f This closes #2420 2018-11-09 10:05:13 -06:00
Šmucr Jan 6d0641b438 ARTEMIS-2169 allow config of JMX RMI registry port
Previously the port was always random. This caused problems with
remote JMX connections that needed to overcome firewalls. As of
this patch it's possible to make the RMI port static and whitelist
it in the firewall settings.
2018-11-09 10:04:13 -06:00
Michael Andre Pearce b3e767caec This closes #2041 2018-11-09 14:43:34 +00:00
Howard Gao ae320c14a5 ARTEMIS-1825 Live-backup topology not correctly displayed on console 2018-11-09 14:43:34 +00:00
Michael Andre Pearce bd1777799a This closes #2374 2018-11-08 23:56:51 +00:00
Justin Bertram c2188aa058 ARTEMIS-2127 Add auth details to consumer created notification 2018-11-08 23:56:51 +00:00
Michael Andre Pearce 55cb2dbf45 This closes #2410 2018-11-08 23:50:08 +00:00
feuillemorte a65e711fbc ARTEMIS-2125 Tabs preference changes to display columns not persistent through page refresh 2018-11-08 23:50:08 +00:00
Michael Andre Pearce 51ba9bcd5a This closes #2419 2018-11-08 23:48:23 +00:00
Francesco Nigro 075a4024df ARTEMIS-1710 Allow for management msgs to exceed global-max-size limit
Added docs to explain the behaviour of management addresses on paging
2018-11-08 23:48:23 +00:00
Michael Andre Pearce b08541997b This closes #2413 2018-11-08 23:45:32 +00:00
Clebert Suconic 6bdff442ab NO-JIRA fixing tests 2018-11-08 23:45:32 +00:00
Howard Gao 638ff75f4b This closes #2385 2018-11-08 08:00:22 +08:00
Justin Bertram 2e53d8f5fb ARTEMIS-1929 race in STOMP w/identical durable subs 2018-11-08 07:55:29 +08:00
Clebert Suconic 7c5470548a This closes #2074 2018-11-06 22:00:26 -05:00
Howard Gao 72eadb201d ARTEMIS-1850 QueueControl.listDeliveringMessages returns empty result
With AMQP protocol when some messages are received in a transaction,
calling JMX QueueControl.listDeliveringMessages() returns empty list
before the transaction is committed.
2018-11-06 20:23:32 +08:00
Martyn Taylor c0a40a1619 This closes #2415 2018-11-05 10:50:28 +00:00
Francesco Nigro b71c144891 ARTEMIS-2100 address routing-type overridden on attaching AMQP sender
AMQPSender has to honor an already existing multicast routingType
of an address while attempting to create a fresh new queue on it
2018-11-05 10:50:28 +00:00
Martyn Taylor 43ad18058d This closes #2414 2018-11-05 09:43:51 +00:00
Francesco Nigro 270b383e80 ARTEMIS-1710 Allow management msgs to exceed global-max-size limit 2018-11-03 23:34:59 +01:00
Justin Bertram 27c2375ceb This closes #2408 2018-11-02 11:12:35 -05:00
Roddie Kieley 5f74faa34a ARTEMIS-2160: Addressed occurance where cluster configuration on server locator was hard coded. Covered with test. 2018-11-02 11:12:35 -05:00
Clebert Suconic a2264c528c This closes #2181 2018-11-02 10:19:36 -04:00
Francesco Nigro 46542fb230 ARTEMIS-1980 Warn on failed check of table existence should be info
DB2 metadata checks should erroneously report stale table existence on
not existing/just deleted table, making the subsequent warning logs
of failed SELECT COUNT useless and scaring: should be better to let
them lowered to INFO level
2018-11-02 10:19:35 -04:00
Clebert Suconic 1ffde789c9 This closes #2397 2018-11-01 17:26:38 -04:00
feuillemorte 39e172c977 ARTEMIS-2116 Extend tests on producer CLI command with message body 2018-11-01 17:26:38 -04:00
Clebert Suconic 036e24460b This closes #2409 2018-11-01 15:43:53 -04:00
Clebert Suconic c62146802e ARTEMIS-2159 Fixing OpenWire Blocker Producer
Previous change on Flow control in OpenWire broke Blocked cases
This is a better fix.
2018-11-01 15:43:17 -04:00
Clebert Suconic 2f52e3ce2a Revert "ARTEMIS-2100 address routing-type overridden on attaching AMQP sender"
There are too many failures because of the semantic change here.

This reverts commit 1c17a4d59d.
2018-11-01 14:24:52 -04:00
Clebert Suconic 54db13326d This closes #2369 2018-10-31 15:28:32 -04:00
yang wei 31399486ac ARTEMIS-2123 Paging not stopped if there are no messages on one subscription 2018-10-31 15:28:20 -04:00
Clebert Suconic 3e58cf87ab This closes #2407 2018-10-31 12:46:12 -04:00
Clebert Suconic 02a6d5bb49 ARTEMIS-2159 OpenWire would allow one extra send
Thanks to Otavio Piske collaborating a test change here.
2018-10-31 12:46:12 -04:00
Clebert Suconic 46588c8bd4 This closes #2400 2018-10-31 11:55:22 -04:00
Michael André Pearce faa6ffa3b4 ARTEMIS-2151 JMS Selectors broken in some cases
Create Test Case
Fix OpenWire so selectors are translated
Fix GroupID to call groupId method
2018-10-31 11:55:22 -04:00
Clebert Suconic ad7e7c78b9 This closes #2404 2018-10-31 11:41:55 -04:00
Clebert Suconic 8f9b75cc5d ARTEMIS-2157 Extra information on CriticalAnalyzer and its components 2018-10-31 11:41:55 -04:00
Clebert Suconic 2489020d59 This closes #2405 2018-10-31 09:37:15 -04:00
yang wei e024efcccd ARTEMIS-2158 don't get pagedMessage if it's nontransactional 2018-10-31 10:39:42 +08:00
Clebert Suconic 123383b8df This closes #2387 2018-10-30 16:24:33 -04:00