Commit Graph

2145 Commits

Author SHA1 Message Date
Clebert Suconic b2de7ded1d ARTEMIS-599 add --f option to ignore locking of the server 2016-06-29 16:14:26 -04:00
Clebert Suconic a2f936c340 NO-JIRA Adding check back in place
This was to avoid one failing test making other tests to fail in cascade around libaio.
2016-06-29 16:13:55 -04:00
Clebert Suconic 2585ecd5ca NO-JIRA updating gitbook version 2016-06-29 16:13:49 -04:00
Clebert Suconic 8d728ee706 This closes #605 2016-06-27 18:23:45 -04:00
jbertram e9733a6223 ARTEMIS-569 add missing method 2016-06-27 18:23:45 -04:00
Clebert Suconic d73d6d2fa2 This closes #602 2016-06-27 18:22:06 -04:00
Clebert Suconic dfc1a44d33 NO-JIRA update building instructions on Fedora
This includes a few changes on building.md, as spotted by jdanekrh on #602
2016-06-27 18:19:52 -04:00
Clebert Suconic 5fa9c0ec8a This closes #604 2016-06-27 16:52:36 -04:00
jbertram 146bce08cc ARTEMIS-593 clarify STOMP websocket support 2016-06-27 14:25:51 -05:00
jbertram aeafc6a974 ARTEMIS-322 fix spurious exception 2016-06-27 14:25:51 -05:00
Clebert Suconic 5dc5a242bb ARTEMIS-577 & ARTEMIS-596 Fixing API compatibility.
This is also fixing a build issue.
2016-06-27 12:08:11 -04:00
Clebert Suconic 06adc4f071 This closes #596 2016-06-27 10:15:30 -04:00
jbertram 0d24e63647 ARTEMIS-577 clarify SSL handshake failure log 2016-06-27 10:15:30 -04:00
Clebert Suconic 7d69d913e4 This closes #600 2016-06-27 10:10:11 -04:00
jbertram ce9ea1760a ARTEMIS-569 fix bridge producerWindowSize
Something bizarre happened with commit
8f52a622d0 in April 2015. It reverted the
changes from both c1111cc156 and
ada112a6a3. This commit fixes that.
2016-06-24 16:54:48 -05:00
jbertram 425fe8675a This closes #598 2016-06-24 13:24:24 -05:00
Howard Gao 23475caca9 ARTEMIS-594 support HTTPS access to hawtio 2016-06-24 13:24:23 -05:00
jbertram b88969cd7d This closes #599 2016-06-24 10:38:22 -05:00
Tom Ross 5bca681c1a ARTEMIS-596 JMS Bridge messages should be identified.
In cases where there are many JMS bridges defined on a broker it should
be possible to identify any error message by a bridge name.
2016-06-24 16:11:29 +01:00
Clebert Suconic 5c4fab3fcc This closes #593 2016-06-21 16:53:13 -04:00
Timothy Bish 75f18d1e10 ARTEMIS-585 support send on dynamic sender link
The sender abstraction must be able to update its sender address in the
case of dynamic senders whose target address is not set until the code
initializes the link and creates a destination for it.
2016-06-21 09:33:33 -04:00
Martyn Taylor 372528d841 This closes #594 2016-06-21 10:12:10 +01:00
jbertram e1b6393f70 ARTEMIS-579 document reload for JAAS modules 2016-06-20 13:41:09 -05:00
Martyn Taylor f10338a9b2 This closes #588 2016-06-20 15:47:37 +01:00
jbertram e02ec69021 ARTEMIS-563 update POODLE message 2016-06-20 15:47:37 +01:00
Martyn Taylor 04885bbafd This closes #589 2016-06-20 11:56:50 +01:00
Martyn Taylor fa40a0abc8 This closes #591 2016-06-20 11:46:47 +01:00
Martyn Taylor efdafb092e This closes #592 2016-06-20 11:45:31 +01:00
Lionel Cons 0ce077eea1 fixed minor formatting typos 2016-06-20 09:37:11 +02:00
Howard Gao e983861191 Fix minor build issue (parent pom version) 2016-06-20 15:14:12 +08:00
jbertram eb785b4194 ARTEMIS-409 clarify STOMP login failure response 2016-06-17 17:16:51 -05:00
Clebert Suconic a39f43dfe9 This closes #587 2016-06-17 15:37:48 -04:00
Clebert Suconic 286a4ba9ed ARTEMIS-574 fixing home and instance on DTO, CLI and maven plugin 2016-06-17 15:05:46 -04:00
Clebert Suconic ad5e7bf68b This closes #584 2016-06-17 15:05:13 -04:00
Martyn Taylor 32706823ea update to JDBC config doc 2016-06-17 15:05:12 -04:00
Clebert Suconic 824b316719 This closes #583 2016-06-17 15:04:32 -04:00
Martyn Taylor 432e2ce178 ARTEMIS-570 Fix buffer size overflow ProtonHandler
There is a race condition in the ProtonHandlerImpl.outputBuffer()
method.  The method checks to see how many bytes (n) are pending in the
underlying ProtonJ buffer, then creates a Netty buffer of size n.  It
then writes the contents of the pending ProtonJ head.  However, ProtonJ
can still write to it's internal buffer, meaning that it's buffer.size >
n causing an illegalArgumentException.  This patch fixes it by only
writing 'n' bytes to the Netty buffer.
2016-06-17 15:04:32 -04:00
Clebert Suconic 07b57e524a This closes #581 2016-06-17 14:58:54 -04:00
Howard Gao 109ce6ded9 ARTEMIS-571 Fix issues in openwire testsuite
* Redelivery count fix
* Regression in BrokerTest
2016-06-17 14:58:54 -04:00
Martyn Taylor 279780c89d This closes #585 2016-06-17 17:43:29 +01:00
jbertram 7715b5ee12 ARTEMIS-529 support dual auth
A new feature whereby 2-way SSL connections can be authenticated differently
than non-SSL connections.
2016-06-17 11:07:03 -05:00
Martyn Taylor 70562ad7ec This closes #582 2016-06-17 13:10:31 +01:00
Ville Skyttä 2edfab22aa Fix/update some links in docs 2016-06-17 11:59:28 +03:00
Clebert Suconic 9b3a766309 This closes #579 2016-06-14 20:50:33 -04:00
Ville Skyttä b3ed6fbd43 Use sevntu-checkstyle check for required annotation parameters
RequiredParameterForAnnotation available on Sevntu since https://github.com/sevntu-checkstyle/sevntu.checkstyle/issues/321
2016-06-14 20:50:21 -04:00
Ville Skyttä 33a51223b0 Remove redundant type arguments 2016-06-14 20:50:21 -04:00
Ville Skyttä 560ba1b39b Add Sevntu-checkstyle diamond operator check 2016-06-14 20:50:21 -04:00
Clebert Suconic 3a3f678e58 This closes #580 2016-06-14 20:38:00 -04:00
Timothy Bish 5c29cc9a28 ARTEMIS-568 Catch broken JMS selector expressions
Enforce an EOF on the expression so the selector parser keeps going and
catches the broken selector statement.
2016-06-14 19:05:27 -04:00
Clebert Suconic 369f2e0063 This closes #578 2016-06-13 14:17:16 -04:00