Timothy Bish
6fda5e3262
https://issues.apache.org/jira/browse/AMQ-6340
...
combine the lists in the correct order for later redispatch.
(cherry picked from commit 4e23adfcc981d3e13e7f1b1182b89a954160a26a)
2016-06-29 13:27:37 -04:00
Timothy Bish
8ae7c8f3a7
https://issues.apache.org/jira/browse/AMQ-6286
...
Create a follow on test showing AMQP respects order.
(cherry picked from commit e02c1a17f83b21cbf42fa9e6e78a891af3edd8bb)
2016-06-29 13:27:17 -04:00
Timothy Bish
eb9139dddc
https://issues.apache.org/jira/browse/AMQ-6319
...
Additional fixes and tests for disable of non-SASL client connects.
(cherry picked from commit c5998444cf3c29ea97cea28937180bf8b99dd666)
2016-06-10 17:12:16 -04:00
Timothy Bish
f471b51c2a
https://issues.apache.org/jira/browse/AMQ-6319
...
Improve configuration for disabling non-SASL connections.
(cherry picked from commit c49db029ab280dcc1755d855f3641526ad2a5e90)
2016-06-09 17:33:27 -04:00
Timothy Bish
ceeb1f68ac
https://issues.apache.org/jira/browse/AMQ-6304
...
Ensure that the broker send a container ID using its assigned Broker
name value.
(cherry picked from commit 76b70545f248e6970245719f2f584298b8d493fd)
2016-06-01 18:39:40 -04:00
Christopher L. Shannon (cshannon)
e82e5c5e3c
[maven-release-plugin] prepare for next development iteration
2016-04-28 12:28:08 +00:00
Christopher L. Shannon (cshannon)
f2f130b3c8
[maven-release-plugin] prepare release activemq-5.13.3
2016-04-28 12:27:29 +00:00
Christopher L. Shannon (cshannon)
4c109cf273
Revert "[maven-release-plugin] prepare release activemq-5.13.3"
...
This reverts commit c49ab9fb5117a1adf0d57c0d1150bbff7026aede.
2016-04-28 11:47:44 +00:00
Christopher L. Shannon (cshannon)
2e9c35bf26
Revert "[maven-release-plugin] prepare for next development iteration"
...
This reverts commit ff2241d79598bfffb41c3d87d4cd07118bdc4eb2.
2016-04-28 11:47:32 +00:00
Timothy Bish
94023ebed5
https://issues.apache.org/jira/browse/AMQ-6263
...
Encode the incoming messageId value into a string using type prefixes
and decode them on the way out to ensure that we preserve the original
AMQP MessageId type and value.
(cherry picked from commit 4d6f4d74755d6c9985078766fce2eba95d9bbb6a)
2016-04-26 18:08:59 -04:00
Christopher L. Shannon (cshannon)
ff2241d795
[maven-release-plugin] prepare for next development iteration
2016-04-26 13:32:03 +00:00
Christopher L. Shannon (cshannon)
c49ab9fb51
[maven-release-plugin] prepare release activemq-5.13.3
2016-04-26 13:31:15 +00:00
Christopher L. Shannon (cshannon)
369a430538
[maven-release-plugin] prepare for next development iteration
2016-03-01 16:39:41 +00:00
Christopher L. Shannon (cshannon)
6a2e71f11c
[maven-release-plugin] prepare release activemq-5.13.2
2016-03-01 16:39:02 +00:00
Timothy Bish
ef295414b2
NO-JIRA: Add some additional assertions so tests fail more cleanly in
...
the case of a receive not getting a message before it's assigned
timeout.
(cherry picked from commit 33e27a4f5ac864c3bd7ee124b2e2f2e43e8c5983)
2016-02-17 11:35:31 -05:00
Robert Gemmell
a2786b5ad1
AMQ-6147: update to proton-j 0.12.0 release
...
(cherry picked from commit 3f7b2d6bb042599a1f4d4a5553df7ccf7c10d1a8)
2016-02-16 17:25:13 +00:00
Christopher L. Shannon (cshannon)
86e51d2461
[maven-release-plugin] prepare for next development iteration
2016-02-02 17:11:44 +00:00
Christopher L. Shannon (cshannon)
d60b73402c
[maven-release-plugin] prepare release activemq-5.13.1
2016-02-02 17:11:03 +00:00
Christopher L. Shannon (cshannon)
95fc593975
Update version for next patch release iteration.
2015-11-30 14:35:26 +00:00
Christopher L. Shannon (cshannon)
cfb4ca9f54
[maven-release-plugin] prepare for next development iteration
2015-11-30 13:48:58 +00:00
Christopher L. Shannon (cshannon)
abfe038ddf
[maven-release-plugin] prepare release activemq-5.13.0
2015-11-30 13:48:11 +00:00
Timothy Bish
d9e22a9368
https://issues.apache.org/jira/browse/AMQ-6044
...
Clean up some test client code.
2015-11-23 16:55:11 -05:00
Timothy Bish
272fb2b973
https://issues.apache.org/jira/browse/AMQ-6044
...
Add support for transactions to the test client.
2015-11-20 17:48:14 -05:00
Timothy Bish
b5dd0a16f4
https://issues.apache.org/jira/browse/AMQ-6055
...
Account for Authzid in SASL PLAIN mechanism and provide a means to fail
the authorization if the challenge response is invalid. Update the
client to properly exclude sasl mechanism that don't apply to it's
configured credentials such as using only ANONYMOUS when no user or
password is set.
2015-11-20 14:39:03 -05:00
Robert Gemmell
d7e4c6d96f
AMQ-6055: fix for earlier change to plain response encoding
2015-11-20 18:19:27 +00:00
Robert Gemmell
ce5628a389
AMQ-6055: uptest test client and add [currently-ignored] test to demonstrate the issue
2015-11-20 17:55:41 +00:00
Timothy Bish
5d353e241b
https://issues.apache.org/jira/browse/AMQ-6037
...
Add support for amqp style variants of the ActiveMQ job scheduler
options set in message annotations.
2015-11-10 18:12:40 -05:00
Timothy Bish
480b3e7c36
https://issues.apache.org/jira/browse/AMQ-6037
...
Add support for the delivery time header to allow for scheduled messages
at a desired time.
2015-11-09 12:00:38 -05:00
Timothy Bish
a42be999cb
NO-JIRA Fix test with commented out assertion.
2015-11-06 16:15:37 -05:00
Timothy Bish
82a5839fc7
NO-JIRA Update test client to have no real linkage to the activemq
...
internals to make it easier to share the tests with Artemis.
2015-11-04 12:47:57 -05:00
Robert Gemmell
037f91d61e
AMQ-6031: use System.nanoTime() when deriving time to tick the transport with for idle-timeout handling
2015-10-30 16:28:53 +00:00
Timothy Bish
7c06d8d683
NO-JIRA Allow validation points to use asserts, adds a new test in idle
...
test.
2015-10-22 10:55:33 -04:00
Timothy Bish
490436c136
https://issues.apache.org/jira/browse/AMQ-6015
...
Add support for returning some more meaningful error codes.
2015-10-19 15:49:47 -04:00
Timothy Bish
5c5ced8e87
NO-JIRA enable test that was ingored for the old amqp-1.0 JMS client,
...
now works with QPid JMS.
2015-10-16 12:23:28 -04:00
Timothy Bish
e8a0d042d8
NO-JIRA - Fix some warnings from unused imports and use of deprecated
...
methods.
2015-10-14 12:51:02 -04:00
Timothy Bish
80b526be7d
https://issues.apache.org/jira/browse/AMQ-6010
...
Fix for failed SSL connections not releasing the connection count in the
transport which leads to connections being rejected as having eceeded
the maximum configured connections.
2015-10-14 11:39:24 -04:00
Timothy Bish
bbcd938032
https://issues.apache.org/jira/browse/AMQ-6001
...
Refill credit at a slightly faster rate.
2015-10-06 11:33:35 -04:00
Timothy Bish
81b4b9ae3d
https://issues.apache.org/jira/browse/AMQ-5996
...
When possible check for noLocl changes on durable subscription
reactivation and recreate the durable sub if it changes. For both
selector change and noLocal change also update the AbstractSubscription
selectorExpression so it matches with what was requested.
2015-10-01 19:23:58 -04:00
Robert Gemmell
049f8da236
AMQ-5891: update to the proton 0.10 release
2015-08-14 15:17:19 +01:00
Christopher L. Shannon (cshannon)
e14aca871c
https://issues.apache.org/jira/browse/AMQ-5889
...
-Cleaned up missing license headers and refactored packages.
-Added configuration options for a protocol detection timeout and
for the max number of connections accepted at the same time.
-Fixed a regression with connection counts
-Also added some more tests
2015-08-13 14:41:29 +00:00
Christopher L. Shannon (cshannon)
04ee70a161
https://issues.apache.org/jira/browse/AMQ-5889
...
Adding support for auto detection of wire protocols over a transport.
OpenWire, AMQP, STOMP, and MQTT can all be detected and the broker
will properly handle each one over a given Transport. Currently
auto TCP, NIO, SSL, and NIO+SSL transports can handle auto-detection
of the wire format and client but support could be added in the
future for other transports like websockets.
2015-08-11 19:39:29 +00:00
Timothy Bish
6cdd750ddc
[maven-release-plugin] prepare for next development iteration
2015-08-10 11:04:26 -04:00
Timothy Bish
a9eeb03520
[maven-release-plugin] prepare release activemq-5.12.0
2015-08-10 11:04:17 -04:00
Robert Gemmell
0cfd225912
AMQ-5890: prevent NPE if Modified disposition is applied without the delivery-failed flag set, add some general tests of Modified handling
...
https://issues.apache.org/jira/browse/AMQ-5890
2015-07-16 12:46:24 +01:00
gtully
a05a9a2129
https://issues.apache.org/jira/browse/AMQ-5552 - added profile for activemq.tests=smoke to run a fast subset of tests that gives a fast verification of a full build
2015-07-09 14:10:38 +01:00
Timothy Bish
13044decce
https://issues.apache.org/jira/browse/AMQ-5848
...
Use the latest openwire version marshallers in the KahaDB store when
starting from a clean install, drop back to the version used in the
existing store if one is found.
2015-07-08 17:29:32 -04:00
Timothy Bish
cd32c60f39
https://issues.apache.org/jira/browse/AMQ-5850
...
Use JMS Transformer by default for inter-protocol interoperability.
2015-06-18 15:00:12 -04:00
Timothy Bish
833d30837b
https://issues.apache.org/jira/browse/AMQ-5848
...
Introduce OpenWire v11 which adds noLocal to the SubscriptionInfo, if
configured KahaDB can store that version and the noLocal value is
recovered from the store.
2015-06-18 14:25:07 -04:00
Timothy Bish
ed266835b5
https://issues.apache.org/jira/browse/AMQ-5847
...
Add workarounds to allow for TX work to take place in multiple sessions
on the same connection. Future work needed to properly support TXN
Capabilities defined in the spec and support checking of violations of
expected behavior.
2015-06-16 16:41:18 -04:00
Timothy Bish
c2310391b9
https://issues.apache.org/jira/browse/AMQ-5845
...
provide server information in connection properties.
2015-06-15 18:38:12 -04:00