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
Clebert Suconic
9daa0321b6
ARTEMIS-1514 Large message fix
...
I'm doing an overal improvement on large message support for AMQP
However this commit is just about a Bug on the converter.
It will be moot after all the changes I'm making, but I would rather keep this separate
as a way to cherry-pick on previous versions eventually.
2017-11-15 20:54:58 -05:00
Clebert Suconic
5cea228dbc
This closes #1656
2017-11-15 17:19:30 -05:00
Howard Gao
19c6f2d5c4
NO-JIRA Added test coverage for broker paging with unlimited memory
...
This test starts 2 servers and send messages to
a queue until it enters into paging state. Then
it changes the address max-size to -1, restarts
the 2 servers again and consumes all the messages.
It verifies that even if the max-size has changed
all the paged messages will be depaged and consumed.
No stuck messages after restarting.
The tests is there to guard a case where messages
won't be depaged on server restart after the max-size
is changed to -1. This issue has been fixed into
master along with the fix for ARTEMIS-581, particularly
the changes to the method PagingStoreImpl.getMaxSize().
2017-11-15 17:19:30 -05:00
Clebert Suconic
7b60df5e50
This closes #1657
2017-11-15 17:15:13 -05:00
Clebert Suconic
68705a5a63
NO-JIRA Making sure System.properties are cleaned up between tests
2017-11-15 17:14:34 -05:00
Andy Taylor
6982244bf4
NO-JIRA Adding Advisory OpenWire tests
2017-11-15 16:09:51 -05:00
Clebert Suconic
a9b02fb68c
This closes #1658
2017-11-15 13:39:08 -05:00
Martyn Taylor
2e7b660ca8
ARTEMIS-1489 CriticalAnalyzer Fault Injection Test
...
Fault injection via Byteman to simulate deadlock and slow disk
sync scenarios, ensures the Critical Analyzer detects the issues
reacts appropriately.
2017-11-15 13:37:29 -05:00
Clebert Suconic
32802eeba1
This closes #1653
2017-11-13 17:03:36 -05:00
Justin Bertram
55d7260a07
ARTEMIS-1510 refactor Maven poms
...
Clean up unused declared dependencies and undeclared dependencies which
are pulled in transitively.
2017-11-13 17:03:35 -05:00
Clebert Suconic
fd2ce26d50
This closes #1654
2017-11-13 16:55:49 -05:00
Martyn Taylor
18109e30d9
ARTEMIS-1428 Add WS tests for max frame size
2017-11-13 16:55:47 -05:00
Martyn Taylor
120fc190c6
ARTEMIS-1512 Fix race condition with Subscribe receipt
2017-11-13 16:55:47 -05:00
Martyn Taylor
a5c443afb0
ARTEMIS-1511 Update tests to use StompTest Client + Fix issues
2017-11-13 16:55:47 -05:00
Martyn Taylor
c6e5163a51
ARTEMIS-1511 Enable WebSocket Transport in STOMP test client
2017-11-13 16:55:47 -05:00
Martyn Taylor
5211afdf86
ARTEMIS-1511 Refactor AMQP Transport for use with other test clients
2017-11-13 16:55:47 -05:00