4053 Commits

Author SHA1 Message Date
Clebert Suconic
f16af75354 ARTEMIS-1324 Deadlock detection and health check of critical components 2017-08-07 18:40:03 -04:00
Clebert Suconic
8f33d276d7 This closes #1445
This closes #1446
2017-08-07 16:31:22 -04:00
Clebert Suconic
7bd454739c ARTEMIS-1327 changing exception hangling on plugins 2017-08-07 16:26:37 -04:00
Christopher L. Shannon (cshannon)
a3a614ee8b ARTEMIS-1327 - Support checked exceptions in ActiveMQServerPlugin
This will allow plugin writers to use checked exceptions when writing
plugins
2017-08-07 16:24:19 -04:00
Clebert Suconic
f12116d5a5 This closes #1442 2017-08-04 16:26:58 -04:00
Justin Bertram
b6b8fa411f ARTEMIS-1322 ServerLocator option to ignore topology for load-balancing 2017-08-04 13:56:30 -05:00
Clebert Suconic
64783c2504 This closes #1439 2017-08-03 11:41:58 -04:00
Jiri Danek
dfb181a8b2 ARTEMIS-1317 Expire messages that got expiredAck() from OpenWire client
This fixes org.apache.activemq.JmsSendReceiveWithMessageExpirationTest
2017-08-03 11:41:58 -04:00
Clebert Suconic
c5c61f39eb This closes #1438 2017-08-03 11:37:16 -04:00
Michael André Pearce
92c3e7ef97 NO JIRA: Doc correction
From here, it seems the default is -1 not 0 as originally stated in doc.

