4126 Commits

Author SHA1 Message Date
Clebert Suconic
d6191e31e2 This closes #1362 2017-06-23 08:56:40 -04:00
Erich Duda
c5a25d3322 ARTEMIS-1250 ClusteredMessageCounterTest.testNonDurableMessageAddedWithPaging fails
Before sending of messages to server 0 begins, the test
should wait until consumer is registered at RemoteQueueBindingImpl
on server 0. Otherwise some messages may not be rebalanced
to server 1.
2017-06-23 13:39:25 +02:00
Clebert Suconic
e709fc366d NO-JIRA: Fixing a test 2017-06-22 17:59:55 -04:00
Clebert Suconic
339fa20f2b NO-JIRA: Fixing JournalImplTestUnit
it doesn't really matter the number of files.. as long as the data is valid.
This type of assertion limits the implementation. it's mocking test with too much intrusion
over the implementation. Hence I'm removing these clauses that will fail eventually.
2017-06-22 17:49:43 -04:00
Christopher L. Shannon (cshannon)
35f6ebb2cb NO-JIRA: Minor documentation fix 2017-06-22 16:12:01 -04:00
Clebert Suconic
9f25013c54 This closes #1307 2017-06-22 12:41:48 -04:00
Guillaume Nodet
b6dcff039f [ARTEMIS-1196] Fix missing JSON support 2017-06-22 12:16:25 -04:00
Clebert Suconic
a970b41ebf This closes #1345 2017-06-22 12:13:11 -04:00
Michael Andre Pearce
f63f130407 ARTEMIS-1235 delete queues when broker.xml changes
Add extra configuration to address-settings to be able to
control / enable address/queue deletion by pattern,
rather than a global toggle.

Add support in the reload logic to remove address
and/or queues if the address matches an address setting,
where it is enabled.
2017-06-22 12:12:12 -04:00
Clebert Suconic
be8eb3ec9f This closes #1358 2017-06-22 12:01:41 -04:00
Jiri Danek
60fad35cfe ARTEMIS-1244 propagate retain flag of received message 2017-06-22 12:00:40 -04:00
Clebert Suconic
c2ad9cab0d This closes #1357 2017-06-22 11:51:11 -04:00
Michal Tóth
2b80426153 ARTEMIS-1244 Retain flag code todo comment
Identified possible bug in MQTT receive of missing retained flag.
2017-06-22 11:51:11 -04:00
Michal Tóth
e801df7974 ARTEMIS-607 New tests AMQP,MQTT,Stomp interceptor properties tests
Added tests for AMQP, MQTT and Stomp protocol for interceptors.
Tests are checking intercepted message properties.
Linked issue ARTEMIS-607
2017-06-22 11:51:11 -04:00
Clebert Suconic
902e0c49ab This closes #1359 2017-06-22 10:48:10 -04:00
Andy Taylor
fbe27682a1 ARTEMIS-1237 - Hard coded timeout on Journal file open
Make timeout configurable

https://issues.apache.org/jira/browse/ARTEMIS-1237
2017-06-22 10:48:09 -04:00
Clebert Suconic
37d1d5ff7b ARTEMIS-1247 Allow tracing on ReplicatedJournal
This closes #1360
2017-06-22 10:22:36 -04:00
Clebert Suconic
85aeac99ab Revert "ARTEMIS-1227 Internal properties not removed from messages"
This reverts commit f465996444fdb6fcf33e1ce2262d6ea2aae0cdb1.

