Jiri Danek
60fad35cfe
ARTEMIS-1244 propagate retain flag of received message
2017-06-22 12:00:40 -04:00
Michal Tóth
2b80426153
ARTEMIS-1244 Retain flag code todo comment
...
Identified possible bug in MQTT receive of missing retained flag.
2017-06-22 11:51:11 -04:00
Michal Tóth
e801df7974
ARTEMIS-607 New tests AMQP,MQTT,Stomp interceptor properties tests
...
Added tests for AMQP, MQTT and Stomp protocol for interceptors.
Tests are checking intercepted message properties.
Linked issue ARTEMIS-607
2017-06-22 11:51:11 -04:00
Clebert Suconic
e78a902881
ARTEMIS-1224 fixing test
2017-06-21 20:00:13 -04:00
Howard Gao
e258bdf188
ARTEMIS-1242 OpenWire Transactions never removed
...
Openwire doesn't remove the finished transactions
(committed or rolledback).
2017-06-21 11:22:59 -04:00
Michael Andre Pearce
44b7e455cb
ARTEMIS-1205: AMQP Shared Durable Subscriber incorrect behaviour
...
Use AcitveMQDestination for subscription naming, fixing and aligning queue naming in the process.
The change is behind a configuration toggle so to avoid causing any breaking changes for uses not expecting.
2017-06-19 12:44:13 +01:00
Andy Taylor
d2594a280b
ARTEMIS-1211 - Allow local transactions when no jta in Resource Adapter
...
https://issues.apache.org/jira/browse/ARTEMIS-1211
2017-06-19 10:08:30 +01:00
Martyn Taylor
f20703a13e
ARTEMIS-1215 Fix address validation on sub #
2017-06-14 11:39:39 -05:00
Andy Taylor
30a6ac703e
ARTEMIS-1224 - change the journal file size to nearest multiple
...
https://issues.apache.org/jira/browse/ARTEMIS-1224
2017-06-14 10:16:23 +01:00
Erich Duda
30e8ca656c
ARTEMIS-1208 Do not use reconnect-atempts=-1 in tests
2017-06-08 17:38:11 -04:00
Clebert Suconic
4e173cfa8e
[ARTEMIS-1209] Just enhancing the OpenWire test with a Wait.waitFor()
2017-06-07 16:27:16 -04:00
Ingo Weiss
45321c65bd
[ARTEMIS-1209] JMS OpenWire client cannot read notifications from activemq.notifications topic
...
Issue: https://issues.apache.org/jira/browse/ARTEMIS-1209
2017-06-07 16:26:33 -04:00
Clebert Suconic
545414c18b
ARTEMIS-1206 SetClientID from Core ConnectionFactory is not unique
2017-06-07 15:03:59 -04:00
Timothy Bish
a1fb897b43
ARTEMIS-821 Add support for scheduled message for STOMP
...
Adds headers AMQ_SCHEDULED_DELAY and AMQ_SCHEDULED_TIME to STOMP
protocol handling to allow for delayed and scheduled time of a
message. The AMQ_SCHEDULED_DELAY brings forward the same option
from the 5.x broker and the AMQ_SCHEDULED_TIME option adds a fixed
time of delivery alternative to match that of AMQP and others.
2017-06-06 11:20:44 -04:00
Michael Andre Pearce
754e9db5fd
ARTEMIS-1207: [Core JMS Client] Align order of when setClientId can be called with AcitveMQ5 and QPID
...
Update ActiveMQConnection to change behaviour
Add test to avoid regression.
2017-06-06 10:57:44 -04:00
Michael Andre Pearce
d9d9699732
ARTEMIS-1205: AMQP Shared Durable Subscriber incorrect behaviour.
...
Add test case, to prove the issue, and then obviously ensure it works, post fix.
Apply changes in logic of createQueueName to handle global better and fix the behaviour.
Create queues so names are same as behaviour with core client.
2017-06-05 22:40:54 +01:00
Guillaume Nodet
71fc3a8bb5
[ARTEMIS-1197] Add missing role to default OSGi configuration
2017-05-31 11:57:14 -04:00
Michael Andre Pearce
c65ea783ea
ARTEMIS-1189 - Fix checkstyle violations post checkstyle upgrade
...
After upgrade of checkstyle, resolve violations
remove checkstyle override added as temp measure at point of upgrade forced by sevntu
2017-05-30 13:40:00 -04:00
Ville Skyttä
fe505b37b4
Spelling fixes
2017-05-30 10:32:41 +03:00
Clebert Suconic
28a60bcdf7
NO-JIRA: trivial test fix after sync changes
2017-05-25 17:16:31 -04:00
Justin Bertram
4a6dc4f7ba
Fixing failing tests after sync changes
2017-05-25 10:53:42 -04:00
Ulf Lilleengen
4f1308d2f0
ARTEMIS-1173: Don't set routing type if null
2017-05-18 09:31:07 -04: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
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
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
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
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
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
ac97d6f057
NO-JIRA: trivial test fixes on AMQP
2017-05-12 14:36:01 -04:00
Clebert Suconic
dc26ac96b4
ARTEMIS-1156: moving our collections on its own package
2017-05-12 10:06:05 -04:00
Clebert Suconic
02dcfe0468
ARTEMIS-1158 exposing Netty.channelID properly
2017-05-10 21:50:19 -04:00
Clebert Suconic
ce61d20f5a
[maven-release-plugin] prepare for next development iteration
2017-05-08 15:20:12 -04:00
Clebert Suconic
64e8f015ee
[maven-release-plugin] prepare release 2.1.0
2017-05-08 15:20:01 -04:00
Christopher L. Shannon (cshannon)
9fdba8292f
ARTEMIS-898 - Adding support for XML configuration of Broker Plugins
...
Broker plugins can now be added to the broker through XML config.
2017-05-08 11:59:41 -04:00
Clebert Suconic
36c9659279
[maven-release-plugin] prepare for next development iteration
2017-05-05 22:11:09 -04:00
Clebert Suconic
7b5082639f
[maven-release-plugin] prepare release 2.1.0
2017-05-05 22:10:58 -04:00
Timothy Bish
0711b35e3c
NO-JIRA Fix a test that is not actually testing anything right now
...
The test is improperly configured and the try / catch logic swallows any
errors making it seem as if the test is passing.
2017-05-05 16:05:04 -04:00
Clebert Suconic
4f22a56066
NO-JIRA Trivial test fix
2017-05-05 14:45:21 -04:00
Clebert Suconic
800976ec76
NO-JIRA: Trivial test fix on StompPluginTest
2017-05-04 15:58:15 -04:00
Bennet Schulz
f82623a20c
ARTEMIS-904 Remove cyclic dependencies from artemis-cli
...
move classes and methods to their correct location to avoid cyclic dependencies between packages and classes.
ARTEMIS-904 Remove cyclic dependencies from artemis-cli
move classes and methods to their correct location to avoid cyclic dependencies between packages and classes.
ARTEMIS-904 Remove cyclic dependencies from artemis-cli
move classes and methods to their correct location to avoid cyclic dependencies between packages and classes.
2017-05-04 10:25:06 -05:00
Bernd Gutjahr
7aa50546b3
ARTEMIS-1112: Fixed occasionally failing test
...
There was a typo in this test that could cause it to fail.
2017-05-04 11:18:56 +02:00
Bernd Gutjahr
6017e305d9
ARTEMIS-1112: Added wait-for-activation option to shared-store-master config
...
Added a wait-for-activation option to shared-store master HA policies.
This option is enabled by default to ensure unchanged server startup behavior.
If this option is enabled, ActiveMQServer.start() with a shared-store master server will not return
before the server has been activated.
If this options is disabled, start() will return after a background activation thread has been started.
The caller can use waitForActivation() to wait until server is activated, or just check the current activation status.
2017-05-03 16:40:15 -04:00
Timothy Bish
cf3e2bf7f0
ARTEMIS-267 Add test for handling of AMQP header and durability
...
Adds a test that validates that messages that are either lacking a
header or are set to be non-durable are not persisted and are not
recovered on broker restart.
2017-05-03 16:33:12 -04:00
Christopher L. Shannon (cshannon)
1e1ede84c0
ARTEMIS-898 - Adding Plugin Support
...
Adding a new ActievMQServerPlugin interface to support adding custom
behavior to the broker at certain events such as connection or session
creation.
https://issues.apache.org/jira/browse/ARTEMIS-898
2017-05-03 11:21:32 -04:00
Clebert Suconic
303d97c76d
NO-JIRA: Trivial test fixes
2017-05-03 10:32:22 -04:00
Clebert Suconic
174b238b28
NO-JIRA: Trivial test fix
2017-05-03 09:33:12 -04:00
Timothy Bish
ba7b8aff59
ARTEMIS-1139 Add a few tests using Qpid JMS of AMQP over WS
...
Adds a couple tests using Qpid JMS to validate that AMQP over
WS is working.
2017-05-02 21:18:07 -04:00
Clebert Suconic
757161f3d2
NO-JIRA: Trivial test fix
2017-05-02 21:16:10 -04:00
Justin Bertram
578c0fabb2
ARTEMIS-1137 handle empty routing type on restart
2017-05-02 10:06:42 -05:00
Clebert Suconic
6df8c3a28d
Revert " ARTEMIS-1112: don't block live activation if another live server is running"
...
This reverts commit 2f175b8d4e
.
2017-05-01 09:50:45 -04:00