Martyn Taylor
de9cc2e708
This closes #1294
2017-05-26 11:16:42 +01:00
Clebert Suconic
f63ffc7af5
ARTEMIS-1175 Fixing Memory Leak
2017-05-26 11:16:41 +01:00
Odyldzhon Toshbekov
b136fed48f
ARTEMIS-1175 fix memory leak
...
This closes #1292
2017-05-26 11:16:41 +01:00
Clebert Suconic
28a60bcdf7
NO-JIRA: trivial test fix after sync changes
2017-05-25 17:16:31 -04:00
Clebert Suconic
36c0b3daf7
This closes #1291
2017-05-25 10:54:04 -04:00
Justin Bertram
b1ad8f3adf
ARTEMIS-1178 backwards compatibility issues
...
This commit has 2 changes for backwards compatibility with older
clients:
1) A "bindings query" will now detect if the client is both JMS and
"old" (i.e. pre-2.0) and will prefix the returned queue names with the
old prefix (i.e. "jms.queue."). This will allow the old client to
properly detect whether or not a queue exists in its auto-creation
logic.
2) When messages are dispatched to a consumer there is logic to detect
if the consumer is both JMS and "old" and will prefix the "address"
on the message with "jms.queue." or "jms.topic." as appropriate
(if it's not already prefixed).
2017-05-25 10:53:42 -04:00
Justin Bertram
5a9830af17
Revert "[ARTEMIS-1171] Improve log readability around clustering"
...
This reverts commit 744221dcb5
.
Broke o.a.a.a.t.i.m.QueueControlUsingCoreTest.testListDeliveringMessages
2017-05-25 10:53:42 -04:00
Justin Bertram
4a6dc4f7ba
Fixing failing tests after sync changes
2017-05-25 10:53:42 -04:00
Clebert Suconic
5d829e5135
This closes #1288
2017-05-24 18:45:16 -04:00
Michael Andre Pearce
373803a85d
ARTEMIS-1179: Add Optional Client JMS Destination Cache
...
Add topic and queue cache maps in Session.
Add configuration to use cache or not with defaulting to false, which keeps existing behaviour as the default.
2017-05-24 18:45:16 -04:00
Clebert Suconic
9ff301dc38
This closes #1290
2017-05-24 18:44:37 -04:00
Michael Andre Pearce
1b89caaa00
ARTEMIS-1182: Add / Port in support for JNDIReferenceFactory and JNDIStorable
...
Add clones/copies of these class's taken from qpid (though identical to ActiveMQ 5.x also)
2017-05-24 18:44:37 -04:00
Clebert Suconic
cf6daf4b2b
This closes #1289
2017-05-24 18:41:13 -04:00
Dmitrii Tikhomirov
2443eaaa00
ARTEMIS-1180: Artemis is logging warnings during server shut down
2017-05-24 18:41:13 -04:00
Clebert Suconic
15bb4d2c61
ARTEMIS-1176 Fixing reading from JMS Messages as core messages
2017-05-24 18:37:46 -04:00
Clebert Suconic
298e60a1d4
This closes #1284
2017-05-23 09:39:09 -04:00
Guillaume Nodet
7e47dc3e07
[ARTEMIS-1176] Turn management reply messages into text messages
2017-05-23 09:39:09 -04:00
Clebert Suconic
f84d9f811c
This closes #1283
2017-05-18 13:28:07 -04:00
Clebert Suconic
830c3bf179
ARTEMIS-1169 Fixing protocol conversion
...
this will fix a few multiple protocol tests on ConsumerTests.
And a few other AMQP tests dealing with conversions.
You would get a classCastException without this commit.
2017-05-18 13:25:15 -04:00
Clebert Suconic
a05e36ece1
This closes #1282
2017-05-18 12:10:43 -04:00
Michael Andre Pearce
1bd0a348a2
ARTEMIS-1129: Fixing tests after client all
...
Clean up shaded jar
Ensure aggregated notice
Ensure correct license file,
remove noise from jgroups dependency (taken from infinispans shade config)
remove other loose ends.
2017-05-18 15:57:25 +01:00
Clebert Suconic
28314f3ca8
This closes #1281
2017-05-18 10:53:09 -04:00
Bennet Schulz
0de1e164e1
ARTEMIS-1174 Update Hacking Guide Documentation: IDE Integration
...
the IntelliJ import wizard doesn't contain a sentence
like:"Select "Import from existing model".
This should be changed to "import project from external model" to be
conform and the IntelliJ IDEA version should be updated, too.
2017-05-18 10:52:34 -04:00
Clebert Suconic
c7ca494458
This closes #1280
2017-05-18 09:31:07 -04:00
Ulf Lilleengen
4f1308d2f0
ARTEMIS-1173: Don't set routing type if null
2017-05-18 09:31:07 -04:00
Clebert Suconic
cc81cdf45d
This closes #1278
2017-05-18 09:30:18 -04:00
Clebert Suconic
bfc58d1079
ARTEMIS-1129 Fixing tests after client all
...
Shade is generating a file named dependency-reduced-pom.xml
and this is being considered with unaproved license.
2017-05-18 09:30:18 -04:00
Francesco Nigro
72ab99fc62
This closes #1279 ARTEMIS-1169 - Implement Interceptors for the AMQP protocol
2017-05-18 10:43:37 +02:00
Andy Taylor
22f4736c88
ARTEMIS-1169 - Implement Interceptors for the AMQP protocol
...
Add Outgoing call
https://issues.apache.org/jira/browse/ARTEMIS-1169
2017-05-18 08:40:43 +01:00
Clebert Suconic
db8c567baa
This closes #1277
2017-05-17 20:38:48 -04:00
Christopher L. Shannon (cshannon)
48a2dd1f45
ARTEMIS-1172 - Update beforeDeliver and afterDeliver method arguments
...
Adding ServerConsumer as an argument to both the beforeDeliver and
afterDeliver methods inside ActiveMQServerPlugin and deprecated the old
methods
2017-05-17 20:38:47 -04:00
Clebert Suconic
7b7a78249a
This closes #1272
2017-05-17 18:05:22 -04:00
Michael Andre Pearce
9c6df111e8
ARTEMIS-1129: Client Dependencies
...
Update examples where only client used, to use the shaded single client jar.
2017-05-17 18:02:33 -04:00
Michael Andre Pearce
4ad931ae1b
ARTEMIS-1129: Client Dependencies
...
Create shaded versions of the clients, so that end users have a single clean dependency to depend on.
Third party dependency's are re-packaged/relocated to avoid version / depedency issues.
2017-05-17 18:02:18 -04:00
Justin Bertram
a7cc4f221a
This closes #1275
2017-05-17 14:07:23 -05:00
Andy Taylor
d17ef14c90
ARTEMIS-1169 - Implement Interceptors for the AMQP protocol
...
https://issues.apache.org/jira/browse/ARTEMIS-1169
2017-05-17 14:07:23 -05:00
Clebert Suconic
88cf826dca
This closes #1276
2017-05-17 14:11:08 -04:00
Ingo Weiss
744221dcb5
[ARTEMIS-1171] Improve log readability around clustering
...
Issue: https://issues.apache.org/jira/browse/ARTEMIS-1171
2017-05-17 14:11:08 -04:00
Justin Bertram
97843a023f
This closes #1271
2017-05-17 10:28:18 -05:00
Michael Andre Pearce
a4e19b432b
ARTEMIS-1164: NameNotFoundException when using java.naming.provider.url to set url via jndi
...
Support setting PROVIDER_URL on initial context to create default connection factories.
2017-05-17 10:28:18 -05:00
Clebert Suconic
044df11694
This closes #1274
2017-05-17 10:43:55 -04:00
Timothy Bish
3b49450cb6
ARTEMIS-1168 Update Qpid JMS and Proton-J to latest versions
...
Updates Qpid JMS to 0.23.0
Updates Proton-j to 0.19.0
2017-05-16 16:19:47 -04:00
Timothy Bish
1a621092f9
ARTEMIS-1167 Adds new broker AMQP idle timeout test
...
Test broker side handling of AMQP idle timeout
2017-05-16 14:35:36 -04:00
Clebert Suconic
17e3f6fb37
This closes #1269
2017-05-16 14:16:25 -04:00
klausboeing
7b5f141a4c
ARTEMIS-1163 Refactory to polimorphic connectionfactory creation
...
Move logic to create a connectionfactory from the ActiveMQJMSClient class
to the JMSFactoryType enum to eliminate conditional logic in favor of polymorphism.
2017-05-16 14:13:05 -04:00
Timothy Bish
1463a51164
ARTEMIS-1166 Test client WS transport needs to handle continuations
...
Ensure that the test client WS transport handles continuation frames so
that partial binary payloads aren't dropped.
2017-05-16 11:10:11 -04:00
Clebert Suconic
39fc8cf141
This closes #1270
...
This PR was merged by @jbertram
I'm just adding an empty commit to make sure the PR is closed.
2017-05-15 16:49:27 -04:00
Michael Andre Pearce
c6ac1d943c
ARTEMIS-1164: NameNotFoundException when using java.naming.provider.url to set url via jndi
...
Support setting PROVIDER_URL on initial context to create default connection factories.
2017-05-15 15:20:53 -05:00
Clebert Suconic
502f9c544c
ARTEMIS-1160 Fixing Checkstyle
2017-05-15 10:52:05 -04:00
Clebert Suconic
47e0cffc92
This closes #1267
2017-05-15 09:00:50 -04:00