4521 Commits

Author SHA1 Message Date
Justin Bertram
a5cef3a4c5 This closes #1682 2017-12-05 09:20:54 -06:00
art-licis
b152a33267 NO-JIRA Documentation: Fixed filenames of native libs found on distribution 2017-12-05 09:18:26 -06:00
Justin Bertram
328cf5cc59 This closes #1675 2017-12-05 09:10:40 -06:00
Pat Fox
7d61969795 ARTEMIS-1526 race condition between listConsumers() and closing a Session. When session not found, ignore that consumer and continue. 2017-12-05 09:10:40 -06:00
Clebert Suconic
8f9bab6a19 NO-JIRA Adding missing @RunWith annotation on tests 2017-12-01 14:25:25 -05:00
Clebert Suconic
d498cf4cc6 This closes #1680 2017-11-30 09:59:35 -05:00
Stanislav Knot
67fca940d4 ARTEMIS-1530 Fix expiry statistics 2017-11-30 09:59:35 -05:00
Clebert Suconic
f2b5114af8 ARTEMIS-1508 Adding a test with Expiry, to make sure the message copy works correctly 2017-11-29 21:49:31 -05:00
Clebert Suconic
ce9e824297 ARTEMIS-1531 Fixing checkstyle on byteman test 2017-11-29 20:53:59 -05:00
Clebert Suconic
abf104171e This closes #1681 2017-11-29 18:10:29 -05:00
Clebert Suconic
f9d101d0a1 ARTEMIS-1531 Adding timedbuffer operations on critical analyzer
Also, making TimedBuffer.stop() synchronized to avoid issues during device outages
2017-11-29 18:09:00 -05:00
Justin Bertram
a822af4712 This closes #1678 2017-11-29 10:49:36 -06:00
Clebert Suconic
8b7282d849 ARTEMIS-1529 Fixing Ref count over asynchronous ack 2017-11-29 09:45:09 -05:00
Tomas Kratky
dbb3aaddf6 ARTEMIS-1529 Adding test on durable topics 2017-11-29 09:45:09 -05:00
Martyn Taylor
4584ac6974 This closes #1628 2017-11-29 08:52:58 +00:00
saurabhrai
4abca78785 ARTEMIS-1364: Enable internal sorting in hawtio web console 2017-11-29 08:52:33 +00:00
Clebert Suconic
e714af7ab9 This closes #1665 2017-11-28 15:56:42 -05:00
Pat Fox
0e843d1fac ARTEMIS-1520 Adding connection ID into log.tracing
add connection ID to the trace logging output
dealing with reading/writing packets. This helps correlate
the packets read/written to an individual tcp connection
2017-11-28 15:55:48 -05:00
Clebert Suconic
4bb32b3794 This closes #1666 2017-11-28 14:47:36 -05:00
Howard Gao
3c19cc2081 ARTEMIS-1521 Missing Parameter annotations in ActiveMQServerControl
Added missing annotations
Added test
2017-11-28 14:47:36 -05:00
Clebert Suconic
6f70bf1879 This closes #1673 2017-11-28 12:58:57 -05:00
James Perkins
20374330d1 ARTEMIS-1528 Upgrade slf4j-jboss-logmanager to 1.0.4.GA. 2017-11-28 12:58:42 -05:00
Clebert Suconic
de9f3b98a2 This closes #1672 2017-11-27 15:04:23 -05:00
Clebert Suconic
172420c553 ARTEMIS-1508 Fixing Divert message and AMQP.reencode 2017-11-27 15:04:11 -05:00
Stanislav Knot
9a6649d753 ARTEMIS-1508 test for diverting topic and queue using selector 2017-11-27 15:04:04 -05:00
Clebert Suconic
e71be13f12 This closes #1670 2017-11-27 15:01:50 -05:00
saurabhrai
6315e3faf0 ARTEMIS-1505: NPE prevents browsing queue with large messages 2017-11-27 15:01:34 -05:00
Clebert Suconic
92ce07a584 This closes #1667 2017-11-27 13:06:19 -05:00
Stanislav Knot
52447b1e88 ARTEMIS-1420 updated docs 2017-11-27 13:06:19 -05:00
Clebert Suconic
76318a8d2b This closes #1668 2017-11-27 13:05:47 -05:00
Pat Fox
519abde5ff ARTEMIS-1522 add date to timestamp in logs 2017-11-27 13:05:47 -05:00
Clebert Suconic
c4ba7af01a This closes #1669 2017-11-27 13:05:12 -05:00
Pat Fox
4edf6793bb ARTEMIS-1524 avoid null pointer due to race condition in listAddresses(). If address is deleted, ignore that address and continue 2017-11-27 13:05:12 -05:00
Clebert Suconic
bce766c392 This closes #1671 2017-11-27 13:03:26 -05:00
Justin Bertram
f53e411dad ARTEMIS-1525 refactor embedded examples 2017-11-27 10:55:16 -06:00
Martyn Taylor
ae367c6aff This closes #1664 2017-11-24 13:17:01 +00:00
Andy Taylor
7beb378061 NO-JIRA Adding test for duplicate queues in config 2017-11-24 13:17:01 +00:00
Clebert Suconic
245495196a This closes #1660 2017-11-22 13:58:31 -05:00
Clebert Suconic
996e5c30c6 ARTEMIS-1517 Clarify SendACK versus confirmationWindowSize
https://issues.apache.org/jira/browse/ARTEMIS-1517
2017-11-21 20:23:39 -05:00
Timothy Bish
482e49e3fd This closes #1663 2017-11-21 12:01:48 -05:00
Clebert Suconic
1d1d6c8b46 ARTEMIS-1416 Implementing cache on queue and address querying
This will cache the last query, optimizing most of the cases
This won't optimize the case where you are sending producers with different address,
but this is not the one I'm after now.
2017-11-21 10:49:07 -05:00
Clebert Suconic
16d9b191a1 ARTEMIS-1513 Fix intermittent failure 2017-11-21 10:32:03 -05:00
Clebert Suconic
accec57e56 This closes #1661 2017-11-21 09:44:30 -05:00
Justin Bertram
40aa3f5821 ARTEMIS-1513 fix AMQP + core bridge 2017-11-21 09:44:30 -05:00
Clebert Suconic
b27ed5de16 ARTEMIS-1514 Fix File open on Large Message 2017-11-21 09:27:27 -05:00
Clebert Suconic
3fba3573a5 This closes #1662 2017-11-21 08:57:08 -05:00
Martyn Taylor
eddb144deb ARTEMIS-1514 Fix read large message into buffer 2017-11-21 13:23:12 +00:00
Andy Taylor
9a8055bd3f This closes #1647 ARTEMIS-1365 Advisory consumers listed in Console 2017-11-20 08:38:06 +00:00
Howard Gao
5fe88e1c66 ARTEMIS-1365 Advisory consumers listed in Console
Openwire clients create consumers to advisory topics to receive
notifications. As a result there are internal queues created
on advisory topics. Those consumer shouldn't be exposed via
management APIs which are used by the Console

To fix that the broker doesn't register any queues from
advisory addresses.

Also refactors a code to remove Openwire specific contants
from AddressInfo class.
2017-11-17 17:39:40 +08:00
Martyn Taylor
3c04de3abb This closes #1655 2017-11-16 11:28:47 +00:00