4650 Commits

Author SHA1 Message Date
Michael Pearce
70d5e31490 This closes #1696 NO-JIRA fixed minor regression and broken tests in ActiveMQServerControlImpl 2017-12-12 13:17:02 +00:00
Pat Fox
d7b464cff3 NO-JIRA fixed checkstyle issues and added tests 2017-12-12 13:17:02 +00:00
Michael André Pearce
f08da813a1 NO-JIRA fix fieldname regression
Fix field name regression, but ensure predicate and sorting still works.
Remove reflection introduced by new sorting, and rely on field mapping.
2017-12-12 13:17:02 +00:00
Pat Fox
b39c556784 NO-JIRA fixed minor regression(reverted JSON field names) and NullPointer in ActiveMQServerControlImpl 2017-12-12 13:17:02 +00:00
Clebert Suconic
c1bc7a30e7 This closes #1702 2017-12-11 12:31:55 -05:00
todd
4ab664f796 ARTEMIS-1542 - AMQP message cluster-bridging fixi
Fixing and issue where AMQP messages would lose their address when being sent accross a cluster-bridge.
2017-12-11 12:31:54 -05:00
Clebert Suconic
64552367b2 This closes #1701 2017-12-11 11:07:01 -05:00
Clebert Suconic
9c4b715aed ARTEMIS-1542 adding example to replicate clustered issue with AMQP and CPP clients 2017-12-11 11:06:39 -05:00
Todd Baert
fcfa4a5e63 ARTEMIS-1542 - AMQP message cluster-bridging fix
Fixing and issue where AMQP messages would lose their address when being sent accross a cluster-bridge.
2017-12-11 11:06:36 -05:00
Michael Pearce
e19d827da4 This closes #1698 ARTEMIS-1547 support referrals in LDAP login module 2017-12-10 21:50:47 +00:00
Justin Bertram
84bedaf2e4 ARTEMIS-1547 support referrals in LDAP login module 2017-12-10 21:50:47 +00:00
Michael Pearce
5817dad099 This closes #1700 NO JIRA - Checkstyle fix 2017-12-09 15:42:30 +00:00
Michael André Pearce
13d7c63732 NO JIRA - Checkstyle fix 2017-12-09 15:42:30 +00:00
Clebert Suconic
aca2ae25f5 This closes #1699 2017-12-09 10:10:40 -05:00
Michael André Pearce
fa80536615 ARTEMIS-1550 - Support LVQ for OpenWire
Add support for LVQ, using the same property key as core "_AMQ_LVQ_NAME"
Update current LVQ test case to correctly test OpenWire LVQ.
2017-12-09 15:07:21 +00:00
Michael Pearce
4870500ea6 This closes #1689 ARTEMIS-1540 Missing management annotations 2017-12-08 01:18:29 +00:00
Howard Gao
2f29933446 ARTEMIS-1540 Missing management annotations
Some of the management operations are not properly annotated.
Also need to add an Operation to list divert names.
2017-12-08 01:18:29 +00:00
Timothy Bish
de355e9bd1 This closes #1694 2017-12-07 17:00:03 -05:00
Christopher L. Shannon (cshannon)
3d2e24d429 ARTEMIS-1538: Allow trustAll to apply from a connection URI
Previously when configuring a connectionFactory by URI this property was
ignored
2017-12-07 16:48:11 -05:00
Christopher L. Shannon (cshannon)
d9acc649ac ARTEMIS-1544 - This closes #1693 2017-12-07 16:01:52 -05:00
Timothy Bish
4c04666421 ARTEMIS-1544 Use the proper types when accessing ApplicationProperties
Use Map<String, Object> to access the ApplicationProperties section
which is the spec defined type for that section.  This will prevent
breakage should proton-j be updated to reflect that in the definition of
that class.
2017-12-07 13:30:53 -05:00
Martyn Taylor
fdc71155c9 This closes #1692 2017-12-07 12:23:16 +00:00
Andy Taylor
0e5b3cbdcc NO-JIRA Adding extra assertions to make sure queue name is in the error message 2017-12-07 10:28:51 +00:00
Clebert Suconic
7c702245f3 This closes #1687 2017-12-05 22:54:09 -05:00
Andy Taylor
34a912b644 ARTEMIS-1535 - settle delivery in same lock as sending the disposition
https://issues.apache.org/jira/browse/ARTEMIS-1535
2017-12-05 22:54:08 -05:00
Justin Bertram
e129fc795b This closes #1686 2017-12-05 09:39:28 -06:00
Pat Fox
0b5bddaab5 ARTEMIS-1534 added openwire logging (trace level) to log openwire commands that are received/sent by the broker 2017-12-05 09:39:28 -06:00
Justin Bertram
3124a503ca This closes #1685 2017-12-05 09:23:17 -06:00
Michael André Pearce
6aac6d6f4f ARTEMIS-1533 Import subschema's so XMLLINT validates broker.xml 2017-12-05 09:23:17 -06:00
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