Timothy Bish
398da40f7d
ARTEMIS-776 Attach response should only list supported filters
...
The broker needs to return only the filters that are supported on a
receiver attach otherwise the remote is not aware that the broker is not
able to honor the requested configuration of the receiver.
2016-10-07 17:35:27 -04:00
Clebert Suconic
736886fc13
This closes #825
2016-10-07 14:47:22 -04:00
jbertram
59bff3b36b
ARTEMIS-767 consumer with pre-ack flagged as slow
2016-10-07 14:47:21 -04:00
Clebert Suconic
1b157addd8
NO-JIRA Adding script to help debug data on testcases
2016-10-07 14:36:05 -04:00
Clebert Suconic
54b7dcc48e
ARTEMIS-773 closing connections through finally to avoid thread leakage
2016-10-07 11:04:45 -04:00
Clebert Suconic
330ddf0c6b
This closes #821
2016-10-07 10:54:02 -04:00
Timothy Bish
ea54071f77
ARTEMIS-773 Tests that show issue with TX acquisition and retirement.
...
Two new tests that acquire messages inside a TX and manage their
settlement and retirement in differing ways, one test works the other
'testReceiversCommitAndRollbackWithMultipleSessionsInSingleTXNoSettlement'
fails due to messages that were committed being redelivered to the
client unexpectedly.
2016-10-07 10:54:02 -04:00
Clebert Suconic
73a73bb9e3
This closes #823
2016-10-07 10:53:33 -04:00
Francesco Nigro
c69bf09fe0
ARTEMIS-774 Fixed format of JMeter benchmark
...
Moved the Apache Licence header after the XML Declaration.
2016-10-07 10:53:33 -04:00
Clebert Suconic
a2a21b0736
This closes #822
2016-10-07 10:52:47 -04:00
Christopher L. Shannon (cshannon)
39532d7245
https://issues.apache.org/jira/browse/ARTEMIS-730
...
Adding instructions for adding the proper schemas to the Eclipse XML
Catalog
2016-10-07 10:52:47 -04:00
Christopher L. Shannon (cshannon)
5b833efc1b
NO-JIRA: Exclude xml-apis test dependency
...
This dependency is not needed as the api is part of the JDK and it is
causing issues when m2eclipse
2016-10-07 10:52:47 -04:00
Clebert Suconic
67f804054d
This closes #820
2016-10-07 10:45:23 -04:00
Timothy Bish
62627bf2ee
ARTEMIS-770 AMQP Message Transformer refactor
...
Refactor the AMQP Message transformers both for better performance and
also to fix a number of issues with the transformers creating inbound
and outbound messages with incorrectly mapped values or extra data
appended where it should not be.
2016-10-07 10:42:52 -04:00
Clebert Suconic
6f6d9845fe
This closes #814
2016-10-07 10:38:01 -04:00
Martyn Taylor
95c4fdd408
ARTEMIS-762 Reflect management changes in AMQP protocol
2016-10-07 10:38:01 -04:00
Clebert Suconic
20729e79fd
ARTEMIS-752 oops
2016-10-05 14:24:49 -04:00
jbertram
f6f633123d
This closes #819
2016-10-05 10:53:01 -05:00
Clebert Suconic
d61c13ed77
NO-JIRA: Improving default configuration from OSGI
2016-10-05 11:40:46 -04:00
Benjamin Graf
f8038268e0
ARTEMIS-752 fixing NPE
...
Done as a patch on https://issues.apache.org/jira/browse/ARTEMIS-752
2016-10-05 11:40:10 -04:00
Clebert Suconic
cc6ded96d8
This closes #818
2016-10-04 15:38:26 -04:00
Clebert Suconic
fe24c5e9a4
ARTEMIS-737 small improvements on junit tests
2016-10-04 15:38:26 -04:00
Clebert Suconic
372fd199dd
This closes #817
2016-10-04 15:19:31 -04:00
jbertram
1f3dcf2871
ARTEMIS-750 use JAVA_HOME for Win service
2016-10-04 12:34:40 -05:00
Clebert Suconic
6f30076be0
This closes #816
2016-10-03 11:22:22 -04:00
Ville Skyttä
323d1b6e1b
Insert space after closing cast paren in Eclipse
2016-10-01 11:04:02 +03:00
Ville Skyttä
dc84a3000f
Sync Eclipse preferences with new Checkstyle settings
2016-10-01 10:35:14 +03:00
Ville Skyttä
26a9815cd6
Grammar fixes
2016-10-01 10:35:13 +03:00
Ville Skyttä
afd06d04d2
Update IDEA settings location
2016-10-01 10:34:47 +03:00
Ville Skyttä
d551d2088d
Move Eclipse settings to subdir
2016-10-01 10:34:40 +03:00
Clebert Suconic
44fd7f8192
This closes #812
2016-09-30 13:24:23 -04:00
Ville Skyttä
1714f8a76d
Spelling fixes
2016-09-30 13:24:08 -04:00
Clebert Suconic
8cd677b206
This closes #813
2016-09-30 13:19:08 -04:00
Ville Skyttä
082b75bb3d
More use of try-with-resources
2016-09-30 13:17:26 -04:00
Martyn Taylor
f698a7f818
This closes #815
2016-09-30 16:25:01 +01:00
Clebert Suconic
ec48f9ed00
ARTEMIS-765 Improve Checkstyle
2016-09-30 11:12:09 -04:00
Clebert Suconic
04925bbfc4
This closes #810
2016-09-29 20:28:32 -04:00
Andy Taylor
bd9b2057fa
ARTEMIS-758 - List/Object message sent by OpenWire JMS client can't be consumed with other clients
...
https://issues.apache.org/jira/browse/ARTEMIS-758
2016-09-29 20:28:31 -04:00
Clebert Suconic
f10752b681
This closes #800
2016-09-29 16:25:48 -04:00
John D. Ament
9163c679ef
ARTEMIS-756 introduce CDI based integration for Artemis. Includes integration tests on both Weld and OWB.
2016-09-29 16:25:47 -04:00
Clebert Suconic
507deb6a8d
This closes #811
2016-09-29 15:58:56 -04:00
Timothy Bish
67fc49014e
ARTEMIS-763 Remove the legacy Qpid JMS client annotations
...
Removes the append of the destination annotations from the outbound JMS
transformer as the legacy client has be unsupported at Qpid for quite
some time now.
2016-09-29 15:37:47 -04:00
Clebert Suconic
01503ed46e
ARTEMIS-739 fixing checkstyle
2016-09-29 12:58:20 -04:00
John D. Ament
bca0fd701a
This closes #808
2016-09-28 22:26:27 -04:00
Paul Gallagher
704de5b204
Add javax inject dependancy, is part of the distributiona and should be versioned in the pom, have put the runtime versions into properties in the pom as well
2016-09-28 22:26:27 -04:00
Clebert Suconic
0d3ff1a9d2
This closes #806
2016-09-28 14:20:07 -04:00
jbertram
a6974596a0
ARTEMIS-739 fix large msg file leak on copy
2016-09-28 14:20:07 -04:00
Clebert Suconic
b1a06b8857
This closes #807
2016-09-28 12:18:27 -04:00
Martyn Taylor
aca1733660
ARTEMIS-757 Fix STOMP with interceptor example
2016-09-28 12:18:27 -04:00
Clebert Suconic
bfbe68f0c9
This closes #809
2016-09-28 11:47:47 -04:00