5914 Commits

Author SHA1 Message Date
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 1c17a4d59dc630a4ba2d3de5817dd33cbca5b431.
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
Michael André Pearce
f30ca44c82 ARTEMIS-2142 Support JMSXGroupSeq -1 to close/reset group.
Add test cases
Add GroupSequence to Message Interface
Implement Support closing/reset group in queue impl
Update Documentation (copy from activemq5)

Change/Fix OpenWireMessageConverter to use default of 0 if not set, for OpenWire as per documentation http://activemq.apache.org/activemq-message-properties.html
2018-10-30 16:24:33 -04:00
Clebert Suconic
8bf549b7c6 This closes #2390 2018-10-30 16:22:44 -04:00
Michael André Pearce
99a3f17aa0 NO-JIRA Move JMS_SESSION_CLIENT_ID_PROPERTY to JMS module
Remove JMS specifics from CORE, that are not used in broker
2018-10-30 16:22:44 -04:00
Clebert Suconic
33f679978a This closes #2392 2018-10-30 16:22:11 -04:00
Francesco Nigro
1c17a4d59d ARTEMIS-2100 address routing-type overridden on attaching AMQP sender
An already existing address routing type should be taken
in consideration while chosing which routing type use when none
is configured
2018-10-30 16:22:10 -04:00
Clebert Suconic
64cce8ce1f This closes #2402 2018-10-30 16:17:46 -04:00
Christopher L. Shannon (cshannon)
0a3f925c60 NO-JIRA: Clarify journal-buffer-timeout documentation
Clarify how to disable the buffer timeout
2018-10-30 16:17:46 -04:00
Clebert Suconic
6a7c549b96 This closes #2403 2018-10-30 16:17:09 -04:00
Justin Bertram
2a894cbe27 ARTEMIS-2155 disconnect on failure to handle packet 2018-10-30 16:17:08 -04:00
Clebert Suconic
558bb477f1 NO-JIRA Adding Test to validate OpenWire and Fail flow control 2018-10-30 11:47:37 -04:00
Michael Andre Pearce
16bcdf90b5 This closes #2384 2018-10-29 20:42:05 +00:00
sebthom
d7aa9e5077 ARTEMIS-2141 Add Filter column to Consumers View of AdminUI 2018-10-29 20:42:05 +00:00
Michael Andre Pearce
0630a18135 This closes #2375 2018-10-29 20:40:51 +00:00
Michael André Pearce
b0d36ebc50 ARTEMIS-856 small fix to avoid re-distributor being assigned a group 2018-10-29 20:40:50 +00:00
Michael Andre Pearce
a78ed9a2b3 This closes #2399 2018-10-27 06:52:56 +01:00
Arthur Fritz Santiago
dba405c404 ARTEMIS-2150 Counts the number of delivering messages in this queue 2018-10-27 06:52:56 +01:00
Michael Andre Pearce
3f3046c5ef This closes #2388 2018-10-26 19:30:07 +01:00
Justin Bertram
97612c48d3 ARTEMIS-1856 support delays before deleting addresses & queues 2018-10-26 19:30:06 +01:00