jbertram
4f95c8a64a
ARTEMIS-405 more bits of JMX doc
2016-07-28 15:18:11 -04:00
Clebert Suconic
85878513a5
This closes #679
2016-07-28 12:32:36 -04:00
Ville Skyttä
c144f397fd
Update checkstyle version and config in reporting
2016-07-28 12:28:19 -04:00
Ville Skyttä
f57b937cdd
Remove unused imports
2016-07-28 12:28:19 -04:00
Ville Skyttä
559ae07f2f
Use System.arraycopy for copying array
2016-07-28 12:28:18 -04:00
Ville Skyttä
68c7c2575d
Remove dead code
2016-07-28 12:28:18 -04:00
Clebert Suconic
5e631c3053
fixing management example
2016-07-28 11:42:51 -04:00
Clebert Suconic
9a9f23e8a5
This closes #677
2016-07-28 11:33:47 -04:00
jbertram
1ca5b19a10
ARTEMIS-565 additional JSON fixes
2016-07-28 11:33:19 -04:00
Ville Skyttä
b2a9be1373
Spelling fixes
2016-07-28 18:14:35 +03:00
Ville Skyttä
ac885db706
Add missing @Override annotation
2016-07-28 18:13:41 +03:00
Ville Skyttä
429e1e84d4
Remove unnecessary casts
2016-07-28 18:12:59 +03:00
Ville Skyttä
b0815c6a4e
Remove unnecessary semicolon
2016-07-28 18:11:28 +03:00
Clebert Suconic
d28b8e5ff1
This closes #676
2016-07-28 10:37:19 -04:00
jbertram
c408ece7e7
ARTEMIS-569 correct method spelling
2016-07-28 08:14:09 -05:00
jbertram
ee84d042b6
This closes #675
2016-07-27 19:44:09 -05:00
Clebert Suconic
8873744d27
ARTEMIS-565 fixing JMS Control stuff
2016-07-27 19:14:32 -04:00
Clebert Suconic
03bb756079
This closes #674
2016-07-27 16:44:59 -04:00
jbertram
3914f1aa8b
ARTEMIS-647 track 'killed' msg count on queue
...
A 'killed' message is one that has been sent to a dead-letter address
or otherwise removed from the queue due to exceeding the max delivery
attempts.
2016-07-27 16:44:59 -04:00
Clebert Suconic
53c56efca9
This closes #673
2016-07-27 12:55:52 -04:00
jbertram
a80c2bb442
ARTEMIS-565 more JSON fixes
2016-07-27 11:53:21 -05:00
Martyn Taylor
1ecc46b128
This closes #667
2016-07-27 16:13:03 +01:00
Clebert Suconic
c0eb080bf7
ARTEMIS-43 Adding notice about HornetQ donation and adding a history session
2016-07-27 16:13:03 +01:00
Clebert Suconic
a242f2761b
This closes #671
2016-07-26 18:20:31 -04:00
jbertram
32abe61876
ARTEMIS-646 track expired msg count on queue
2016-07-26 16:15:02 -05:00
jbertram
ec605e6643
This closes #670
2016-07-26 15:10:28 -05:00
Clebert Suconic
76938fe44a
ARTEMIS-565 more tweaks on the JSON replacement
2016-07-26 16:05:17 -04:00
Clebert Suconic
0d69b0e857
This closes #669
2016-07-26 14:31:50 -04:00
jbertram
1de4dbbe27
ARTEMIS-565 fix more broken Json stuff
2016-07-26 14:31:50 -04:00
Clebert Suconic
41d87490f7
This closes #666
2016-07-26 14:30:11 -04:00
Andy Taylor
85ede22c3c
ARTEMIS-655 - [AMQP] On transacted session.commit() of receiver client, messages are read, but queue is not cleared out
...
Making sure that when a transaction state of accepted is returned we actually ack the message
https://issues.apache.org/jira/browse/ARTEMIS-655
2016-07-26 14:30:11 -04:00
Clebert Suconic
7311c56d8f
This closes #645
2016-07-26 14:26:33 -04:00
Ville Skyttä
5c7ff4a593
Fix scaledownhandler lookup duplicate handling
2016-07-26 14:26:32 -04:00
jbertram
bac8ca5e79
This closes #668
2016-07-26 13:21:06 -05:00
Clebert Suconic
b7efd5db3b
ARTEMIS-565 A few fixes around the JSON change
2016-07-26 14:17:45 -04:00
Clebert Suconic
fbfbef52be
This closes #662
2016-07-26 11:39:20 -04:00
jbertram
5d71ffc5e6
ARTEMIS-587 add more JSON JMX mgmt methods to core
2016-07-26 11:39:19 -04:00
Martyn Taylor
64e95b9b91
This closes #665
2016-07-26 15:14:40 +01:00
Andy Taylor
edcecccab3
This closes #664 Add management filter to Queue not Consumer MQTT
2016-07-26 12:32:38 +01:00
Martyn Taylor
69294e83e1
Add management filter to Queue not Consumer MQTT
2016-07-26 12:32:38 +01:00
Andy Taylor
6cb681555a
This closes #663 Add default AMQP flow behaviour and fix proton test
2016-07-26 12:29:55 +01:00
Ville Skyttä
aed49b3894
Spelling fixes
2016-07-26 14:24:45 +03:00
Martyn Taylor
b549bb243c
Add default AMQP flow behaviour and fix proton test
2016-07-26 11:14:25 +01:00
Clebert Suconic
110158bb86
This closes #640
2016-07-25 21:45:16 -04:00
John D. Ament
d0ecf0f3a5
ARTEMIS-565 Replace json.org with javax.json
...
Javax.json is a newer JSR, but has an ASF compliant version, is pretty close to the original JSON.org API and will support a standard annotation based JSON-B solution at some point soon.
Updated integration tests and removed JSON.org from license.
2016-07-25 21:44:57 -04:00
jbertram
e66478020c
This closes #661
2016-07-25 14:01:30 -05:00
Clebert Suconic
1c56aa9bef
ARTEMIS-628 Adding back old constructor for API compatibility
2016-07-25 14:01:30 -05:00
Clebert Suconic
bd2722503a
This closes #659
2016-07-25 14:32:47 -04:00
Martin Styk
46aad5b3a7
ARTEMIS-653 Possible Null Pointer Exception during message properties read using XmlDataImporter
...
Create SimpleString object only if value of attribute is not null
2016-07-25 14:32:46 -04:00
Clebert Suconic
a6e934e189
This closes #660
2016-07-25 14:31:19 -04:00