5999 Commits

Author SHA1 Message Date
Mohammad Naghavi
407f63cf3a NO-JIRA add user/pass as part of junit rule 2018-12-14 19:47:34 -06:00
Justin Bertram
c2c2ce0a47 This closes #2264 2018-12-14 18:04:07 -06:00
JiriOndrusek
3c3c81720a [ARTEMIS-2050] It is possible to get AMQ224000: Failure in initialisation: java.lang.NullPointerException during shutdown of backup server with shared store 2018-12-14 18:04:07 -06:00
Justin Bertram
552b7793d3 This closes #2442 2018-12-14 15:20:34 -06:00
Francesco Nigro
672f536222 ARTEMIS-2139 Fix setJMSReplyTo for 1.x clients with enable1xPrefixes 2018-12-14 15:20:34 -06:00
Justin Bertram
0acd706987 This closes #2454 2018-12-14 15:10:30 -06:00
Francesco Nigro
1c0ef5d7f7 ARTEMIS-2196 Avoid creating RandomAccessFile when FileChannel is needed 2018-12-14 15:10:30 -06:00
Justin Bertram
cc4aaa46c5 This closes #2456 2018-12-14 15:04:05 -06:00
Francesco Nigro
2716a7be88 ARTEMIS-2198 Reduce GC pressure on TransactionImpl and OperationContextImpl
TransactionImpl::properties are often not used and could be
avoided to be allocated.
OperationContextImpl.TaskHolders instances are turned into static
classes to avoid refecencing back the context, making the life
easier for the GC.
OperationContexImpl volatile loads can be reduced to make the
code faster on the hot path.
2018-12-14 15:04:05 -06:00
Clebert Suconic
3feba1ece8 This closes #2465 2018-12-14 09:28:49 -05:00
andytaylor
80058677d9 ARTEMIS-2130 - This is to allow views to have the client id when set on core protocol
https://issues.apache.org/jira/browse/ARTEMIS-2130
2018-12-14 09:28:48 -05:00
Francesco Nigro
986051a05d This closes #2450 2018-12-14 11:37:57 +01:00
Justin Bertram
4ab7923a84 ARTEMIS-2190 core JMS client leaks temp dest names 2018-12-14 11:37:57 +01:00
Francesco Nigro
e41a24af78 This closes #2460 2018-12-14 11:32:13 +01:00
feuillemorte
a3001fd9bd ARTEMIS-2201 Added tests on DEFAULT_JOURNAL_FILE_OPEN_TIMEOUT value 2018-12-14 11:32:13 +01:00
feuillemorte
6dfa9a1fa4 #ARTEMIS-2201 Added tests on DEFAULT_JOURNAL_FILE_OPEN_TIMEOUT value 2018-12-14 11:32:13 +01:00
Justin Bertram
aac7b8373f This closes #2155 2018-12-13 14:03:02 -06:00
yang wei
dbbd94bd51 ARTEMIS-1949 fix IllegalMonitorStateException during shutdown 2018-12-13 14:03:01 -06:00
Justin Bertram
e2448753a0 This closes #2461 2018-12-13 13:54:13 -06:00
Francesco Nigro
158227fcf3 ARTEMIS-2202 Improve MSSQL support for JDBC storage 2018-12-13 13:54:13 -06:00
Justin Bertram
456fbce5f6 This closes #2421 2018-12-13 13:48:09 -06:00
Shailendra Kumar Singh
ca4dcc5b35 [ARTEMIS-2166]Unable to delete queue with single quote from console 2018-12-13 13:48:09 -06:00
Romain Pelisse
39b177d027 ARTEMIS-2085 - Improve validation of MDB activation config properties values 2018-12-13 11:14:37 -06:00
Justin Bertram
14c41ecfcc This closes #2411 2018-12-13 10:55:30 -06:00
Francesco Nigro
cfd520e38c ARTEMIS-2162 Remove -XX:+AggressiveOpts to improve JDK 11 compatibility 2018-12-13 10:55:30 -06:00
Justin Bertram
280ea56d8b This closes #2441 2018-12-13 10:53:34 -06:00
Jiri Danek
56c7fb1a95 NO-JIRA Add forgotten @Test annotation and make helper methods private 2018-12-13 10:53:34 -06:00
Jiri Danek
94c158ebee NO-JIRA Fix errorprone error (duplicated expression in condition) 2018-12-13 10:53:34 -06:00
Justin Bertram
4231d660c1 This closes #2453 2018-12-13 10:48:58 -06:00
Matt Slonetsky
a65b62b4ed ARTEMIS-2194 Typo in word 'update' in class MessageCounterInfo 2018-12-13 10:48:44 -06:00
Justin Bertram
7c1508e7c4 This closes #2440 2018-12-13 10:47:18 -06:00
Jiri Danek
55ec2eef34 ARTEMIS-2181 Add static storage class for an inline function internal to the compile unit 2018-12-13 10:47:18 -06:00
Justin Bertram
b37c61a81d This closes #2447 2018-12-13 10:41:47 -06:00
Josh Seidel
a66cd4363d Corrected a spelling mistake of "no" to "not". 2018-12-13 10:41:47 -06:00
Clebert Suconic
c90d822fac This closes #2463 2018-12-13 10:22:25 -05:00
Howard Gao
2bd8fa7c5d ARTEMIS-2197 Page deleted before transaction finishes
Fixed regression caused by previous commit
b36dc37c152cabe3a0d9af178db043f842bfcdc0
2018-12-13 20:18:31 +08:00
Clebert Suconic
3d1195455a This closes #2452 2018-12-12 13:34:36 -05:00
Timothy Bish
2ec53353a9 ARTEMIS-1938 Update Qpid JMS and proton-j to latest
Updates Qpid JMS to v0.39.0 and proton-j to v0.31.0
2018-12-12 13:34:35 -05:00
Clebert Suconic
76cce9037e This closes #2455 2018-12-11 10:27:22 -05:00
Howard Gao
b36dc37c15 ARTEMIS-2197 Page deleted before transaction finishes
When a receiving transaction is committed in a paging situation,
if a page happens to be completed and it will be deleted in a
transaction operation (PageCursorTx). The other tx operation
RefsOperation needs to access the page (in PageCache) to finish
its job. There is a chance that the PageCursorTx removes the
page before RefsOperation and it will cause the RefsOperation
failed to find a message in a page.
2018-12-11 10:22:18 -05:00
Francesco Nigro
f5b509b962 This closes #2448 2018-12-06 17:03:58 +01:00
Justin Bertram
8a46c3ee16 ARTEMIS-2189 allow deleting temp dest when session is closed 2018-12-06 17:03:58 +01:00
Francesco Nigro
f75da3c851 This closes #2439 2018-12-06 16:45:35 +01:00
Justin Bertram
3c595f18d5 ARTEMIS-2179 mgmnt method to get cluster-cxn names 2018-12-06 16:45:35 +01:00
Francesco Nigro
8e4bc48132 This closes #2437 2018-12-06 16:13:40 +01:00
Justin Bertram
d6bca3825f NO-JIRA doc for divert routing-type 2018-12-06 16:13:40 +01:00
Francesco Nigro
a2705ae91d This closes #2372 2018-12-06 16:00:53 +01:00
Justin Bertram
647998c4e1 ARTEMIS-2126 web server can leak 2018-12-06 16:00:53 +01:00
Michael Andre Pearce
10b661a5c2 This closes #2038 2018-11-21 19:59:45 +00:00
King Ramos
92fcff5ff4 ARTEMIS-1828 CLI option for queue's routing-type
Optionally specify a queue routing type when creating a broker. Example:
"create --queues myqueue,mytopic:multicast". Defaults to anycast if
unspecified.
2018-11-21 19:59:45 +00:00