Timothy Bish
fc32bc0b07
ARTEMIS-1780 Handle conversion of large ObjectMessage types
...
Make sure the correct buffer is used when decoding the stored Core
message that originated from the conversion of an AMQP message sent and
annotated as a JMS ObjectMessage which trips the large message boundary.
2018-04-03 22:27:43 -04:00
Howard Gao
262990fa67
ARTEMIS-1779 ClusterConnectionBridge may connect to other nodes than its target
...
The cluster connection bridge has a TopologyListener and connects to a new node
each time it receives a nodeUp() event. It needs to put a check here to make
sure that the cluster bridge only connects to its target node and it's backups.
This issue shows up when you run LiveToLiveFailoverTest.testConsumerTransacted
test.
Also in this commit improvement of BackupSyncJournalTest so that it runs more
stable.
2018-04-03 16:22:13 -04:00
Clebert Suconic
ef74221684
NO-JIRA Fixing FailoverTest
...
There's some debugging code I left on this test
causing cascade failures after a change made on JDBC.
2018-03-29 10:28:31 -04:00
Clebert Suconic
70bdfe7603
ARTEMIS-1776 Asynchronous Flow control on the bridge
2018-03-28 19:09:20 -04:00
Francesco Nigro
8842ac3638
ARTEMIS-1757 Improve DB2 compatibility
...
It includes:
- Fixed AUTO_INCREMENT not supported on DB2
- Added proper stop/teardown of driver
- Fixed recursive SQLException formatting
2018-03-27 09:59:56 -04:00
saurabhrai
f045ffbcf8
ARTEMIS-370: Make JDBC Journal Sync period configurable
2018-03-22 16:29:00 -04:00
Martyn Taylor
f8547aecf1
ARTEMIS-1764 Ignore Ack for Prepared Tx when Queue deleted
2018-03-22 16:21:16 -04:00
Michael André Pearce
a9d84a7dad
ARTEMIS-1766 - Persist LastValue queue config in bindings.
...
Added Integration tests for the issue.
Add lastvalue to the queue bindings that get persisted.
2018-03-22 16:20:14 -04:00
Clebert Suconic
e86acd4824
ARTEMIS-1765 Fixing Large Message Compression and Conversion
2018-03-22 16:11:11 -04:00
Howard Gao
51f105da7b
ARTEMIS-1765 Adding StompWithLargeMessageTest
...
This closes #1965
2018-03-22 16:06:37 -04:00
Ulf Lilleengen
be6cb7a22f
ARTEMIS-1748: Cleanup connections when client connector is destroyed
2018-03-22 10:46:40 -05:00
gtully
72ec6c8e0b
[ARTEMIS-1758] support SASL EXTERNAL with TextCertLoginModule
...
- rework proton handler to use saslListener
2018-03-22 10:09:58 -04:00
Michael André Pearce
c7622d58c0
ARTEMIS-1747 - Fix Configuration change loss when network Issue
...
Add Test Case to stop and restart server after config reload and check state, this re-creates network health check issue where config changes are lost when network health check de-activates the server and then re-activates.
Add fix to update the held configuration thats used when initialisation steps during start are done.
2018-03-15 10:05:11 -04:00
Clebert Suconic
920af19adb
[maven-release-plugin] prepare for next development iteration
2018-03-12 12:46:27 -04:00
Clebert Suconic
5f5b1dcf8f
[maven-release-plugin] prepare release 2.5.0
2018-03-12 12:46:16 -04:00
Clebert Suconic
91043f8153
NO-JIRA Fixing intermittent failure on listSession methods
2018-03-09 15:48:51 -05:00
Clebert Suconic
91c0452d60
ARTEMIS-1737 Fixing semantic of ServerControl.forceFailover
...
This closes #1940
2018-03-08 23:42:29 -05:00
Stanislav Knot
dc096f950d
ARTEMIS-1737 fix for inaccessible slave console after failover
2018-03-08 23:32:44 -05:00
Clebert Suconic
80c71fea63
NO-JIRA Fix intermittent failure
2018-03-08 13:36:17 -05:00
Justin Bertram
92cb69513e
ARTEMIS-1198 add listAllSessionsAsJSON mgmnt method
2018-03-06 18:46:20 -05:00
JiriOndrusek
65ccfb2838
ARTEMIS-1669 JMS message is not received when using a non-transactional JMSConnectionFactoryDefinition
2018-03-06 18:45:51 -05:00
Justin Bertram
913d7ecac2
ARTEMIS-1730 add tests for expiry issue
2018-03-05 15:00:07 -05:00
Christopher L. Shannon (cshannon)
29250466ae
ARTEMIS-1727 - Make sure transport is stopped on failed OpenWire
...
connection
To prevent a socket from hanging open by a bad client the broker should
make sure to stop the transport if a connection attempt fails by an
OpenWire client
2018-03-05 07:45:42 -05:00
Christopher L. Shannon (cshannon)
da3dd29101
ARTEMIS-1726 - check proper permissions when using OpenWire
...
Ensure that on queue creation and deletion that the proper permissions
are checked
2018-03-02 16:47:23 -05:00
Justin Bertram
b5f0225f29
NO-JIRA add STOMP tests
2018-03-01 14:02:57 -06:00
Justin Bertram
5773ad1ea7
NO-JIRA fix intermittently failing STOMP test
2018-03-01 14:02:57 -06:00
Justin Bertram
2123f85ea9
ARTEMIS-1717 create/delete address permissions ignored in broker.xml
2018-03-01 14:02:57 -06:00
Clebert Suconic
e4e864d88e
NO-JIRA Speeding up ReattachTest
2018-03-01 14:40:30 -05:00
17103355
c808f246e5
ARTEMIS-1705 Only messages from MessageReferences are subtracted from the queueMemorySize
2018-03-01 09:53:58 -05:00
Christopher L. Shannon (cshannon)
8e9ee80892
ARTEMIS-1711 - Fix openwire exlusive divert
...
Fixing the failure on send from an OpenWire producer when an exclusive
divert exists
2018-02-28 17:35:56 -05:00
Christopher L. Shannon (cshannon)
d4041b5a72
ARTEMIS-1713 - Fix NPE inside OpenWireConnection
...
fix NPE inside getClientId() in OpenWireConnection
2018-02-28 14:06:36 -05:00
Christopher L. Shannon (cshannon)
642654ff7a
ARTEMIS-1706 - Add support for wantClientAuth
...
Support setting wantClientAuth on a netty acceptor
2018-02-28 06:44:24 -05:00
Clebert Suconic
247f2a309a
NO-JIRA Simple fix on test
2018-02-27 22:03:50 -05:00
Clebert Suconic
158eb9d3bf
NO-JIRA Using force option on deleteTopics and deleteQueues on JoramTests
2018-02-27 16:13:42 -05:00
Clebert Suconic
7e06a2b192
ARTEMIS-1700 Using IOExecutors for more IO tasks
2018-02-27 12:42:20 -05:00
Justin Bertram
36fc14a30d
ARTEMIS-1704 clear activate callbacks when stopping
2018-02-26 17:36:17 -05:00
Justin Bertram
92ca12a3d8
ARTEMIS-1696 allow empty 'address' for grouping-handler
2018-02-26 19:13:23 +00:00
Clebert Suconic
3ff0dc2e69
NO-JIRA testPurge wasn't meant for globalTest, ignoring it
2018-02-22 20:45:13 -05:00
Justin Bertram
1e57a8e70a
ARTEMIS-1697 give ActivateCallback default methods
2018-02-22 21:37:33 +00:00
Christopher L. Shannon (cshannon)
2ea0dce6c7
ARTEMIS-1695 - Improve STOMP compatiblity with 5.x clients
...
Also make sure on authentication error in version 1.0 a client will
disconnect
2018-02-22 16:22:40 -05:00
Clebert Suconic
f06db19eab
ARTEMIS-1688 Fixing test after new addresses included
2018-02-21 09:43:10 -05:00
Clebert Suconic
c77fa6c897
NO-JIRA Test tweaks
...
small fix and System.out
2018-02-20 23:44:16 -05:00
Justin Bertram
ab602351a1
ARTEMIS-1688 fix cluster when auto-create-addresses=false
2018-02-20 11:19:55 -05:00
Clebert Suconic
34146c0cef
Revert "ARTEMIS-1688 fix cluster when auto-create-addresses=false"
...
Revert #1875
This reverts commit 5ad45369ce
.
The storage manager is broken now as the AddressManager change here is trying to insert a record on the journal before startup.
2018-02-19 18:03:21 -05:00
Clebert Suconic
24b546f84e
NO-JIRA changing accept port
...
This will clash if you have jenkins running on a default 8080 port.
2018-02-19 17:36:34 -05:00
Clebert Suconic
132af01595
ARTEMIS-1680 Fixing intermittent failure
...
This will make sure the cluster is well formed before doing assertions
2018-02-19 17:16:27 -05:00
Justin Bertram
5ad45369ce
ARTEMIS-1688 fix cluster when auto-create-addresses=false
2018-02-19 11:36:11 -05:00
raul.valdoleiros
13e071158d
ARTEMIS-1680 - Synchronize message load balacing type between brokers
...
This guarantees the update of message load balancing type between addresses and linked adresses
2018-02-19 11:33:09 -05:00
Clebert Suconic
b5bf5afde7
NO-JIRA Test fixes
...
- LargeServerMessageImpl.finalize is eventually causing deadlocks
- CoreMessage needs to check properties before decoding
- PagingTest tweaks
- ServerLocatorImpl can deadlock eventually, avoiding a lock and using actors
- ActiveMQServerImpl.finalize is also evil and can cause deadlocks on the testsuite
- MqttClusterRemoteSubscribeTest needs to setup the Address now on the setup
2018-02-14 10:56:44 -05:00
Justin Bertram
8b64ca183a
ARTEMIS-1645 fix typo in DivertTest
2018-02-14 10:28:53 -05:00