d055411f21/artemis-core-client/src/main/java/org/apache/activemq/artemis/api/config/ActiveMQDefaultConfiguration.java (L337)
2017-08-03 11:37:15 -04:00
Clebert Suconic
d055411f21 NO-JIRA use URIs on the example 2017-08-03 11:25:25 -04:00
Clebert Suconic
930a94bacd This closes #1437 2017-08-02 19:09:22 -04:00
Jonathan Gallimore
89989fd52d ARTEMIS-1321 - Allowing RA to be proxied on TomEE 2017-08-02 19:09:22 -04:00
Clebert Suconic
2eada40fb0 This closes #1432 2017-08-02 12:50:35 -04:00
Michael Andre Pearce
776ec0b9fd ARTEMIS-1313 getAddresses in PostOfficeImpl does not correctly return all addresses
Fix so that getAddresses uses addressInfoMap instead of the mappings so that addresses without queues also are returned
2017-08-02 12:50:34 -04:00
Clebert Suconic
42dbd02bda This closes #1434 2017-08-02 12:48:43 -04:00
Howard Gao
613b459c52 ARTEMIS-1315 Client disconnection may cause consumer to hang
When calling a consumer to receive message with a timeout
(receive(long timeout), if the consumer's buffer is empty, it sends
a 'forced delivery' the waiting forever, expecting the server to
send back a 'forced delivery" message if the queue is empty.

If the connection is disconnected as the arrived 'forced
delivery' message is corrupted, this 'forced delivery' message
never gets to consumer. After the session is reconnected,
the consumer never knows that and stays waiting.

To fix that we can send a 'forced delivery' to server right
after the session is reconnected.
2017-08-02 12:48:43 -04:00
Clebert Suconic
c3f8321c42 NO-JIRA Improving a test with Wait 2017-08-02 10:39:19 -04:00
Clebert Suconic
bc2670a543 This closes #1385 2017-08-01 16:17:56 -04:00
Michael Andre Pearce
12942a609f ARTEMIS-1270 Management Console - Hawtio Solution
applying Artemis skin
2017-08-01 14:55:03 -04:00
Andy Taylor
fa7b247dc4 ARTEMIS-1270 Management Console - Hawtio Solution
Add Artemis Plugin
2017-08-01 14:54:27 -04:00
Michael Andre Pearce
cadf909f78 ARTEMIS-1270 Management Console - Hawtio Solution
Add Hawtio to web
Add Custom ActiveMQ Hawtio Branding Plugin
2017-08-01 14:54:27 -04:00
Clebert Suconic
2b64ce4a3d This closes #1435 2017-08-01 11:52:28 -04:00
Francesco Nigro
74f243cc4d ARTEMIS-1312 TimedBuffer doubled timeout with blocking flush 2017-08-01 11:52:28 -04:00
Clebert Suconic
14d840de58 This closes #1431 2017-08-01 09:43:15 -04:00
Jens Reimann
239479d1a3 Fix a typo in bootstrap-web-settings.txt
Signed-off-by: Jens Reimann <jreimann@redhat.com>
2017-08-01 09:43:14 -04:00
Clebert Suconic
4694aab061 This closes #1433 2017-08-01 06:34:25 -04:00
Francesco Nigro
567bfe3b9b ARTEMIS-1312 TimedBuffer doubled timeout with blocking flush 2017-08-01 06:34:25 -04:00
Clebert Suconic
7973410355 This closes #1430 2017-07-31 12:51:16 -04:00
Dmitrii Tikhomirov
bef3864c72 [ARTEMIS-1311] Log messages without prefixed id code in artemis-core-client 2017-07-31 12:51:15 -04:00
Clebert Suconic
c23c7670e0 This closes #1427 2017-07-28 18:01:56 -04:00
Jean-Baptiste Onofré
99c9ae34f9 [ARTEMIS-1309] Import johnzon.core package in the artemis-server-osgi bundle 2017-07-28 18:01:56 -04:00
Clebert Suconic
4670980aa3 This closes #1423 2017-07-28 18:00:50 -04:00
Justin Bertram
8c8ab0adc1 ARTEMIS-1299 support commas in RA connection parameter values 2017-07-28 18:00:50 -04:00
Clebert Suconic
abaccaab56 This closes #1422 2017-07-28 18:00:06 -04:00
Justin Bertram
610737bc30 ARTEMIS-1306 clarify identity for authn failures 2017-07-28 18:00:06 -04:00
Clebert Suconic
7adc8339c7 ARTEMIS-1305 Avoid deadlock when shutting down RA and reconnects 2017-07-28 11:53:09 -04:00
Clebert Suconic
2428c9ca1c This closes #1426 2017-07-28 10:33:40 -04:00
Clebert Suconic
54d220edf3 ARTEMIS-1305 Server frozen during shutdown on Resource Adapter
this is a better fix than the previous one
2017-07-28 10:33:40 -04:00
Justin Bertram
40534b29d6 This closes #1424 2017-07-28 09:15:03 -05:00
Pat Fox
4edb750165 fixed some minor typos in cli description annotations 2017-07-28 15:00:59 +02:00
Andy Taylor
e316c920b4 This closes #1421 ARTEMIS-1202 Fix interleave during replication sync 2017-07-26 10:25:47 +01:00
Martyn Taylor
69f8263267 ARTEMIS-1303 Fix interleave during replication sync 2017-07-26 10:25:47 +01:00
Andy Taylor
d776a698e4 This closes #1419 ARTEMIS-1305 Server Frozen during shutdown if RA is retrying 2017-07-26 10:25:06 +01:00
Clebert Suconic
7bf8e4e890 ARTEMIS-1305 Server Frozen during shutdown if RA is retrying 2017-07-25 22:33:55 -04:00
Clebert Suconic
5325ca39c8 NO-JIRA: Fix checkstyle 2017-07-25 21:12:27 -04:00
Clebert Suconic
e5be686064 NO-JIRA traced on the RA 2017-07-25 19:07:34 -04:00
Clebert Suconic
b6b48a5896 NO-JIRA Traces on the Resource Adapter 2017-07-25 17:56:43 -04:00
Clebert Suconic
1796e5935f NO-JIRA Traces on Resource Adapter Message Handler 2017-07-25 12:57:10 -04:00
Clebert Suconic
cd9ce6a502 ARTEMIS-1304 ignoring invalid test 2017-07-25 10:08:11 -04:00