Following discussion on https://github.com/hornetq/hornetq/pull/2114
2017-06-22 09:49:45 -04:00
Clebert Suconic
e78a902881 ARTEMIS-1224 fixing test 2017-06-21 20:00:13 -04:00
Clebert Suconic
b89ad66c62 This closes #1324 2017-06-21 16:06:57 -04:00
Francesco Nigro
cf68aab714 ARTEMIS-1214 Improve performance of read on Paging 2017-06-21 16:06:57 -04:00
Clebert Suconic
ad4d3be203 This closes #1354 2017-06-21 11:22:59 -04:00
Howard Gao
e258bdf188 ARTEMIS-1242 OpenWire Transactions never removed
Openwire doesn't remove the finished transactions
(committed or rolledback).
2017-06-21 11:22:59 -04:00
Clebert Suconic
a8ecc9fa38 This closes #1353 2017-06-21 11:19:10 -04:00
Helge Waastad
eaadc24729 ARTEMIS-1243 Release ReferenceCounted messages 2017-06-21 11:19:09 -04:00
Clebert Suconic
7583ff7172 This closes #1356 2017-06-21 11:16:30 -04:00
Jiri Danek
3d4e907a1b NO-JIRA fix typos 2017-06-21 11:16:29 -04:00
Clebert Suconic
ae8fbbdef1 This closes #1350 2017-06-21 10:25:34 -04:00
Howard Gao
3d0896f87c ARTEMIS-1240 Disconnect at client side on decoding error
When a broken packet arrives at client side it causes decoding error.
Currently artemis doesn't handle it properly. It should catch such
errors and disconnect the underlying connection, logging a proper
warning message
2017-06-21 10:25:34 -04:00
Martyn Taylor
498a328635 This closes #1349 2017-06-20 10:09:26 +01:00
Michael Andre Pearce
1bfa1ad4fe ARTEMIS-1205: AMQP Shared Durable Subscriber - Document Update
Update documents for new configuration toggle for 'amqp-use-core-subscription-naming '
2017-06-19 23:05:10 +01:00
Martyn Taylor
7610dadaf3 This closes #1337 2017-06-19 12:44:13 +01:00
Michael Andre Pearce
44b7e455cb ARTEMIS-1205: AMQP Shared Durable Subscriber incorrect behaviour
Use AcitveMQDestination for subscription naming, fixing and aligning queue naming in the process.

The change is behind a configuration toggle so to avoid causing any breaking changes for uses not expecting.
2017-06-19 12:44:13 +01:00
Andy Taylor
8dd6b712fc This closes #1343 ARTEMIS-1344 Fix log level in logger message 2017-06-19 10:19:03 +01:00
Martyn Taylor
a66b816a18 ARTEMIS-1233 Fix log level in logger message 2017-06-19 10:19:03 +01:00
Martyn Taylor
d28cee8b10 This closes #1346 2017-06-19 10:08:30 +01:00
Andy Taylor
d2594a280b ARTEMIS-1211 - Allow local transactions when no jta in Resource Adapter
https://issues.apache.org/jira/browse/ARTEMIS-1211
2017-06-19 10:08:30 +01:00
Martyn Taylor
487cc45425 This closes #1342 2017-06-19 10:04:13 +01:00
Bennet Schulz
060781d430 NO-JIRA fix typos in documentation 2017-06-16 10:58:23 +02:00
Justin Bertram
a5beec7e25 This closes #1340 2017-06-14 13:17:21 -05:00
Jeff Mesnil
f32cab6420 [ARTEMIS-1232] Configure deserialization lists on regular JMS CF
JIRA: https://issues.apache.org/jira/browse/ARTEMIS-1232
2017-06-14 13:17:21 -05:00
Justin Bertram
13a0a49df2 This closes #1335 2017-06-14 11:39:40 -05:00
Martyn Taylor
f20703a13e ARTEMIS-1215 Fix address validation on sub # 2017-06-14 11:39:39 -05:00
Justin Bertram
c023735612 This closes #1338 2017-06-14 11:36:01 -05:00
Jiri Danek
9ad8b71273 ARTEMIS-1212 add a jms.queue. workaround to HornetQProtocolManagerTest 2017-06-14 11:35:50 -05:00
Martyn Taylor
203e750470 This closes #1336 2017-06-14 10:19:25 +01:00
Andy Taylor
30a6ac703e ARTEMIS-1224 - change the journal file size to nearest multiple
https://issues.apache.org/jira/browse/ARTEMIS-1224
2017-06-14 10:16:23 +01:00
Justin Bertram
50c4039a49 This closes #1333 2017-06-12 13:02:14 -05:00
Dmitrii Tikhomirov
e6ba3fbc71 [ARTEMIS-1228] Log messages without prefixed id code in artemis-rest 2017-06-12 13:02:14 -05:00
Justin Bertram
59ce313bc5 This closes #1332 2017-06-12 13:01:12 -05:00